If it's in the Web Project and not the EJB project, it shouldn't force
you to restart the server. I haven't used BEA but I know when I've done
eclipse and jboss work that we would just run an ANT script and copy
the jars to the jboss deployment server directories and it would
automatically reload the Web Container.
bartlomiej.knabel@gmail.com - 29 Jan 2006 15:44 GMT
> If it's in the Web Project and not the EJB project, it shouldn't force
> you to restart the server. I haven't used BEA but I know when I've done
> eclipse and jboss work that we would just run an ANT script and copy
> the jars to the jboss deployment server directories and it would
> automatically reload the Web Container.
I have Dynamic Web Project and I just run ANT script.
Perhabs, I also have to copy class files somewhere to weblogic
directories :)