Would it be possible to add a few more details for the last step of deployment? E.g. using the HelloWorld.woa example? I have a fresh install of WO/WOLips and Tomcat 7, but the HelloWorld app does not start up. Did you actually try this with a fresh install of WOLips? The error messages are related to the Servlet class included in the WO's javaxml.jar. So it feels like some options are needed for compilation, or some trick afterwards. It does not feel like a Tomcat config problem. According to some posts I read this was supposedly fixed in 2009, but maybe the problem is back?
This is a great tutorial, I appreciate it a lot. The problem is that it does not seem to go all the way to deployment with a fresh clean install.
Thanks, Rudy
Error Message:
INFO: validateJarFile(/var/lib/tomcat7/webapps/HelloWorld/WEB-INF/lib/javaxml.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
BUILD FAILED /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml:206: The framework name 'ERExtensions' does not exist.
Total time: 1 second
from console i have:
vm-mlion-01:workspace571 esuser$ cd JBossHelloWorld/ vm-mlion-01:JBossHelloWorld esuser$ ant install Buildfile: /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml
init.properties:
init.install:
compile:
BUILD FAILED /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml:203: taskdef class org.objectstyle.woproject.ant.WOCompile cannot be found using the classloader AntClassLoader[]
On HelloWorld.woa and Step 3
Would it be possible to add a few more details for the last step of deployment? E.g. using the HelloWorld.woa example? I have a fresh install of WO/WOLips and Tomcat 7, but the HelloWorld app does not start up. Did you actually try this with a fresh install of WOLips? The error messages are related to the Servlet class included in the WO's javaxml.jar. So it feels like some options are needed for compilation, or some trick afterwards. It does not feel like a Tomcat config problem. According to some posts I read this was supposedly fixed in 2009, but maybe the problem is back?
This is a great tutorial, I appreciate it a lot. The problem is that it does not seem to go all the way to deployment with a fresh clean install.
Thanks, Rudy
Error Message:
INFO: validateJarFile(/var/lib/tomcat7/webapps/HelloWorld/WEB-INF/lib/javaxml.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
On step 2
from eclipse/wolips i have:
Buildfile: /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml
init.properties:
init.install:
compile:
BUILD FAILED
/Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml:206: The framework name 'ERExtensions' does not exist.
Total time: 1 second
from console i have:
vm-mlion-01:workspace571 esuser$ cd JBossHelloWorld/
vm-mlion-01:JBossHelloWorld esuser$ ant install
Buildfile: /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml
init.properties:
init.install:
compile:
BUILD FAILED
/Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml:203: taskdef class org.objectstyle.woproject.ant.WOCompile cannot be found
using the classloader AntClassLoader[]
how can i fix this?