update server classes without restarting sun one web server 6.1

hi,

I'm facing a problem in updating server classes on sun one web server 6.1. i did not deploy any application and we are using simple jdbc+jsp approach.i write a class for db connections and now whenever i made some changes in it i must have to restart web server for changes to take effect. I also delete class files from classcache folder but it doesn't work.

my class is placed on /opt/ and this path is also placed in web server class paths.

i do not want to restart web server again and again. can some one tell me how to solve this problem.

Regards,

Kashif.

[604 byte] By [kashif0777a] at [2007-11-27 10:12:54]
# 1

if you just change your jsp files, you don't need to restart WebServer. WS will automatically recompile your jsps when it find the changes.

You may also use reconfig command to reload server.

wyb2005a at 2007-7-28 15:23:21 > top of Java-index,Web & Directory Servers,Web Servers...