Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I am learning Tomcat 4.1. I tryed to edit some examples (the examples\WEB-INF\classes\num\NumberGuessBean.java). When I modify the body of a method and I recompile, everything works fine (I can see differences requesting a jsp file). But I can not add new methods! When I add a new method (+recompile the .java), if I try to use from the JSP page, I get a very long list of exceptions. What do I miss do to ? thanks in advance, Fabio
Post Follow-up to this messagehi there ... you have to be a bit more specific about your problem and perhaps show some of the code you wrote and the error messages you receive from the tomcat server ... but here is a hint, make shure you have "reloadable=true" in your app context in the tomcat configuration file ... cheers -- nuno * http://gooofy.blogspot.com/ [my blog] "Fabio Ferronato" <invalid@invalid.invalid> wrote in message news:xyG_b.27939$Kc3.867196@twister2.libero.it... > Hi, > I am learning Tomcat 4.1. > > I tryed to edit some examples (the > examples\WEB-INF\classes\num\NumberGuessBean.java). > > When I modify the body of a method and I recompile, > everything works fine (I can see differences requesting a jsp file). > > But I can not add new methods! > When I add a new method (+recompile the .java), if I try to use from the > JSP page, I get a very long list of exceptions. > > What do I miss do to ? > > thanks in advance, > Fabio >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.