Hi ya,
        Do Let me know if you want the following ?
        
        current senario : 
                you have apache which runs on port 80. ( for normal http )
on server : http://someserver.com/
                you have tomcat which runs on port 8080. ( for servlets and
jsp ) on server http://someserver.com:8080/yourcontext/index.jsp 
        wanted one :
        when you give http://someserver.com/yourcontext/index.jsp it should
get the output from tomcat and give it to the browser.
        but if you give http://someserver.com/hello/index.html it should get
the output from apache 
        ( because this URL is not associated with tomcat ) and send it back
to the browser ?

If this is what you want do let me know ..... I may be of some help 

If not sorry I mistook your english. 

Regards
guru
        
        

-----Original Message-----
From: Marcelo Mendes Fernandes [mailto:[EMAIL PROTECTED]]
Sent: 19 August 2002 03:49
To: [EMAIL PROTECTED]
Subject: ...CONFIG TOMCAT X APACHE FOR SERVLET
Importance: High


Hi,

After being with the Apache TomCat for a long time, now I need to set
up a server web serious. For that I lowered the Apache 2.0.39, I
installed and I configured. He worked perfectly in agreement with my
objectives, and in the door default HTTP 80.

Well, now I have the Apache Tomcat 4.0 that works and it worked
perfectly along this time in that I developed the system in Servlet.
This Container (Tomcat) always works and worked in the door HTTP 8080.

Subject: I need to leave the Apache to treat the door 80 for several
solicitations but that are not JSP/Servlets. When it goes a
solicitation of a JSP or Servlet I need that: The Apache receives the
solicitation and review for TomCat to treat that. After agreement,
Tomcat should return the result for the Apache and east finally to
return the result to the customer.

Please, does anybody have a " cake " revenue of how to do that??? is
it that my time is short ... catching the cake " revenue I make the
system to work and later I do go back " to study and to analyze in
detail " the configuration of the Apache with Tomcat.

Thankful in advance for anybody that can me to help in this
configuration.

Cordially,
Marcelo Mendes Fernandes
São Paulo - SP / Brasil







_______________________________________________________________________
Yahoo! PageBuilder
O super editor para criação de sites: é grátis, fácil e rápido.
http://br.geocities.yahoo.com/v/pb.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to