RE: Calling a JSP from a virtual host

2004-01-16 Thread Oscar Carrillo
; http://www.anyVirtualHost.com/anyTomcatApp/myJspPage.jsp > > > > Any help would be appreciated. Thanks again, > > Dolores > > > > -Original Message- > > From: Oscar Carrillo [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 14 January, 2004 22:50 > > T

RE: Calling a JSP from a virtual host

2004-01-15 Thread Howard Watson
nesday, 14 January, 2004 22:50 To: Tomcat Users List Subject: Re: Calling a JSP from a virtual host Hi, I believe you need to do the jkmounts in each config in httpd.conf. And, I think, you must not use the auto-generated mod_jk.conf. It should work as explained in my HOWTO: ht

RE: Calling a JSP from a virtual host

2004-01-15 Thread Oscar Carrillo
rom: Oscar Carrillo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 January, 2004 22:50 > To: Tomcat Users List > Subject: Re: Calling a JSP from a virtual host > > > Hi, > > I believe you need to do the jkmounts in each config in > httpd.conf. > > And, I think,

RE: Calling a JSP from a virtual host

2004-01-15 Thread Dolores García-Izquierdo Jaén
mcat Users List Subject: Re: Calling a JSP from a virtual host Hi, I believe you need to do the jkmounts in each config in httpd.conf. And, I think, you must not use the auto-generated mod_jk.conf. It should work as explained in my HOWTO: http://daydream.stanford.edu/tomcat/install_web_services.h

Re: Calling a JSP from a virtual host

2004-01-14 Thread Oscar Carrillo
Sorry, don't have any experiences with those. I'm no expert in Tomcat, I just get lucky once in awhile and see a question I can answer :) Oscar On Wed, 14 Jan 2004, Howard Watson wrote: > I stand corrected. > > I don't know about the auto-generated mod_jk.conf, but your right about > needing t

Re: Calling a JSP from a virtual host

2004-01-14 Thread Howard Watson
I stand corrected. I don't know about the auto-generated mod_jk.conf, but your right about needing to mount the JSPs and servlets in each virtual host. And probably any matching aliases. Thanks for clearing up the confusion. Do you know any good references for using LogSetter within a Tomcat3.3 ?

Re: Calling a JSP from a virtual host

2004-01-14 Thread Oscar Carrillo
I assumed he meant he wanted to access the same webapp in Tomcat in each virtual host in Apache. In that case, he only wants and only needs 1 webapp in Tomcat. Oscar On Wed, 14 Jan 2004, Howard Watson wrote: > I not 100% sure but I think the problem might be here: > > "And I have 1 webapp def

Re: Calling a JSP from a virtual host

2004-01-14 Thread Howard Watson
I not 100% sure but I think the problem might be here: "And I have 1 webapp defined in Tomcat" >>> [EMAIL PROTECTED] 01/14/04 03:48PM >>> Hi everyone. I have the next configuration in my server: - Windows 2000 - sorry, no chance to use Linux :-( - Apache 2, with some virtual hosts - Tomcat 1.4

Re: Calling a JSP from a virtual host

2004-01-14 Thread Oscar Carrillo
Hi, I believe you need to do the jkmounts in each config in httpd.conf. And, I think, you must not use the auto-generated mod_jk.conf. It should work as explained in my HOWTO: http://daydream.stanford.edu/tomcat/install_web_services.html Eventhough, I reference Linux, Tomcat and Apache config

Calling a JSP from a virtual host

2004-01-14 Thread Dolores García-Izquierdo Jaén
Hi everyone. I have the next configuration in my server: - Windows 2000 - sorry, no chance to use Linux :-( - Apache 2, with some virtual hosts - Tomcat 1.4, with some JSP webapps - mod_jk, to communicate Apache and Tomcat. I have the whole static code in Apache, and the JSP code in Tomcat. Eve