Re: JSP's in other directories

2003-02-05 Thread Erik Price
Nicholas J Campbell wrote: Hi, I have a question, I want to be able to access JSP pages that are outside of the web-inf directory setup by tomcat…I do not know how to do it, obviously. I have Apache 2 installed and use that at my main server and then am running tomcat for the purposes of

Re: JSP's in other directories

2003-02-05 Thread Ming Zhao
You use JK2 as the connector between Apache and Tomcat? If so, you can map your jsp in the workers2.properties. Still I have a question: how can you set the main directory of your page files and call Tomcat to deal with jsp files under your main directory? --- Erik Price [EMAIL PROTECTED] wrote:

RE: JSP's in other directories

2003-02-05 Thread David Keyes
in other directories You use JK2 as the connector between Apache and Tomcat? If so, you can map your jsp in the workers2.properties. Still I have a question: how can you set the main directory of your page files and call Tomcat to deal with jsp files under your main directory? --- Erik Price

RE: JSP's in other directories

2003-02-05 Thread Tref Gare
:19 PM To: Tomcat Users List Subject: RE: JSP's in other directories Um... What is jiggery pokery? Accessing a JSP inside the WEB-INF hierarchy can be done quite easily using a servlet tag in the web.xml file. servlet servlet-nameHiddenView/servlet-name jsp-file/WEB-INF/views/HiddenView.jsp

JSP's in other directories

2003-02-04 Thread Nicholas J Campbell
Hi, I have a question, I want to be able to access JSP pages that are outside of the web-inf directory setup by tomcat…I do not know how to do it, obviously. I have Apache 2 installed and use that at my main server and then am running tomcat for the purposes of Servlets and JSP’s and I

RE: JSP's in other directories

2003-02-04 Thread Tref Gare
offend may have been sent without knowledge or the consent of Areeba. -- -Original Message- From: Nicholas J Campbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 February 2003 2:11 PM To: 'Tomcat Users List' Subject: JSP's in other

RE: JSP's in other directories

2003-02-04 Thread Tref Gare
. -- -Original Message- From: Nicholas J Campbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 February 2003 2:11 PM To: 'Tomcat Users List' Subject: JSP's in other directories Hi, I have a question, I want to be able to access JSP pages

RE: JSP's in other directories

2003-02-04 Thread Nicholas J Campbell
! - ThinkGeek.com -Original Message- From: Tref Gare [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 10:46 PM To: Tomcat Users List Subject: RE: JSP's in other directories Not quite sure of your situation so this may not answer the question. However you can place a jsp in any

Re: RE: JSP's in other directories

2003-02-04 Thread jmong
[EMAIL PROTECTED] Date: Tuesday, February 4, 2003 7:53 pm Subject: RE: JSP's in other directories Whoops...i actually meant the webapps folder... Currently this is where I can access from the web C:\Program Files\Apache Group\Tomcat 4.1\webapps\examples That?s it I have my site at c:\cisc\site

RE: JSP's in other directories

2003-02-04 Thread Tref Gare
without knowledge or the consent of Areeba. -- -Original Message- From: Nicholas J Campbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5 February 2003 2:54 PM To: 'Tomcat Users List' Subject: RE: JSP's in other directories Whoops...i actually

RE: RE: JSP's in other directories

2003-02-04 Thread Nicholas J Campbell
] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 11:11 PM To: Tomcat Users List Cc: 'Tomcat Users List' Subject: Re: RE: JSP's in other directories Not sure about windows, so I'll use what i know in solaris. In solaris you can do the following (using your file paths): httpd.conf (apache

RE: JSP's in other directories

2003-02-04 Thread Sean Dockery
Um... What is jiggery pokery? Accessing a JSP inside the WEB-INF hierarchy can be done quite easily using a servlet tag in the web.xml file. servlet servlet-nameHiddenView/servlet-name jsp-file/WEB-INF/views/HiddenView.jsp/jsp-file /servlet servlet-mapping