May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why doesn't the Resin Servlet Engine use my WAR file? |
| Resin doesn't unpack WAR files automatically. You must unpack the file in Resin's doc directory. When you restart the server, it will see the application. | |
| Q2: | Why isn't Tomcat unpacking my WAR file? |
| If you have already installed a WAR file, Tomcat might not unpack it again, even if you have changed the WAR file. When you install a new WAR file, make sure you delete the directory where Tomcat unpacked the previous version. Then you can be sure Tomcat will unpack the WAR file when it restarts. | |
| Q3: | I reinstalled my WAR file in JRun; why hasn't anything changed? |
| You still need to restart the server. All the old class files (servlets and JSPs) are still present ... |
Read now
Unlock full access