Re: Application Data sharing -- store large object?

2005-04-10 Thread Jerome Jar
Cofused about your question. A Singleton object??? On Apr 11, 2005 1:22 AM, Daxin Zuo [EMAIL PROTECTED] wrote: In my program, an object that contains a large amount of data (complicated data strustures) is used in many pages. When I start doing it, I heard that it is better to not store large

Re: Tomcat user 'roles' question

2005-04-08 Thread Jerome Jar
I think you can modify the UserDatabase part in server.xml, to change the authentiation to use in your own way. On Apr 9, 2005 1:41 AM, Wendy Smoak [EMAIL PROTECTED] wrote: The only exposure that I have to this is configuring tomcat-users.xml so I can use the manager webapp, so please bear with

Re: Tomcat user 'roles' question

2005-04-08 Thread Jerome Jar
. The other is to implement the required overrides (except 'getName') to return null, and override the 'authenticate(String, String)' method. Whichever works better with your DB. Jerome Jar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I think you can modify the UserDatabase

Re: Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread Jerome Jar
If you only want to see the http headers, a tiny plugin for IE may help you: http://www.blunck.info/iehttpheaders.html On Mon, 21 Feb 2005 21:08:53 +1100, Marco Mastrocinque [EMAIL PROTECTED] wrote: Hi All, Just a 'silly question,' I downloaded a HTTP sniffing program because I want to

Re: index.jsp not found

2005-01-04 Thread Jerome Jar
Or you may edit the file $CATALINA_HOME/webapps/ROOT/WEB-INF/web.xml, and remove the servlet mapping of org.apache.jsp.index_jsp. In my opinion this SHOULD work. The org.apache.jsp.index_jsp class is in ROOT/WEB-INF/lib/catalina-root.jar, deleting index.jsp does not make any effect on this .jar.

Re: Tomcat 5.5 classloading blues

2004-12-19 Thread Jerome Jar
I agree. Sometimes I encouter some displeasure when copy or move the jar files to /shared/lib, which I thought should be nothing serious. But I donot think RPMs could make installing Tomcat a mess. And, indeed, just sticking everything in the war file is more portable :) On Sun, 19 Dec 2004