----- Original Message ----- From: "karthikn" <[EMAIL PROTECTED]>
----------------------------------------------------------------------------------
HTTP Status 404 - /XFLDER/

type Status report

message /XFLDER/

description The requested resource (/XFLDER/) is not available.
---------------------------------------------------------------------------------

************
Try this

Look in CONF/WEB.XML for this
<servlet>
<servlet-name>default</servlet-name>
<servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
<init-param>
<param-name>debug</param-name>
<param-value>0</param-value>
</init-param>
<init-param>
<param-name>listings</param-name>

CHANGE THIS TO TRUE
<param-value>true</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>

THEN MAKE A logs.xml FILE in CONF/CATALINA/LOCALHOST

PUT this in it

<?xml version="1.0" encoding="UTF-8"?>

<Context docBase="${catalina.home}/logs" path="/logs"/>

Then restart TC

then type

http://localhost:8080/manager/html

see if you can see LOGS

type

http://localhost:8080/logs/

You'll see your logs

Read up on LISTING and Welcome files

Have fun..

---------------------------------------------------------------------------
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
---------------------------------------------------------------------------






---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to