I have Tomcat running on my Windows box and my Linux box. The Manager deploy wont work on Windows but works great on Linux. Both machines are running Tomcat 5.5.17 and JVM version 1.5.0_08-b03.
The application deploys fine for the first time on both machines. When I do another deploy, which consists of an undeploy then deploy, the Windows box has problems. I get an error message that says: The requested resource (/polling/) is not available. * *If I do the same thing on the Linux box there are no problems. I'm very confused by this as both machines are clearly running the same version of Tomcat and of Java. * * Here is the server information from the Windows box Server Information Tomcat Version JVM Version JVM Vendor OS Name OS Version OS Architecture Apache Tomcat/5.5.17 1.5.0_08-b03 Sun Microsystems Inc. Windows XP 5.1 x86 And the server information from the Linux box Tomcat Version JVM Version JVM Vendor OS Name OS Version OS Architecture Apache Tomcat/5.5.17 1.5.0_08-b03 Sun Microsystems Inc. Linux 2.6.15-26-386 i386 Any information you have would be greatly appreciated. I have been developing against Linux for quite some time and I need to deploy my application to a Windows environment through the Manager and I ran into this. Thanks for any help. Thanks, Blair Cruz