There is no reason to setup a win32 system as the problem occurs on linux if the java.io.tmpdir property is set to a directory path with a space in it. Using the current 3.0 branch with a -Djava.io.tmpdir=/tmp/space\ here
11:52:39,222 INFO [Server] JBoss Release: JBoss-3.0.3RC1 CVSTag=Branch_3_0 11:52:39,357 INFO [Server] Home Dir: /home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1 11:52:39,358 INFO [Server] Home URL: file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/ 11:52:39,358 INFO [Server] Library URL: file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/lib/ 11:52:39,378 INFO [Server] Patch URL: null 11:52:39,379 INFO [Server] Server Name: default 11:52:39,379 INFO [Server] Server Home Dir: /home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default 11:52:39,380 INFO [Server] Server Home URL: file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/ 11:52:39,381 INFO [Server] Server Data Dir: /home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/db 11:52:39,381 INFO [Server] Server Temp Dir: /home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/tmp 11:52:39,382 INFO [Server] Server Config URL: file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/conf/ 11:52:39,382 INFO [Server] Server Library URL: file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/lib/ 11:52:39,383 INFO [Server] Root Deployemnt Filename: jboss-service.xml 11:52:39,389 INFO [Server] Starting General Purpose Architecture (GPA)... 11:52:39,801 INFO [ServerInfo] Java version: 1.3.1_04,Sun Microsystems Inc. 11:52:39,802 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.3.1_04-b02,Sun Microsystems Inc. 11:52:39,802 INFO [ServerInfo] OS-System: Linux 2.4.18-3,i386 11:52:39,894 INFO [ServiceController] Controller MBean online ... 11:53:04,716 INFO [jbossweb] Extract jar:file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/tmp/deploy/server/default/deploy/test.war/61 .test.war!/ to /tmp/space here/Jetty_0_0_0_0_8080__test/webapp 11:53:04,823 INFO [jbossweb] Started WebApplicationContext[/test,jar:file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/tmp/deploy/serve r/default/deploy/test.war/61.test.war!/] 11:53:04,828 INFO [jbossweb] Internal Error: File /WEB-INF/web.xml not found 11:53:04,830 INFO [jbossweb] successfully deployed file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/tmp/deploy/server/default/deploy/test.war/61.tes t.war to /test 11:53:04,831 INFO [MainDeployer] Deployed package: file:/home/starksm/JBoss/jboss-all/build/output/jboss-3.0.3RC1/server/default/deploy/test.war [starksm@banshee space here]$ ls /tmp/space\ here/Jetty_0_0_0_0_8080__test/webapp/ index.html WEB-INF/ [starksm@banshee space here]$ ls /tmp/space\ here/Jetty_0_0_0_0_8080__test/webapp/WEB-INF/ web.xml [starksm@banshee space here]$ wget http://localhost:8080/test/ --11:55:26-- http://localhost:8080/test/ => `index.html' Resolving localhost... done. Connecting to localhost[127.0.0.1]:8080... connected. HTTP request sent, awaiting response... 404 /test/ Not Found 11:55:27 ERROR 404: /test/ Not Found. xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Greg Wilkins" <[EMAIL PROTECTED]> To: "Barlow, Dustin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Jules Gosnell" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 6:06 AM Subject: Re: [JBoss-dev] [ jboss-Bugs-604085 ] Jetty is not deploying pack ed wars > > Dustin, > > thanks for your offer of help... My windows is still patching booting > patching booting.... and looks to be hours or days away from being usable! > > So can you turn on verbose debugging in Jetty (simplest via the JMX > interface). You want to set > > debug = true > verbosity = 999999 > loglabels = true > > I think you also need to turn on JBoss debugging, as the jetty debug > messages are just passed to the JBoss mechanism. > > then deploy a simple web app that is failing. > > Collect the logs and send them to me with the webapp. > > thanks ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
