You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rama <ru...@yahoo.com> on 2001/12/20 09:26:25 UTC

Tomcat 4 & mod_webapp in Win2k

Hi,

Can anyone explain to me what I should do to make Apache 1.3.22, Tomcat
4.01, and mod_webapp work in my Win2k system?

Please do not tell me to read the documentation. I've done exactly what
the documentation told me but it seems Apache is always taking 99% of
system resource (in other words, it doesn't work!).


Rama



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat 4 & mod_webapp in Win2k

Posted by Bruno VERNAY <Br...@LaPoste.net>.
At least I solved my problem !
I was trying to put the webapps in a different directory. I use Tomcat 4 
and Apache 1.3.22 with an WARP connector (mod_webapps.)

First : I totaly delete the Stand-alone service in the server.xml. It 
worked. Then I moved the WebApps directory and here is my new server.xml .
As you can see I added a Host and a context. It seems to work so far. It 
is a good or bad solution, any idea ?
(I explain the whole thing in http://bruno.vernay.free.fr/HowTo/index.html)

   <Service name="Tomcat-Apache">

     <Connector className="org.apache.catalina.connector.warp.WarpConnector"
      port="8008" minProcessors="5" maxProcessors="75"
      enableLookups="true"
      acceptCount="10" debug="0"/>

     <Engine className="org.apache.catalina.connector.warp.WarpEngine"
      name="Apache" debug="0" defaultHost="123.137.245.357"
      appBase="D:/bruno/doc/Dev/web/webapps">

	<Host name="123.137.245.357" debug="0"
	 appBase="D:/bruno/doc/Dev/web/webapps" unpackWARs="true">

         <!-- Tomcat Examples Context -->
         <Context path="/examples"
         	docBase="D:/bruno/doc/Dev/web/webapps/examples" debug="0"
                  reloadable="true"/>
	</Host>

       <Logger className="org.apache.catalina.logger.FileLogger"
               prefix="apache_log." suffix=".txt"
               timestamp="true"/>

       <Realm className="org.apache.catalina.realm.MemoryRealm" />
     </Engine>
   </Service>

*------------------------*
Bruno Mizzi-Vernay
Bruno.Vernay@laposte.net
#ICQ : 1923685
*------------------------*


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat 4 & mod_webapp in Win2k

Posted by Bruno VERNAY <Br...@LaPoste.net>.
Hi,
I got the same configuration working.
I just write a little doc covering only this configuration. Little 
changes are needed from default configuration :
http://bruno.vernay.free.fr/HowTo/index.html

What I can't do is change the default directory of the WebApps.

Can someone help me on this.

Thank


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Tomcat 4 & mod_webapp in Win2k

Posted by Diego Castillo <di...@inexbee.com>.
Just read the comments of the server.xml file from your Tomcat installation.
It worked just fine for me and I have exactly the same software you talk
about.


Diego

-----Message d'origine-----
De : Rama [mailto:rust_riffle@yahoo.com]
Envoye : jeudi 20 decembre 2001 09:26
A : tomcat-user@jakarta.apache.org
Objet : Tomcat 4 & mod_webapp in Win2k


Hi,

Can anyone explain to me what I should do to make Apache 1.3.22, Tomcat
4.01, and mod_webapp work in my Win2k system?

Please do not tell me to read the documentation. I've done exactly what
the documentation told me but it seems Apache is always taking 99% of
system resource (in other words, it doesn't work!).


Rama



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>