RE: [OT]JSP Precompile in JBOSS

2004-05-05 Thread List
/blog/blogging?cat=B Cal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Alexander (KXT) Sent: Wednesday, May 05, 2004 4:06 AM To: 'Struts Users Mailing List' Subject: RE: [OT]JSP Precompile in JBOSS check JBoss-forums and more important: JSP

RE: [OT]JSP Precompile in JBOSS

2004-05-05 Thread Jesse Alexander (KXT)
check JBoss-forums and more important: JSP-compiling is done by the servlet-engine, so check Jetty or Tomcat-forums as well (depending on the JBoss-Version you use) hth Alexander -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Dienstag, 4. Mai 2004 17:47

RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Chaikin, Yaakov Y (US SSA)
ndai [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 04, 2004 1:18 PM > To: Struts Users Mailing List > Subject: RE: [OT]JSP Precompile in JBOSS > > can you post the complete link...look like link not working. > > -Ramadoss > > > -Original Message- &g

RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Ramadoss Chinnakuzhandai
can you post the complete link...look like link not working. -Ramadoss -Original Message- From: Chaikin, Yaakov Y (US SSA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 12:05 PM To: Struts Users Mailing List Subject: RE: [OT]JSP Precompile in JBOSS It's

RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Ramadoss Chinnakuzhandai
Chaikin,Paul thanks a lot for your information..I will look into that. -Ramadoss -Original Message- From: Chaikin, Yaakov Y (US SSA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 12:05 PM To: Struts Users Mailing List Subject: RE: [OT]JSP Precompile in JBOSS It's

RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Chaikin, Yaakov Y (US SSA)
akov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (ph) 301-838-6802 (fax) > -Original Message- > From: Paul McCulloch [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 04, 2004 12:00 PM > To: 'Struts Users Mailing List' > Subject: RE: [OT]JSP Precompile in JBOSS >

RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Chaikin, Yaakov Y (US SSA)
ng List' > Subject: RE: [OT]JSP Precompile in JBOSS > > I've done this in the past using wget to try and retrieve each page with the > special jsp_recompile (or something - see the JSP spec) argument. > > The problem I found with JBOSS-Tomcat is that JBOSS would remove a

RE: [OT]JSP Precompile in JBOSS

2004-05-04 Thread Paul McCulloch
I've done this in the past using wget to try and retrieve each page with the special jsp_recompile (or something - see the JSP spec) argument. The problem I found with JBOSS-Tomcat is that JBOSS would remove all the compiled jsps on shutdown. If this is the root of your problem (it was with me) th