Tomcat Manifest File

2007-03-19 Thread sanane sanane
Hi; In tomcat is it possible to put a servlet class file to a different than web-inf/classses directory in my server by the help of manifest file and by declaring class-path attribute. For example : I mean in this app $CATALINA_HOME\webapps\myapp\web-inf\classes\hello.class may I put

Re: configuring tomcat manager

2007-03-19 Thread sanane sanane
You can try to add admin role to the roles attribute, as I show below sample xml user username=admin password= roles=admin,manager/ From: [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: Tomcat Users List users@tomcat.apache.org Subject: Re: configuring tomcat