> If I deploy the application as a directory (e.g. "app.war"), the .jsp can
> be reloaded when I replace a .jsp file in the directory. But the .class
> file can not be updated once it has run. It seems the jboss has a cache
> for the loaded .class file.

I think:
If you try to re-deploy the application with the JBoss runing it creates a
new folder in his working path and the old JSP precompiled cache will not be
available. If you stop-deploy-run, the servlet container will use the old
cache if all the timestamps are newer than the JSPs. (i know Tomcat 4 does
that)

> Because the debuging<->deploying is so slow, I wasted a lot of time for
> even fixxing a small bug. Furthermore, the .jsp is so slow when first
> loaded from the web-client. Is that usual?

Yep. Nowhere to run from that. Well, I guess you can precompile your JSPs
but I have no experience on that. (anyone?)

> Thanks!
>
> Peng




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to