Re: Apache + Tomcat+4.0.6 (unpackWARs not decompress)

2003-07-15 Thread Simon Pabst
you need to use autoDeploy,
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Automatic%20Application%20Deployment
At 21:52 15.07.2003 +0200, you wrote:

Hello,

I work with Apache + Tomcat 4.0.6 and I want deploy war file.

The problem is that  when I start Tomcat  not decompress File.war and
therefore Apache cannot respond static files (*.gif,*.jpg... static
files)
The option unpackWARs="true" is not working???

As it is  the problem? Why  it does not  decompress? Is possible  to do
this  in Tomcat 4.0.x?
I have not found  any information about this.It  is not left but  remedy
that to decompress by hand?
This is part of the configuration in my server.xml:




 




  
  
  factory
  org.apache.commons.dbcp.BasicDataSourceFactory
  
 "AND MORE PARAMETERS OF DATASOURCE"
 "AND CLOSED TAGS"
Thanks in advance.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Apache + Tomcat+4.0.6 (unpackWARs not decompress)

2003-07-15 Thread Alvaro

Hello,

I work with Apache + Tomcat 4.0.6 and I want deploy war file.

The problem is that  when I start Tomcat  not decompress File.war and
therefore Apache cannot respond static files (*.gif,*.jpg... static
files)

The option unpackWARs="true" is not working???

As it is  the problem? Why  it does not  decompress? Is possible  to do
this  in Tomcat 4.0.x?

I have not found  any information about this.It  is not left but  remedy
that to decompress by hand?


This is part of the configuration in my server.xml:




 





  
  
  factory
  org.apache.commons.dbcp.BasicDataSourceFactory
  

 "AND MORE PARAMETERS OF DATASOURCE"
 "AND CLOSED TAGS"

Thanks in advance.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]