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 [EMAIL PROTECTED] #ICQ : 1923685 *------------------------* -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
