I figure it has to be something with my server.xml file....can someone take a look at it and see if something pops out?

Thanks so much,

TDG

Attachment: server_vwh.xml
Description: application/xml


On Jun 1, 2004, at 9:52 PM, stella luna wrote:






Okay I followed the below instructions, and added the bits to each file.


I have therefore set up my configuration as follows :

 File /etc/httpd/siteXXX/tomcat4-aliases :

 <IfModule mod_jk.c>
 JkMount /manager ajp13
 JkMount /manager/* ajp13
 </IfModule>


File /var/tomcat4/conf/sites.xml.d/siteXXX.xml.custom :

 <Context path="/manager" debug="0" privileged="true"
 docBase="/var/tomcat4/server/webapps/manager">
 <Realm className="org.apache.catalina.realm.MemoryRealm"
 pathname="conf/sites.xml.d/siteXXX.xml.users"
 />
 </Context>

 File /var/tomcat4/conf/sites.xml.d/siteXXX.xml.users :

 <tomcat-users>
 <user name="username" password="password" roles="manager" />
 </tomcat-users>



I filled in the XXX to be 6, that is the site number.


when i go to www.mysite.com/manager/ i get the following error.

 Apache Tomcat/4.0.6 - HTTP Status 404 - /manager/

 type Status report

 message /manager/

 description The requested resource (/manager/) is not available.

I am running ensim pro 3.7,,,,though it sometimes says my apliance version is 3.5 something.

I don't see anything funny in the log files of mod_jk, apache, or tomcat. Can someone think of something to look for?

But wait i see this...

[Tue Jun 01 18:37:45 2004] [error] [client 24.199.108.17] File does not exist: /home/virtual/site6/fst/var/www/html/manager




Thanks,

 Tom



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to