Changes for page Servlet Deployment Setup
Last modified by Pascal Robert on 2012/07/21 20:28
From version 27.1
edited by Pascal Robert
on 2012/07/21 20:28
on 2012/07/21 20:28
Change comment:
There is no comment for this version
To version 29.2
edited by Pascal Robert
on 2012/07/21 20:28
on 2012/07/21 20:28
Change comment:
Changed document parent to [xwiki:documentation.Home.Deployment.WebHome].
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 5 added, 0 removed)
-
Objects (0 modified, 2 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +documentation.Home.Deployment.WebHome
- Picture 10.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiGuest - Size
-
... ... @@ -1,0 +1,1 @@ 1 +16.4 KB - Content
- Picture 4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiGuest - Size
-
... ... @@ -1,0 +1,1 @@ 1 +60.9 KB - Content
- Picture 7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiGuest - Size
-
... ... @@ -1,0 +1,1 @@ 1 +122.4 KB - Content
- Picture 8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiGuest - Size
-
... ... @@ -1,0 +1,1 @@ 1 +124.8 KB - Content
- Picture 9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiGuest - Size
-
... ... @@ -1,0 +1,1 @@ 1 +80.7 KB - Content
- XWiki.XWikiComments[0]
-
- Date
-
... ... @@ -1,0 +1,1 @@ 1 +2012-10-12 07:05:59.714 - Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.ronx - Comment
-
... ... @@ -1,0 +1,31 @@ 1 +On step 2 2 + 3 +from eclipse/wolips i have: 4 + 5 +Buildfile: /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml 6 + init.properties: 7 + init.install: 8 + compile: 9 + 10 +BUILD FAILED 11 + /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml:206: The framework name 'ERExtensions' does not exist. 12 + 13 +Total time: 1 second 14 + 15 +from console i have: 16 + 17 +vm-mlion-01:workspace571 esuser$ cd JBossHelloWorld/ 18 + vm-mlion-01:JBossHelloWorld esuser$ ant install 19 + Buildfile: /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml 20 + 21 +init.properties: 22 + 23 +init.install: 24 + 25 +compile: 26 + 27 +BUILD FAILED 28 + /Users/esuser/Documents/workspace571/JBossHelloWorld/build.xml:203: taskdef class org.objectstyle.woproject.ant.WOCompile cannot be found 29 + using the classloader AntClassLoader[] 30 + 31 +how can i fix this?
- XWiki.XWikiComments[1]
-
- Date
-
... ... @@ -1,0 +1,1 @@ 1 +2013-01-08 12:09:25.929 - Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.rblazek - Comment
-
... ... @@ -1,0 +1,11 @@ 1 +On HelloWorld.woa and Step 3 2 + 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? 4 + 5 +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. 6 + 7 +Thanks, Rudy 8 + 9 +Error Message: 10 + 11 +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