I am using Java 1.4.2_11 and it works find on Windows 2000. Without more details from other log files or something, I can't really help. My only guess is that Tomcat is having problems extracting the WAR file. I used a weird file name on my pc just now and it deploy correctly at the following URL.
http://localhost:8080/Test.Web.Applications.20060406-1800 -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 9:58 AM To: 'Tomcat Users List' Subject: RE: Tomcat Deploy I'm working with Windows XP. Java 1.5.06. Thanks. -----Mensaje original----- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 10 de Abril de 2006 10:54 a.m. Para: Tomcat Users List Asunto: RE: Tomcat Deploy So this is the correct name of your war file and directory? adss.licensing.web.20060406-1810.war What platform are you deploying on? This might be an issue with filename, but I will wait for more information. -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 9:52 AM To: 'Tomcat Users List' Subject: RE: Tomcat Deploy Here there is the translation. Thanks. -----Mensaje original----- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 10 de Abril de 2006 10:37 a.m. Para: Tomcat Users List Asunto: RE: Tomcat Deploy Sorry, but this is not helping me. I can't read the language below. -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 9:34 AM To: 'Tomcat Users List' Subject: RE: Tomcat Deploy I think it isn't deploying, this is the log file: 10/04/2006 10:32:36 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\syste m32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\adss.licensing.web\WEB-INF\classes;C:\DocBook\ANT\apache-ant-1.6 .5-bin\apache-ant-1.6.5\bin;C:\proc\processors2\prog1;C:\tomcat5\webapps\edu .marisol.catedra\WEB-INF\classes;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Program Files\Java\jdk1.5.0_04\bin;C:\Documents and Settings\mopreni.PATAGONIA-TECH\Desktop\svn-win32-1.3.1\svn-win32-1.3.1\bin 10/04/2006 10:32:36 org.apache.coyote.http11.Http11BaseProtocol init INFO: Inicializando Coyote HTTP/1.1 en puerto http-8080 10/04/2006 10:32:36 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 905 ms 10/04/2006 10:32:36 org.apache.catalina.core.StandardService start INFO: Arrancando servicio Catalina Starting Catalina service 10/04/2006 10:32:36 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.16 10/04/2006 10:32:36 org.apache.catalina.core.StandardHost start INFO: Desactivada la validación XML Non XML validation 10/04/2006 10:32:37 org.apache.catalina.startup.HostConfig deployWAR INFO: Despliegue del archivo adss.licensing.web.20060406-1810.war de la aplicación web deployinf war file adss.licensing.web.20060406-1810.war 10/04/2006 10:32:37 org.apache.coyote.http11.Http11BaseProtocol start INFO: Arrancando Coyote HTTP/1.1 en puerto http-8080 Starting up coyote in port http-8080 10/04/2006 10:32:37 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 10/04/2006 10:32:37 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/62 config=null 10/04/2006 10:32:37 org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource 10/04/2006 10:32:37 org.apache.catalina.startup.Catalina start INFO: Server startup in 1123 ms Thanks! -----Mensaje original----- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 10 de Abril de 2006 10:26 a.m. Para: Tomcat Users List Asunto: RE: Tomcat Deploy Check the log files for the testing tomcat that you are trying to deploy to. If the application is not starting up then there has to be some information in those log files %tomcat_home%/logs. -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 9:23 AM To: 'Tomcat Users List' Subject: RE: Tomcat Deploy No, the application doesn't run on http://localhost:8080/WARname. I have two tomcats. The first one is attached to Eclipse, the application works there! The 2nd Tomcat is for testing. The app doesn't work there. -----Mensaje original----- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 10 de Abril de 2006 10:17 a.m. Para: Tomcat Users List Asunto: RE: Tomcat Deploy Does the application run at all? // assuming you are running Tomcat on port 8080 http://localhost:8080/WARname If so, you might just have the unPackwar attribute set to false. -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 9:15 AM To: 'Tomcat Users List' Subject: RE: Tomcat Deploy I'm working with Eclipse and Tomcat plugin. >From within Eclipse, I export the war file (Tomcat down). I startup Tomcat and there's only a folder deployed: WORK. Maybe server.xml file? There, I've got this: <Context path="" reloadable="true" docBase="WARname" workDir="webapps/WARname/work"> WARname without .WAR extension. Thanks. -----Mensaje original----- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 10 de Abril de 2006 10:01 a.m. Para: Tomcat Users List Asunto: RE: Tomcat Deploy How are you deploying? The War seems ok from the tiny information supplied. -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 8:59 AM To: 'Tomcat Users List' Subject: RE: Tomcat Deploy bin img jsp META-INF styles WEB-INF build.properties build.xml Inside WEB-INF classes lib src Some .properties Some .tld Some .xml including web.xml Thanks. -----Mensaje original----- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 10 de Abril de 2006 09:53 a.m. Para: Tomcat Users List Asunto: RE: Tomcat Deploy The inline attachments did not work. -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 8:49 AM To: 'Tomcat Users List' Subject: RE: Tomcat Deploy Thanks! Here's the war structure WEB-INF Regards. -----Mensaje original----- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 10 de Abril de 2006 09:43 a.m. Para: Tomcat Users List Asunto: RE: Tomcat Deploy Can you send either? - 1) the actual war file 2) a graphical picture of the information in the war file jar -tf warfilename.war -----Original Message----- From: Marisol Opreni [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 8:40 AM To: users@tomcat.apache.org Subject: Tomcat Deploy Hi! I'm working with Tomcat 5.5.16. When I deploy a well formed war (I think it's well formed), there's only one folder deployed: WORK. And obviously my web site doesn't work. Why this could be?? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]