Hi,
I was using Tomcat at the standalone mode, and
all was performing well. Then I put together
Tomcat and Apache, and the problems started to
appear.
My application works fine, put some libs are not
found anymore (precisely the jce1_2_1), and
neither does the reloadable function. All the
libs are at the correct place (/WEB-INF/lib),
everything was working just fine before the
Apache. I guess it is some problem with the
Apache configuration. I am using mod_webapp and
tomcat 4.0.1. All the help will be welcome.
Here are some excerpts of the server.xml and
httpd.conf:
httpd.conf:
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection warpConnection warp myhost:8008
WebAppDeploy examples warpConnection /examples
WebAppDeploy peopledb warpConnection /peopledb
server.xml:
<Service name="Tomcat-Apache">
<Connector
className="org.apache.catalina.connector.warp.Warp
Connector"
port="8008" minProcessors="5"
maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0"/>
<Engine
className="org.apache.catalina.connector.warp.Warp
Engine"
name="myhost" debug="0" appBase="webapps">
<Logger
className="org.apache.catalina.logger.FileLogger"
prefix="apache_log." suffix=".txt"
timestamp="true"/>
<Realm
className="org.apache.catalina.realm.MemoryRealm"
/>
</Engine>
</Service>
-------------------------------------------------
This mail sent through UK Online webmail
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>