deploy war file to linux apache ..Please help

2006-02-02 Thread lee hwaying
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

Re: deploy war file to linux apache ..Please help

2006-02-02 Thread alexa song
It seems, as you know, it is supposed to read a file but doesn't know where it is. The file really exists(1) in the specified location(2) as it is said in the configuration files(3) or others. check 1, 2, and 3. (especially between 3 and 1+2) good luck - -the no-way-of-lost me only stating the

Re: deploy war file to linux apache ..Please help

2006-02-02 Thread Edward Barrow
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