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

2006-02-07 Thread lee hwaying
AVA.SUN.COM Subject: Re: deploy war file to linux apache ..Please help Date: Sat, 4 Feb 2006 08:29:51 -0500 It should not make any difference where Tomcat is. By default, it installs at /usr/local/jakarta-tomcat-5.5.1x, but you can put it in /opt or /home or anywhere else. The only thing that ma

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

2006-02-04 Thread Mark Galbreath
ng their configuration is correct. does any one has any suggestion. From: Edward Barrow <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference To: JSP-INTEREST@JAVA.SUN.COM Subject: Re: deploy war file to linux apache ..Please help Date: Thu,

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

2006-02-03 Thread lee hwaying
panicking away trying way out. I am doubting their configuration is correct. does any one has any suggestion. From: Edward Barrow <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference To: JSP-INTEREST@JAVA.SUN.COM Subject: Re: deploy war file to

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

2006-02-03 Thread ACITO GIUSEPPE
> 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

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 /

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