JSP anywhere

2001-06-04 Thread Ryan
Is it possible to make it so that you can run jsp files from anywhere on my server. Right now it is limited to a single root directory. I want any user to be able to run jsp files from /home/username/public_html. I'm currently using mod_jk.so on tomcat 3.2.1 cheers -ryan ---

JSP Anywhere?

2001-03-13 Thread Deborah Lee Soltesz
I've been beating on Tomcat and Apache trying to process JSPs found anywhere on the server, not just the jsp directory in the servlets directory. _Core_Servlets_ promises I can do such a thing, and makes it sound as if it's the default state of Tomcat when installed. I get a 404 error from TomCa

SV: JSP anywhere

2001-06-04 Thread Nicholas Larsson
Yes, just create the libraries! No problem! /nico -Ursprungligt meddelande- Från: Ryan [mailto:[EMAIL PROTECTED]] Skickat: den 4 juni 2001 15:34 Till: [EMAIL PROTECTED] Ämne: JSP anywhere Is it possible to make it so that you can run jsp files from anywhere on my server. Right now it

Re: JSP Anywhere?

2001-03-13 Thread Neill Laney
rah Lee Soltesz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 6:53 PM Subject: JSP Anywhere? I've been beating on Tomcat and Apache trying to process JSPs found anywhere on the server, not just the jsp directory in the servlets directory. _Core_Servlets

Re: JSP Anywhere?

2001-03-13 Thread Neill Laney
> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 9:36 PM Subject: Re: JSP Anywhere? you need to "Add a entry in the Tomcat server.xml configuration file." for your application. Developing Applications With Tomcat provides a good discussion. http://jakarta.apache.org/tomc

Re: SV: JSP anywhere

2001-06-04 Thread Anthony Scott
Nicholas Larsson wrote: > Yes, just create the libraries! > No problem! > > /nico > > -Ursprungligt meddelande- > Från: Ryan [mailto:[EMAIL PROTECTED]] > Skickat: den 4 juni 2001 15:34 > Till: [EMAIL PROTECTED] > Ämne: JSP anywhere > > Is it possibl

Place JSP anywhere on the web server?

2001-08-21 Thread Jim Michael
I am having trouble configuring a seemingly simple thing with Apache/Tomcat. I need to be able to place a JSP anywhere in an Apache document directory and have it hand these off to Tomcat when requested. This is default behavior with JRun, for example, but I can't get it working with A

Current performance comparisons of PHP vs. JSP anywhere?

2002-11-10 Thread Steinar Bang
I typed the three words "php jsp performace" to www.google.com, and I got the following relevant matches: http://www.linuxdocs.org/HOWTOs/PHP-HOWTO-13.html> http://www.zend.com/zend/art/php-over-java.php> Both articles are referring to an eWeek test that showed JSP to be 3,5 times

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Rob S.
ginal Message- > From: Jim Michael [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 7:28 PM > To: [EMAIL PROTECTED] > Subject: Place JSP anywhere on the web server? > > > I am having trouble configuring a seemingly simple thing with > Apache/Tomcat. I need to

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Jim Michael
>JSPs have no context outside of a "web application" and as such, cannot just >execute from anywhere. I imagine your question is how to change where a web >app resides on the HD. Ok, sorry for the bad terminology. You are correct, I just want to be able to specify a location other than under th

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Rob S.
> Ok, sorry for the bad terminology. You are correct, I just want > to be able to specify a location other than under the tomcat dir > structure. No worries. In retrospect, i sounded a little harse. Sorry about that ;) > Can you point me toward and example of this element? sho' nuff... in th

Re: Current performance comparisons of PHP vs. JSP anywhere?

2002-11-10 Thread Jacob Hookom
ent performance comparisons of PHP vs. JSP anywhere? > I typed the three words "php jsp performace" to www.google.com, and I > got the following relevant matches: > http://www.linuxdocs.org/HOWTOs/PHP-HOWTO-13.html> > http://www.zend.com/zend/art/php-over-java.php> >