any assistance in this matter would be appreciated
here is the entry for the service
<Service name="Tomcat-Apache13">
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" address="127.0.0.1" minProcessors="5" maxProcessors="75"
enableLookups="true" appBase="webapps"
acceptCount="10" debug="0"/>
<!-- Replace "localhost" with what your Apache "ServerName" is set to -->
<Engine className="org.apache.catalina.connector.warp.WarpEngine"
name="Apache - Tomcat4" defaultHost="defaultHost" debug="0">
<!-- This next line brings in the file that includes the various host containers -->
<Host name="defaultHost" appbase="/var/www/html">
<Context path="" docBase="" />
</Host>
<Host name="<domain>" appBase="/home/virtual/site1/fst/var/www/html">
<Alias><domain></Alias>
<!-- Global logger unless overridden at lower levels -->
<Logger className="org.apache.catalina.logger.FileLogger"
directory="/home/virtual/site1/fst/var/log"
prefix="alvolo_tomcat."
timestamp="true"/>
<Realm className="org.apache.catalina.realm.MemoryRealm" />
<Context path=""
docBase="/home/virtual/site1/fst/var/www/html"
priviledged="true"
reloadable="true" >
<Resource name="jdbc/MySQL/AlVolo" auth="Container" type="javax.sql.DataSource"/>
<ResourceParams name="jdbc/MySQL/AlVolo">
<parameter>
<name>driverClassName</name>
<value>org.gjt.mm.mysql.Driver</value>
</parameter>
<parameter>
<name>driverName</name>
<value>jdbc:mysql://localhost/alvolo</value>
</parameter>
</ResourceParams>
</Context>
</Host>
</Engine>
</Service>
kind regards
Warren
On Thursday, Oct 24, 2002, at 10:19 Etc/GMT, Glenn Nielsen wrote:
SecurityManager permission problems are much easier to debug if you start tomcat
with the -Djava.security.debug=access,failure property defined, then
check your logs for the string "denied". Then review the stack trace
and the ProtectionDomain which failed.
Regards,
Glenn
[EMAIL PROTECTED] wrote:
yes the factoryLoaderServlet is defined
too complex and issue currently to restart without SecurityManager. May be able to do overnight. Other dependent apps need to be up during the day
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
