I met a big problem when developing and debuging.

If I deploy the application as a "war" file, the jboss needs about 30
seconds to deploy it. Although it is not too long, for developing and
debuging it is not affordable! The time for waiting is longer than the
time for fixxing the bug!

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.

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?

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