I think you mistunderstood me. It's not the problem of web application. I began to use AJAX in my JSF project, so I need to create servlet's. And what my problem is, every time when I change something in my servlet class I need to restart jboss, because redeploying does nothing - ok, normal backing beans, jsp, javascript are updated, but not java classes that extend httpservlet class. I have read that servlet's are loaded into virtual machine memory so I need to know how to stop web app (in 'window' apps virtual machine is stopped when program ends, with web apps not). I'm using Java Studio Creator 2 and one person at Sun's forum gave me this hint: you have to find out how to stop web app in jboss, otherwise you will have to restart the whole server.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939359#3939359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939359 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
