web application being removed out of Tomcat

2007-11-01 Thread Victor Huang
Hi, I have Tomact 5.5 and Apache2.2 installed on Debian Linux. Everything seems to be working fine after installation and configuration done - I use JK connector to connect Apache and Tomcat, there are 2 applications running in Tomcat - manager and my own web app. I can use Tomcat Manager to s

RE: Access jsp from different context

2007-08-07 Thread Victor Huang
Sent: Tuesday, August 07, 2007 12:35 PM To: Tomcat Users List Subject: Re: Access jsp from different context -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor, Victor Huang wrote: > I have 3 web app running on Tomcat - > > 1.web application - mywebapp.war > 2.Component JSPs

Access jsp from different context

2007-08-07 Thread Victor Huang
I have 3 web app running on Tomcat - 1. web application - mywebapp.war 2. Component JSPs - mycomponent.war 3. Web site JSPs - mywebsite.war I have deployed above 3 app into Tomcat without any error. However what I couldn't figure out is - how can I access JSPs from #2 app

RE: Context information outside of server.xml

2007-06-28 Thread Victor Huang
You need to specify docBase which is your application's doc root in element in ROOT.xml. e.g. mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 10:10 AM To: users@tomcat.apache.org Subject: Context information outside of server.xml I'm trying to rework my server.xml file so that the contex

RE: Can Tomcat access JSP pages out of tomcat folder?

2007-06-27 Thread Victor Huang
e 26, 2007 4:35 PM To: Tomcat Users List Subject: RE: Can Tomcat access JSP pages out of tomcat folder? > From: Victor Huang [mailto:[EMAIL PROTECTED] > Subject: RE: Can Tomcat access JSP pages out of tomcat folder? > > But I noticed that you were using $Tomcat_home directory as > d

RE: Can Tomcat access JSP pages out of tomcat folder?

2007-06-26 Thread Victor Huang
ssage- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 3:59 PM To: Tomcat Users List Subject: RE: Can Tomcat access JSP pages out of tomcat folder? > From: Victor Huang [mailto:[EMAIL PROTECTED] > Subject: RE: Can Tomcat access JSP pages out of tomcat fol

RE: Can Tomcat access JSP pages out of tomcat folder?

2007-06-26 Thread Victor Huang
spec before it can be served up by tomcat. Then you can mount the jsps webapp in Apache Httpd using mod_jk and the JkMount directive. The documentation on the tomcat website is your friend here. --David Victor Huang wrote: > Thanks David. > I'm using Tomcat 5.5.23 and Apache 2.2.

RE: Can Tomcat access JSP pages out of tomcat folder?

2007-06-26 Thread Victor Huang
Ok. Thanks! Victor Huang| Senior Developer | GameWorkz Inc. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 2:38 PM To: Tomcat Users List Subject: RE: Can Tomcat access JSP pages out of tomcat folder? > From: Victor Hu

RE: Can Tomcat access JSP pages out of tomcat folder?

2007-06-26 Thread Victor Huang
ore it can be served up by tomcat. Then you can mount the jsps webapp in Apache Httpd using mod_jk and the JkMount directive. The documentation on the tomcat website is your friend here. --David Victor Huang wrote: > Thanks David. > I'm using Tomcat 5.5.23 and Apache 2.2.4, JK-1.2.2

RE: Can Tomcat access JSP pages out of tomcat folder?

2007-06-26 Thread Victor Huang
d using mod_jk and the JkMount directive. The documentation on the tomcat website is your friend here. --David Victor Huang wrote: > Thanks David. > I'm using Tomcat 5.5.23 and Apache 2.2.4, JK-1.2.22 on Windows XP > > I understand that I can put JSPs into TOMCAT-INSTALL\webap

RE: Can Tomcat access JSP pages out of tomcat folder?

2007-06-26 Thread Victor Huang
ur layout a bit more and include the version of your tomcat? --David Victor Huang wrote: > Hi There, > > > > > > > > I'm working on a project that needs to move current web application from > IIS/JRUN/Windows into Apache/Tomcat/Windows. One of the problem i

Can Tomcat access JSP pages out of tomcat folder?

2007-06-26 Thread Victor Huang
Hi There, I'm working on a project that needs to move current web application from IIS/JRUN/Windows into Apache/Tomcat/Windows. One of the problem is I can not make Tomcat access (pre-compile) JSP pages deployed out of Tomcat folder. It is working fine under IIS/JRUN. Our curre