RE: (newbie question) missing classs file?

2009-08-19 Thread Caldarale, Charles R
From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? I was getting confused by the fact that a class file was in $CATALINA_HOME/webapps/sample/WEB-INF/classes directory That class file is for the servlet side of the sample app. and yet my

(newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
Hi, I am new to tomcat and jsp. I appologize in advance my lack of knowledge, but I would appreciate some poninters. I am running tomcat 6.0.14 on redhat linux. After reading a few pages of documentation, I tried: http://localhost:8080/sample It rendered what's in

Re: (newbie question) missing classs file?

2009-08-18 Thread Daniele Development-ML
Are you reloading the pages from the server with the shift key? The pages might be locally cached from your browser. Dan On Tue, Aug 18, 2009 at 7:48 PM, Tena Sakai tsa...@gallo.ucsf.edu wrote: Hi, I am new to tomcat and jsp. I appologize in advance my lack of knowledge, but I would

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
, why does it reflect my hack (double Hello!) and no class file? I am confused. Tena -Original Message- From: Daniele Development-ML [mailto:daniele@googlemail.com] Sent: Tue 8/18/2009 11:51 AM To: Tomcat Users List Subject: Re: (newbie question) missing classs file? Are you

Re: (newbie question) missing classs file?

2009-08-18 Thread Daniele Development-ML
To: Tomcat Users List Subject: Re: (newbie question) missing classs file? Are you reloading the pages from the server with the shift key? The pages might be locally cached from your browser. Dan On Tue, Aug 18, 2009 at 7:48 PM, Tena Sakai tsa...@gallo.ucsf.edu wrote: Hi, I am new to tomcat

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
: (newbie question) missing classs file? Consider also that once the application is loaded is memory, even if you cancel the classes, the application still works. I doubt that the JVM maintains in memory all the classes, all the times, but if your current usage of the heap is not ridiculous big

Re: (newbie question) missing classs file?

2009-08-18 Thread David Smith
. If that's the case, why does it reflect my hack (double Hello!) and no class file? I am confused. Tena -Original Message- From: Daniele Development-ML [mailto:daniele@googlemail.com] Sent: Tue 8/18/2009 11:51 AM To: Tomcat Users List Subject: Re: (newbie question) missing

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
. Tena -Original Message- From: David Smith [mailto:d...@cornell.edu] Sent: Tue 8/18/2009 12:31 PM To: Tomcat Users List Subject: Re: (newbie question) missing classs file? I believe once a servlet is initialized in memory, it stays in and is re-used over and over. After removing

RE: (newbie question) missing classs file?

2009-08-18 Thread Martin Gainty
: (newbie question) missing classs file? Date: Tue, 18 Aug 2009 12:00:48 -0700 From: tsa...@gallo.ucsf.edu To: users@tomcat.apache.org; users@tomcat.apache.org Hi Dan, Are you reloading the pages from the server with the shift key? The pages might be locally cached from your browser. Shift

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
...@gallo.ucsf.edu -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tue 8/18/2009 1:04 PM To: Tomcat Users List Subject: RE: (newbie question) missing classs file? did you look at $TOMCAT_HOME/work/Catalina/localhost/WEBAPPNAME/org/apache/jsp/ JSPNAME_jsp.java

RE: (newbie question) missing classs file?

2009-08-18 Thread Caldarale, Charles R
From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? Being a newbie, I had no idea such deep secret existed. It's not a deep secret. Look at the JSP doc: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html and at conf/web.xml for the JSP

RE: (newbie question) missing classs file?

2009-08-18 Thread Caldarale, Charles R
From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? That aside, can you tell me how I can clear what's in the heap? You can't, other than by restarting the JVM. As long as there's a reference to an object, it will stay in the heap. You can

RE: (newbie question) missing classs file?

2009-08-18 Thread Caldarale, Charles R
From: Daniele Development-ML [mailto:daniele@googlemail.com] Subject: Re: (newbie question) missing classs file? I doubt that the JVM maintains in memory all the classes, all the times Once referenced, a servlet, listener, filter, valve, or realm class will remain loaded until

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
/18/2009 9:35 PM To: Tomcat Users List Subject: RE: (newbie question) missing classs file? From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject: RE: (newbie question) missing classs file? Being a newbie, I had no idea such deep secret existed. It's not a deep secret. Look at the JSP doc

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
is 6.0.14. What's yours? Regards, Tena Sakai -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tue 8/18/2009 9:39 PM To: Tomcat Users List Subject: RE: (newbie question) missing classs file? From: Tena Sakai [mailto:tsa...@gallo.ucsf.edu] Subject