public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] OT: problem with Tomcat auto-deploying WAR files
@ 2005-08-17  5:41 Matthew Cline
  2005-08-17  5:59 ` [gentoo-user] " Matthew Cline
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Cline @ 2005-08-17  5:41 UTC (permalink / raw
  To: gentoo-user

I've recently tried installing Tomcat in order to test out sshwebproxy
(http://www.ericdaugherty.com/dev/sshwebproxy/). However, for some
reason, Tomcat will not auto-deploy any WAR files that I place in the
webapps/ directory, as it should according to the Tomcat
documentation. What is interesting is that I have another computer
running the same version of Tomcat that does auto-deploy WAR files.

Thinking that this might be a problem with Tomcat, I also tried
installing another Servlet container in portage, resin. Once again, on
one computer resin will not auto-deploy WAR files, while it does
auto-deploy them on the other.

There isn't anything thrown into the Tomcat log files. OTher
troubleshooting steps I have tried include:

1) setting permissions on the WAR file to 777 (no effect)
2) setting the $CLASSPATH on each computer to the same value (no effect)
3) unmerging and re-emerging tomcat several times (no effect)

I really don't know any other avenues to pursue.

Thanks in advance,

Matt

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: OT: problem with Tomcat auto-deploying WAR files
  2005-08-17  5:41 [gentoo-user] OT: problem with Tomcat auto-deploying WAR files Matthew Cline
@ 2005-08-17  5:59 ` Matthew Cline
  2005-08-17  8:32   ` Catalin Trifu
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Cline @ 2005-08-17  5:59 UTC (permalink / raw
  To: gentoo-user

On 8/17/05, Matthew Cline <matthew.cline@gmail.com> wrote:
> I've recently tried installing Tomcat in order to test out sshwebproxy
> (http://www.ericdaugherty.com/dev/sshwebproxy/). However, for some
> reason, Tomcat will not auto-deploy any WAR files that I place in the
> webapps/ directory, as it should according to the Tomcat
> documentation. What is interesting is that I have another computer
> running the same version of Tomcat that does auto-deploy WAR files.
> 
> Thinking that this might be a problem with Tomcat, I also tried
> installing another Servlet container in portage, resin. Once again, on
> one computer resin will not auto-deploy WAR files, while it does
> auto-deploy them on the other.
> 
> There isn't anything thrown into the Tomcat log files. OTher
> troubleshooting steps I have tried include:
> 
> 1) setting permissions on the WAR file to 777 (no effect)
> 2) setting the $CLASSPATH on each computer to the same value (no effect)
> 3) unmerging and re-emerging tomcat several times (no effect)
> 
> I really don't know any other avenues to pursue.
> 
> Thanks in advance,
> 
> Matt
> 

I apologize for responding to my own post, but I saw this in
/var/log/tomcat5/catalina.out on the not-working machine:

"Aug 17, 2005 1:49:22 AM org.apache.catalina.startup.HostConfig deployWARs
WARNING: Exception while expanding web application archive sshwebproxy.war"

Does anyone know how I can increase Tomcat's logging level so it will
throw more detailed information into the log file?

Matt

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Re: OT: problem with Tomcat auto-deploying WAR files
  2005-08-17  5:59 ` [gentoo-user] " Matthew Cline
@ 2005-08-17  8:32   ` Catalin Trifu
  2005-08-17 13:13     ` Matthew Cline
  0 siblings, 1 reply; 4+ messages in thread
From: Catalin Trifu @ 2005-08-17  8:32 UTC (permalink / raw
  To: gentoo-user

       Hi,

    Take a look here 
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/server.html.

Catalin.

Matthew Cline wrote:

>On 8/17/05, Matthew Cline <matthew.cline@gmail.com> wrote:
>  
>
>>I've recently tried installing Tomcat in order to test out sshwebproxy
>>(http://www.ericdaugherty.com/dev/sshwebproxy/). However, for some
>>reason, Tomcat will not auto-deploy any WAR files that I place in the
>>webapps/ directory, as it should according to the Tomcat
>>documentation. What is interesting is that I have another computer
>>running the same version of Tomcat that does auto-deploy WAR files.
>>
>>Thinking that this might be a problem with Tomcat, I also tried
>>installing another Servlet container in portage, resin. Once again, on
>>one computer resin will not auto-deploy WAR files, while it does
>>auto-deploy them on the other.
>>
>>There isn't anything thrown into the Tomcat log files. OTher
>>troubleshooting steps I have tried include:
>>
>>1) setting permissions on the WAR file to 777 (no effect)
>>2) setting the $CLASSPATH on each computer to the same value (no effect)
>>3) unmerging and re-emerging tomcat several times (no effect)
>>
>>I really don't know any other avenues to pursue.
>>
>>Thanks in advance,
>>
>>Matt
>>
>>    
>>
>
>I apologize for responding to my own post, but I saw this in
>/var/log/tomcat5/catalina.out on the not-working machine:
>
>"Aug 17, 2005 1:49:22 AM org.apache.catalina.startup.HostConfig deployWARs
>WARNING: Exception while expanding web application archive sshwebproxy.war"
>
>Does anyone know how I can increase Tomcat's logging level so it will
>throw more detailed information into the log file?
>
>Matt
>
>  
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Re: OT: problem with Tomcat auto-deploying WAR files
  2005-08-17  8:32   ` Catalin Trifu
@ 2005-08-17 13:13     ` Matthew Cline
  0 siblings, 0 replies; 4+ messages in thread
From: Matthew Cline @ 2005-08-17 13:13 UTC (permalink / raw
  To: gentoo-user

On 8/17/05, Catalin Trifu <catalin@isp-software.de> wrote:
>        Hi,
> 
>     Take a look here
> http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/server.html.

Ok, I changed the "debug" attribute to 9 and restarted tomcat, but the
log file still looks the same.

Matt

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-17 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-17  5:41 [gentoo-user] OT: problem with Tomcat auto-deploying WAR files Matthew Cline
2005-08-17  5:59 ` [gentoo-user] " Matthew Cline
2005-08-17  8:32   ` Catalin Trifu
2005-08-17 13:13     ` Matthew Cline

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox