Hi,
 
I have a simple question:
 
if I put the following into my ChatEnter.jsp
 
<form METHOD="post" ACTION="/Code/Chap03/Chat.jsp">
 
it doesn't work even I set in my server.xml by
 
<Context path="/Code/Chap03"
              docBase="c:/Code/Chap03" />
 
my EnterChat.jsp and Chat.jsp are under directory
c:\Code\Chap03
 
But if I change ACTION="/Code/Chap03/Chat.jsp" into /Chap03/Chat.jsp  and path="/Code/Chap03" into /Chap03. All work fine. Why is it?
 
mwu
 
 
----- Original Message -----
Sent: Tuesday, July 03, 2001 7:58 AM
Subject: Re: newbie question

http://localhost - Apache homepage
 
http://localhost:8080  - Tomcat homepage
 
If both display then Apache is working and Tomcat is working.
 
Loads of mails about how to set up Tomcat with Apache. Pls read the archives or check out the Tomcat site.
 
Vinay
----- Original Message -----
Sent: Tuesday, July 03, 2001 2:05 PM
Subject: newbie question

hi all!
   i am new with tomcat...
   having installed tomcat 3.2.2 and apache 1.3.11 on my NT 4.0...
   how will i come to know whether my apache and tomcat are communicating or not....or rather what should i do
   to access tomcat from apacge(or vice-versa)... plz. help.
 
Sumit Ranjan

Reply via email to