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 Mul

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

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 engi

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.

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, shr

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 compat

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. (JSP/Ser

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:

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 PROTE

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 y

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// 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 the above bu

Re: Size of session bean

2006-01-15 Thread Robert Palmer
Duan, Nick wrote: The initial posting sounds like an EJB question instead of one that is Tomcat related. Tomcat is considered a web application server and it uses session objects (HttpSession) to represent user sessions. It doesn't handle EJBs at this point. Session beans are exclusive term

Re: rebuild-jar-repository error

2006-01-15 Thread Oded Arbel
On Friday, 13 �‘January 2006 05:22, Bob Hartung wrote: > I have installed tomcat5, with java 1.5.0.0. > > Now trying to start tomcat5 I get this in the output followed by an > [OK] > >/usr/bin/rebuild-jar-repository error "all detected jars were not > found for this jvm. > > I am not sure what

Re: Question regarding tomcat class path handling

2006-01-15 Thread Oded Arbel
On Friday, 13 בJanuary 2006 01:19, [EMAIL PROTECTED] wrote: > On Mon, Jan 09, 2006 at 08:16:00PM +0200, Oded Arbel wrote: > > The problem is like this (the actual system is far more complex): > > - suppose two web applications, app1 and app2, both use some API > > (which I developed myself). > > -

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 rather than 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 prop

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: 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

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.