Re: How do I tell if I am using APR or JSSE?

2010-07-30 Thread Tena Sakai
Thank you Mark. Mine is using JSSE. Regards, Tena On 7/30/10 3:50 PM, "Mark Thomas" wrote: > On 30/07/2010 21:35, Tena Sakai wrote: >> Hi, >> >> I am using tomcat 6.0.14 on a Redhat linux. >> I would like to get SSL working on this server and I am tryi

How do I tell if I am using APR or JSSE?

2010-07-30 Thread Tena Sakai
installation uses APR...then... How can I tell if my tomcat is using APR or it is using JSSE? Is it possible it is not using either? Thank you in advance. Regards, Tena Sakai tsa...@gallo.ucsf.edu

confused about beans

2009-08-21 Thread Tena Sakai
g wrong? Many thanks in advance. Regards, Tena Sakai

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
omcat? As I mentioned, mine 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

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
E/webapps/sample/WEB-INF/classes directory. If so, why should the distribution come with it? If it hadn't, it would've been less confusing and I would have avoided my poor expression "deep secret." Regards, Tena Sakai -Original Message- From: Caldarale, Charles R

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
Yeeeha! That is it! Thank you, Martin Gainty. Being a newbie, I had no idea such "deep secret" existed. Since the distribution contained a directory: $CATALINA_HOME/webapps/sample/WEB-INF/classes with a class file, I was completely blinded to look elsewhere. Regards, Tena

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
memory all the classes, all the times, but > if your current usage of the heap is not ridiculous big, probably your class > remains loaded. > > Dan > > On Tue, Aug 18, 2009 at 8:00 PM, Tena Sakai wrote: > > >> Hi Dan, >> >> >>> Are you rel

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
e of the heap is not ridiculous big, probably your class remains loaded. Dan On Tue, Aug 18, 2009 at 8:00 PM, Tena Sakai wrote: > Hi Dan, > > > Are you reloading the pages from the server with the shift key? > > The pages might be locally cached from your browser. > > Shi

RE: (newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
lasss 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 wrote: > Hi, > > I am new to tomcat and jsp. I appologize in advance my lack of knowledge, > but I would ap

(newbie question) missing classs file?

2009-08-18 Thread Tena Sakai
;Hello!" to what used to be: <%= new String("Hello!") %> Tomcat gave me what I expected: double Hello's. I thought it might have generated a class file. But there is no class file anywhere under $CATALINA_HOME/webapps/sample directory? Question number 2: Why does this work? Thank you in advance. Regards, Tena Sakai tsa...@gallo.ucsf.edu