ColdFusion & (JSWDK || TOMCAT)

2001-01-02 Thread Santiago Benito Rebollo
Hi all!. Does anybody know how to configure ColfFusion for using with JSWDK or Tomcat? Thanks for four help. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECT

Unable to access Bean classes in JSWDK & Tomcat

2000-12-28 Thread Rahul Narula
Hi All!! I am unable to execute the bean classes which are in the /examples/web-inf/jsp/bean/ directory in JSWDK...The error is unable to compile class for JSP..(Internal server error 500) I was trying to execute my bean at first which was also kept in that directory..Later I tried to run an ex

Re: JSWDK & Tomcat

2000-07-20 Thread B R Nair
Dear Petr Thanks a lot for the precise and timely answer. BRN. -Original Message- From: Petr Jiricka <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, July 18, 2000 6:03 PM Subject: Re: JSWDK & Tomcat >In a way, JSWDK is a predecessor

Re: JSWDK & Tomcat

2000-07-18 Thread Petr Jiricka
vlet 2.1 + JSP 1.0 specifications, whereas Tomcat supports Servlet 2.2 + JSP 1.1 (which are a part of J2EE). Petr > -Original Message- > From: B R Nair [mailto:[EMAIL PROTECTED]] > Sent: Sunday, July 16, 2000 9:53 PM > To: [EMAIL PROTECTED] > Subject: JSWDK & Tomcat > &

JSWDK & Tomcat

2000-07-17 Thread B R Nair
Hello, Greetings to all. Would anyone please tell me what is the difference between JSWDK & Tomcat? Thanks in advance B R Nair === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".

Re: How to pre-compile jsp pages under JRUN and JSWDK/TOMCAT

2000-01-05 Thread Osvaldo Pinali Doederlein
n" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 04, 2000 4:16 PM Subject: Re: How to pre-compile jsp pages under JRUN and JSWDK/TOMCAT > For the benefit of this list, I got 2 replies on this question: > > 1. Switch to another JSP engine: >

Re: How to pre-compile jsp pages under JRUN and JSWDK/TOMCAT

2000-01-04 Thread Lam, Kelvin
To: Lam, Kelvin > Sent: Sunday, January 02, 2000 11:47 AM > To: [EMAIL PROTECTED] > Subject: How to pre-compile jsp pages under JRUN and JSWDK/TOMCAT > > Anyone knows how you can "pre-compile" all your JSP pages under JRUN or > JSWDK or Tomcat? I would l

Re: How to pre-compile jsp pages under JRUN and JSWDK/TOMCAT

2000-01-02 Thread Michael Korolyov
Hi Lam! To try GNUJSP compiler. jsp --> java --> class Best regards. Michael. - Original Message - From: "Lam, Kelvin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 02, 2000 8:47 AM Subject: How to pre-compile jsp pages under JRUN and J

How to pre-compile jsp pages under JRUN and JSWDK/TOMCAT

2000-01-02 Thread Lam, Kelvin
Anyone knows how you can "pre-compile" all your JSP pages under JRUN or JSWDK or Tomcat? I would like to eliminate the long (relatively) delay on the first time access to the jsp pages. (I know, I know, you can always visit every pages personally, but it is getting tiresome after awhile...) Can