RE: Questions on loading servlet vs. loading JSP

2004-11-03 Thread Steve Kirk
Message- > From: John MccLain [mailto:[EMAIL PROTECTED] > Sent: Wednesday 03 November 2004 16:54 > To: Shapira, Yoav; Tomcat Users List > Subject: RE: Questions on loading servlet vs. loading JSP > > > Thank you for your reply, but after reading your message, I may be &g

RE: Questions on loading servlet vs. loading JSP

2004-11-03 Thread John MccLain
again! -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:19 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Questions on loading servlet vs. loading JSP Hi, As you know, a JSP is just a servlet after it's compiled. A J

RE: Questions on loading servlet vs. loading JSP

2004-11-02 Thread Shapira, Yoav
cat jasper list; Tomcat Dev List; Tomcat user list >Subject: Questions on loading servlet vs. loading JSP > >I have a webapp. > >In 2 servlets, I call JNI code. > >When I call the servlets from a browser DIRECTLY, all is well and the code >executes. > >When the serv

Questions on loading servlet vs. loading JSP

2004-11-02 Thread John MccLain
I have a webapp. In 2 servlets, I call JNI code. When I call the servlets from a browser DIRECTLY, all is well and the code executes. When the servlets get called from JSP's, the JNI code hangs. I know I am cleaning up after myself in the JNI code What is the difference in how Tomcat loads and