From: <php...@li...> - 2010-10-01 15:58:19
|
Hi, I'm getting a "No input file specified." error when using a custom Context Descriptor on Tomcat 6. This has been tested on: - Windows 7 - Tomcat 6.0.20 and 6.0.29 - JavaBridgeTemplate621rc4.war and JavaBridge.war from php-java-bridge_6.2.1rc4_documentation.zip How to reproduce: - Uncompress the war in $CATALINA_BASE/JavaBridge (same level of conf/ and webapps/) - Create the file $CATALINA_BASE/conf/[enginename]/[hostname]/JavaBridge.xml with this content: <?xml version="1.0" encoding="UTF-8"?> <Context docBase="../JavaBridge" /> - Start Tomcat There will be no errors in the logs but http://localhost:8080/JavaBridge will show the error "No input file specified" using Firefox. NB: - the attribute "path" in Context doesn't change the behavior - Context configuration is at http://tomcat.apache.org/tomcat-6.0-doc/config/context.html - Uncompressing the files in webapps/ works correctly - Tomcat manager shows the app as correctly running - Static files are correctly loaded - This may be related to http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTi%3DS91TSFB4ba0szXn%2B-KJLSdHGGiFpZ-MGdVeQs%40mail.gmail.com&forum_name=php-java-bridge-users Thank you Francesco |
From: <php...@li...> - 2010-10-01 16:10:24
|
I just found that using an absolute path in the Context Descriptor instead of the relative one solves the problem: <Context docBase="C:\Program Files\Apache Software Foundation\Tomcat 6.0\JavaBridge" /> Shouldn't it work with the relative path too? Thanks ________________________________ Da: "php...@li..." <php...@li...> A: php...@li... Inviato: Ven 1 ottobre 2010, 17:58:10 Oggetto: [Php-java-bridge-users] No input file specified Hi, I'm getting a "No input file specified." error when using a custom Context Descriptor on Tomcat 6. This has been tested on: - Windows 7 - Tomcat 6.0.20 and 6.0.29 - JavaBridgeTemplate621rc4.war and JavaBridge.war from php-java-bridge_6.2.1rc4_documentation.zip How to reproduce: - Uncompress the war in $CATALINA_BASE/JavaBridge (same level of conf/ and webapps/) - Create the file $CATALINA_BASE/conf/[enginename]/[hostname]/JavaBridge.xml with this content: <?xml version="1.0" encoding="UTF-8"?> <Context docBase="../JavaBridge" /> - Start Tomcat There will be no errors in the logs but http://localhost:8080/JavaBridge will show the error "No input file specified" using Firefox. NB: - the attribute "path" in Context doesn't change the behavior - Context configuration is at http://tomcat.apache.org/tomcat-6.0-doc/config/context.html - Uncompressing the files in webapps/ works correctly - Tomcat manager shows the app as correctly running - Static files are correctly loaded - This may be related to http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTi%3DS91TSFB4ba0szXn%2B-KJLSdHGGiFpZ-MGdVeQs%40mail.gmail.com&forum_name=php-java-bridge-users Thank you Francesco ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2010-10-02 12:15:00
|
Hi, this should be fixed in version 6.2.1, which should be released this month. Thank you very much for reporting this issue. Regards, Jost Bökemeier |
From: <php...@li...> - 2010-11-23 11:00:47
|
It seems to me that this is not fixed in JavaBridge 6.2.1 Thanks for your support and great work! Francesco Rapanà ________________________________ Da: "php...@li..." <php...@li...> A: php...@li... Inviato: Sab 2 ottobre 2010, 14:14:51 Oggetto: Re: [Php-java-bridge-users] No input file specified Hi, this should be fixed in version 6.2.1, which should be released this month. Thank you very much for reporting this issue. Regards, Jost Bökemeier ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2010-12-02 20:12:05
|
Hi Francesco, please excuse the delay. You're right, I've missed it. The problem is not critical and you already have a workaround, it will remain. The PHP/Java Bridge is mature and won't get any updates except for security fixes (if necessary). Regards, Jost Bökemeier On 11/23/10, php...@li... <php...@li...> wrote: > It seems to me that this is not fixed in JavaBridge 6.2.1 > > Thanks for your support and great work! > > Francesco Rapanà > > > > ________________________________ > Da: "php...@li..." > <php...@li...> > A: php...@li... > Inviato: Sab 2 ottobre 2010, 14:14:51 > Oggetto: Re: [Php-java-bridge-users] No input file specified > > Hi, > > this should be fixed in version 6.2.1, which should be released this month. > > Thank you very much for reporting this issue. > > > Regards, > Jost Bökemeier > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |