Are you running Tomcat on Linux or just apache httpd? because the latter isn't a servlet container, you need to run Tomcat or some other servlet container. That's the first thing. (actually, I think you are running tomcat, that stacktrace is a bit of a clue)
Second, you say you put the war in /var/www/html, but it's looking for them in /home/virtual/..../html, so no wonder it can't find them. Normally you should put the file in $CATALINA_HOME/webapps/... ; on my Linux system, $CATALINA_HOME is /opt/tomcat5 but ymmv. You can try expanding the war manually, then restarting tomcat. lee hwaying wrote:
when running war file under windows Tomcat, it runs fine. But when copy over the war file to linux apache server under /var/www/html/ directory, i get the following message 2006-02-02 03:30:40 HostConfig[jidien.com] Exception while expanding web application archive gallery.war java.io.FileNotFoundException: /home/virtual/site247/fst/var/www/html/gallery/META-INF/MANIFEST.MF (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:224) can someone shed some light Please help the lost me Thanks _________________________________________________________________ Find love online with MSN Personals. http://match.msn.com.my/match/mt.cfm?pg=channel =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com