hi, i'm pretty new to apache/tomcat, so i'm experiencing
heavy troubles... :)

the most important problem is: i use jsp with session/application-scoped

beans and everytime i recompile the java source code of the beans'
class,
i have to restart tomcat cause if i won't, i'm getting error "500
internal..."

i've found out that the cause of the problem is, if i recompile a bean
that
is loaded into tomcat with scope application, this bean is no longer
valid.
same for session scoped beans, if i recompile, all active session become

invalid.

while i'm developing the project, i have to recompile the main classes
every two or three hours, restarting tomcat every time really sucks,
cause
the server on which tomcat runs is in another room than my pc...

is there a easy solution for this problem? mhm, maybe i'm making a
logical mistake and there is NO solution...




Reply via email to