RE: Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-15 Thread Nicholas Irving
I have been looking for a authenticate(user) method, but cannot seem to find one, as I need to do something similar. Any ideas? -Original Message- From: Ken Johanson [mailto:[EMAIL PROTECTED] Sent: Sunday, 15 January 2006 4:28 PM To: Tomcat Users List Subject: Re: Alternative Realm impl.

Re: Tomcat5 and supporting files

2006-01-15 Thread Mark Thomas
Bob Hartung wrote: Hi all, I need direction to an information repository that will explain what I need to do to get java-1.5.0 and tomcat5 installed and running and then allow installation of MIRC software, that requires tomcat5 on jvm-1.5.0 for the newer version. 6. I was then able to

Re: Tomcat on Windows Server 2003 : What Windows User Account?

2006-01-15 Thread Mark Thomas
Tom Burke wrote: In fact, under what Windows account does Tomcat execute anyway? LocalSystem. Tomcat uses procrun. The user can be changed. You can edit service.bat using information from http://jakarta.apache.org/commons/daemon/procrun.html. Mark

RE: tomcat 5 ssl w/multiple IPs

2006-01-15 Thread Peter Crowther
From: Chris Pat [mailto:[EMAIL PROTECTED] do I really need to a dedicated NIC for each of the static IPs I want run SSL sites on? No. The configuration mechanism depends on your OS, however. Windows boxes can have at least 20 IP addresses bound to one adapter. Get the adapter

Re: need help to get Realm information in Tomcat

2006-01-15 Thread Mark Thomas
chandra yalla wrote: Hi. i have requirement to get Users in LDAP using the realm information give in my application xml file museadmin.xml ( i have attached this file) museadmin.xml is incorrect. It should start Context path=/museadmin docBase=${catalina.home}/webapps/museadmin debug=0

Context files question (may be related to bu 38198)

2006-01-15 Thread Oded Arbel
( http://issues.apache.org/bugzilla/show_bug.cgi?id=38198 ) My conf/engine/host context files directory contains files which are logically named (instead of named according to the context path), which is ok as they load fine under tomcat 5.0 (contrary to how tomcat 5.5 behaves, which is what

RE: tomcat 5 ssl w/multiple IPs

2006-01-15 Thread Chris Pat
Hi Peter Ouch, I should have know that. Thanks. --- Peter Crowther [EMAIL PROTECTED] wrote: From: Chris Pat [mailto:[EMAIL PROTECTED] do I really need to a dedicated NIC for each of the static IPs I want run SSL sites on? No. The configuration mechanism depends on your OS,

Re: Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-15 Thread Ken Johanson
Nicholas Irving wrote: I have been looking for a authenticate(user) method, but cannot seem to find one, as I need to do something similar. Any ideas? Do you mean doLogin(Principal p)? - To unsubscribe, e-mail: [EMAIL

RE: Alternative Realm impl. that supports: boolean authenticate(String user, String pass) or void doLogin(Prinicipal p)?

2006-01-15 Thread Nicholas Irving
What class is that? I cannot find it in any of the classes I have available? I am using 5.0.28, so perhaps this is a 5.5.x thing? -Original Message- From: Ken Johanson [mailto:[EMAIL PROTECTED] Sent: Monday, 16 January 2006 6:54 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject:

Re: Easiest Open Source Shopping Cart Fnctnlty to plug into Tomcat

2006-01-15 Thread Kyle
Thank you Nick, that just throws a whole pile more into the mix. :) :( I only wish I had the luxury of more investigative time. So, I was hoping to learn from the experience of others. What I'm looking for is people's thoughts on which is the easiest simplest to learn and use.

Jsvc memory management experiences

2006-01-15 Thread Marco Rossi
Hi all, I've searched in list archive and I've found a discussion about tomcat memory occupation [1]. I sucessfully deployed my first production web app using jsvc on Fedora Core 4, to allow tomcat on port 80. Using tomcat 5.5.12 and java 1.4.2_10 ( 1.5 is not usable due to a javamail

RE: Jsvc memory management experiences

2006-01-15 Thread Caldarale, Charles R
From: Marco Rossi [mailto:[EMAIL PROTECTED] Subject: Jsvc memory management experiences I noticed that memory used is never released back to the system after the requests have been satisfied. This is standard JVM behavior. The JVM rarely shrinks the heap, and if and when it does,

Re: Jsvc memory management experiences

2006-01-15 Thread Bill Barker
Marco Rossi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I've searched in list archive and I've found a discussion about tomcat memory occupation [1]. I sucessfully deployed my first production web app using jsvc on Fedora Core 4, to allow tomcat on port 80. Using

Re: need help to get Realm information in Tomcat

2006-01-15 Thread chandra yalla
Hi Mark, Thanks for the replay , i have changed the museadmin.xml file context to mycontext to test the code given below in some site Server server = ServerFactory.getServer(); //Note, this assumes the Container is Catalina Service service = server.findService(Catalina); Engine engine

Re: Question reg. setting the environment variable

2006-01-15 Thread vineesh kumar
Usually the problems occurs when u r not configured the webapp classpath corectly.There can b other reasons also, I am not so familiar with windows and donno wat's the exact problem On 1/14/06, gupta vidhi [EMAIL PROTECTED] wrote: thanks for the great help.finally, i'd installed n currently

File upload issue

2006-01-15 Thread Abh N
Hi, We are migrating our application from Tomcat to Webshpere environment. There is a file upload utility in our application which uses multipart request feature from com o'reilly. This functionality works fine in tomcat but errors out in websphere. It stops while getting object for