Running on Weblogic 5.1
Joel Trunick <[email protected]> Fri, 7 Feb 2003 14:43:36 -0600
| Newsgroups | gmane.comp.java.tapestry.devel |
|---|---|
| Message-ID | <[email protected]> |
OK, so now I'm attempting Weblogic 5.1 anyway. I've tried to run the tutorial on Weblogic 5.1. It can't seem to find the ".application" files in the .war file. I'm getting the following exception, for every ".application" file that needs to be loaded: javax.servlet.ServletException: Could not locate application specification /tutorial/hello/HelloWorld.application. ... Here's my path: set TAPESTRY=c:\Tapestry\Tapestry-2.3-rc-1\lib\net.sf.tapestry-2.3-rc-1.jar;c:\T apestry\Tapestry-2.3-rc-1\lib\net.sf.tapestry.contrib-2.3-rc-1.jar;C:\Tapest ry\Tapestry-2.3-rc-1\lib\ext\commons-logging-1.0.2.jar;C:\Tapestry\Tapestry- 2.3-rc-1\lib\ext\commons-lang-1.0.jar;C:\Tapestry\Tapestry-2.3-rc-1\lib\ext\ log4j-1.2.6.jar;C:\Tapestry\Tapestry-2.3-rc-1\lib\ext\javax.xml.jaxp.jar;C:\ Tapestry\Tapestry-2.3-rc-1\lib\ext\org.apache.crimson.jar;C:\Tapestry\Tapest ry-2.3-rc-1\lib\ext\jakarta-oro-2.0.6.jar;C:\Tapestry\Tapestry-2.3-rc-1\lib\ ext\ognl-2.3.0-opt.jar I've declared the .war file in the .properties file (apparently correctly, since it is attempting to load it). Any ideas? Joel