Thank you fillip. And for future reference, can you please tell me where
in the server.xml file I add this entry ? Do I add it before the
</server> tag or after ?

Thanks A LOT !!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

-wiley


-----Original Message-----
From: Filip Hanik [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 07, 2003 3:24 PM
To: Tomcat Users List
Subject: RE: NEWBIE Simple question, (but not for me ?!?)

What this entry says is:

<Context path="/simple" docBase="app" debug="9" reloadable="true" />

http://localhost:8080/simple/index.html

will open up the file /webapps/app/index.html

notice that you changed the context from app to simple by using the
context element.

Filip

-----Original Message-----
From: jsp [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 3:26 PM
To: 'Tomcat Users List'
Subject: RE: NEWBIE Simple question, (but not for me ?!?)


Hi fillip thanks, basically I just want to see an index.html inside the
app folder under tomcat. Nothing fancy, nothing special. I've got other
applications sitting in webapps that come up fine that specified with
the redirector ( which is gone now ) now I cant add new dir...... I even
uninstalled tomcat, put a fresh tomcat up put my directorys back and I
still get see new directorys

-----Original Message-----
From: Filip Hanik [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 07, 2003 3:16 PM
To: Tomcat Users List
Subject: RE: NEWBIE Simple question, (but not for me ?!?)

what does the structure under "tomcat/webapps/app/" look like?

most of the cases when people use the context path, for a webapp in
webapps they do this

<Context path="/simple" docBase="app" debug="9" reloadable="true" />

Filip

-----Original Message-----
From: jsp [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 3:19 PM
To: 'Tomcat Users List'
Subject: RE: NEWBIE Simple question, (but not for me ?!?)


Before this I was using the ISAPI redirect in iis for tomcat and I did
all the changes in the worker file for apps. That's not running anymore
and I'm just using localhost<8080>/app/ . I put 

<Context path="/simple" docBase="tomcat/webapps/app/" debug="9"
reloadable="true" />

in the server.xml file at the bottom of the file.



I added a directory to the webapps dir. I cannot get to it. Error 404.
Although directories I added a week ago work ??? Now this new one cannot
be seen. I've asked this question a lot over the last few days here;
either it's a completely STUPID question (most likely) or nobody can
answer it. It's driving me up a wall. I swear I've tried everything I
know, this has never happened before to me.

Please help....
-wiley


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


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


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


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


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


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

Reply via email to