AW: AW: Load all JSP pages on startup

2005-06-30 Thread Bernhard Slominski
> > It's even better than that: the webapp itself is portable, without the > Tomcat libraries. The precompilation process just churns > your JSPs into > servlets at build time instead of runtime. > Let me add somthing here, it's right that the servlets are build at compile time, but they still

Re: AW: Load all JSP pages on startup

2005-06-29 Thread QM
On Wed, Jun 29, 2005 at 04:49:10PM +0200, Bernhard Slominski wrote: : When thinking about it again I assume that the precompiled webapp with : Tomcat should also work in any other JSP container, as long as you have the : Tomcat libraries in your classpath, because in the end your compiled JSPs : ar

RE : RE : AW: Load all JSP pages on startup

2005-06-29 Thread LERBSCHER Jean-Pierre
e: RE : AW: Load all JSP pages on startup >> - setting the precompile parameter to true in the element of the weblogic.xml deployment descriptor to configure WebLogic Server to precompile your JSPs when a Web Application is deployed or re-deployed or when WebLogic Server starts up; >&g

AW: AW: Load all JSP pages on startup

2005-06-29 Thread Bernhard Slominski
> > > > > We have a custom (non-generated) web.xml, with some taglibs > > and servlets defined in there. > > Precompilation is tomcat dependend I suppose? > > You're right precompliation is tomcat dependent, but it works > like this that > the ant task takes your (non-tomcat dependent) web.xml

Re: RE : AW: Load all JSP pages on startup

2005-06-29 Thread Geoffrey
29 juin 2005 15:40 À : 'Tomcat Users List' Objet : AW: AW: Load all JSP pages on startup We have a custom (non-generated) web.xml, with some taglibs and servlets defined in there. Precompilation is tomcat dependend I suppose? You're right precompliation is tomcat dependent

RE : AW: Load all JSP pages on startup

2005-06-29 Thread LERBSCHER Jean-Pierre
starts up; -Message d'origine- De : Bernhard Slominski [mailto:[EMAIL PROTECTED] Envoyé : mercredi 29 juin 2005 15:40 À : 'Tomcat Users List' Objet : AW: AW: Load all JSP pages on startup > > We have a custom (non-generated) web.xml, with some taglibs > and s

AW: AW: Load all JSP pages on startup

2005-06-29 Thread Bernhard Slominski
> > We have a custom (non-generated) web.xml, with some taglibs > and servlets defined in there. > Precompilation is tomcat dependend I suppose? You're right precompliation is tomcat dependent, but it works like this that the ant task takes your (non-tomcat dependent) web.xml and just adds the m

Re: AW: Load all JSP pages on startup

2005-06-29 Thread Geoffrey
We have a custom (non-generated) web.xml, with some taglibs and servlets defined in there. Precompilation is tomcat dependend I suppose? Our application has to run on JBoss, Tomcat and Resin. Weblogic and others might be added in the future. I was hoping there was a simple way in the web depl

AW: Load all JSP pages on startup

2005-06-29 Thread Bernhard Slominski
> > I don't want to precompile in my build script, With the precompilation you can do the stuff you need, it automatically creates the servlet mapping in the web.xml. The only thing you have to add is the 1 part, but I think you can automate this as well. So why don't you want precompilation? B