View Single Post
Old 11-22-2006, 05:28 AM   #1 (permalink)
j.gohel
Code Monkey
 
Join Date: Apr 2005
Posts: 68
j.gohel is on a distinguished road
replacing .class files while server is running

I have some java files and i compile them and placed them into the respective areas in my web application.

Now suppose some code change is required in the existing files and i need to
compile the source files once again ,then is it required to shut down the
application server/web server and then only replace the old .class file with the new one??


If this is the case then i would like to know the reason behind this thing from
the forum members.

I am facing a similar kind of problem.
I replaced some .class files with their new compiled versions.But the changes
were not reflected.Also after restarting the server the changes did not
reflected.

I am using weblogic6.1 server.

Thanks.
j.gohel is offline   Reply With Quote