Re: Tomcat 4.1.24 - Out of memory

2006-04-25 Thread manivannan57
1. some jsps or servlets have probably forgotten to close some Statement or ResultSet or Connections. Fix them. 2. You could try using connection pooling if possible. 3. remove any unwanted jars from your tomcat. - Manivannan Palanichamy http://geocities.com/manivannan57 -- View this message

Re: Tomcat 4.1.24 - Out of memory

2006-04-25 Thread Vivek Mohan
First guess, there are many memory leaks in your application...things like unclosed connections and all... Did you check on those? -- Vivek. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Tomcat 4.1.24 - Out of memory

2006-04-25 Thread Kingston Sew
HI All, My name is Kingston. I am currently running Tomcat 4.1.24 on Windows 2003 Server (SP 1) with jd2sk1.4.2_04. The application accesses a MS SQL Server 2000 through a JDBC driver. Tomcat loads properly and the application can be accessed. However, after a half a day and a number of users a

RE: Tomcat + IIS + SSL

2006-04-25 Thread Tim Lucia
You should use the AJP connector to communicate between IIS (isapi_redirect.dll) and Tomcat (via JK). Let IIS handle the web, ssl, and port problems. Tim -Original Message- From: Andrew Bubnic [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 8:29 PM To: users@tomcat.apache.org S

Tomcat + IIS + SSL

2006-04-25 Thread Andrew Bubnic
Hi, We are currently running tomcat on port 8080 and IIS 6 on port 80, and depending on what directory the user selects, e.g http://www.blah.com/redirectToTomcat The request gets forwarded to the appropriate tomcat webapp on port 8080. We are using the Jakarta Isapi Redirector isapi_redirec

Re: multiple axis webapps

2006-04-25 Thread Filip Hanik - Dev Lists
my guess is that there was an error when /newapp started up, hence it never got deployed. Check the logs Filip Rajarshi Guha wrote: Hi, I'm not sure if this is a Tomcat problem or something to do with AXIS. If the latter apologies for posting it here. I have a Tomcat server that is providing

multiple axis webapps

2006-04-25 Thread Rajarshi Guha
Hi, I'm not sure if this is a Tomcat problem or something to do with AXIS. If the latter apologies for posting it here. I have a Tomcat server that is providing a set of AXIS webservices as well as another webapp that simply displays a welcome page. Recently, I wanted to set up another AXIS based

AW: autocreate a Context Descriptor for webApps without META-INF/context.xml

2006-04-25 Thread Bodo Piehl
can you reproduce that problem? I'am thinking about reporting that problem in bugzilla. Therefore it would be nice if somebody else could confirm it. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von BATCHELOR, SCOTT (CONTRACTOR) Gesendet: Dienstag,

Re: jsvc creates LOTS of processes

2006-04-25 Thread Mark Shifman
Hi: I think my problem is a problem with seeing threads. The kernel I am using is 2.4.21-37.ELsmp When I launch jsvc with debug things look reasonable and netstat -a also looks ok. I run tomcat as a daemon via jsvc in order to take advantage of the system startup stuff for free. It automatical

RE: IIS Integration

2006-04-25 Thread Tim Lucia
JK or JK2? You say JK2, but mention isapi_redirect.dll (JK). JK2 is not supported any longer. In a previous life (feel free to chime in, Derrick!) we had JK running with IIS 6 on W2K3. It was not handling 1K request/second. JK2 + IIS + a custom ISAPI on IIS 6 was a memory corruption nightmare!

IIS Integration

2006-04-25 Thread Cory Foy
Hi everyone, We are looking for some suggestions on running Tomcat with IIS. We are running IIS 6 and Tomcat 5.0.28. We've been working with the isapi_redirect dll (JK2), however we run into a problem where the server drops connections frequently. In other words, a user comes to the site, and t

RE: autocreate a Context Descriptor for webApps without META-INF/context.xml

2006-04-25 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
I would like to know if there is an answer to this as well. Thanks, -Original Message- From: Bodo Piehl [mailto:[EMAIL PROTECTED] Sent: Sunday, April 23, 2006 1:14 PM To: users@tomcat.apache.org Subject: autocreate a Context Descriptor for webApps without META-INF/context.xml I read

Re: modul to crush tomcat admin

2006-04-25 Thread Mark Thomas
Thibaut wrote: > Hi > > I would like to crush the tomcat admin with the admin modul have > created. Is that possible ? What is the way ? I am not sure what you meant but I don't think crush is the right word. You'll need to try re-phrasing this before we can help you. Are you trying to install th

Custom 404 page with listings set to false

2006-04-25 Thread Robert Kudyba
I set the following in web.xml: debug 0 listings false 1 404 /404.html But when someone tried to list a diretory, e.g., www.ourdomain.com/images, all of the images in the 404 page and

RE: Properties file problem

2006-04-25 Thread Tim Lucia
Hardwiring a directory inside a war's web.xml will likely get you into portability problems. If you must do this, at least make it a JNDI lookup so that the JNDI provider (Tomcat, other app server) can manage this resource -- that is, the person deploying the app has some flexibility in where to p

Re: Properties file problem

2006-04-25 Thread VIKASS NAGPAL
Hi All, I think the problem can be resolved by creating the temporary directory, anyother directory which location can be "hard-wired as initial parameter in the web.xml file". But where in my application's web.xml I have to "hard-wire" this directory. Can you please let me exactly where should I

Re: Problems with tomcat hanging

2006-04-25 Thread james edwards
On 4/25/06, David Kerber <[EMAIL PROTECTED]> wrote: It kind of sounds like your connection to the database is timing out. Does this happen after the tomcat instance in question has been idle for an extended time? Yes, overnight. Perhaps when the dB is brought down to do a backup. We will test ton

Re: Problems with tomcat hanging

2006-04-25 Thread David Kerber
It kind of sounds like your connection to the database is timing out. Does this happen after the tomcat instance in question has been idle for an extended time? james edwards wrote: We are running separate tomcat and apache servers, the http requests are being proxied from the apache server

Re: Problems with tomcat hanging

2006-04-25 Thread james edwards
I read the relase notes for tomcat and tried setting "ulimit -s 2048" in the start script (I restarted the app). I just noticed that when tomcat "hangs" and I can still pull up the default tomcat page if I go the the tomcat server and load the url http://servername:8088. I am wondering if my prob

modul to crush tomcat admin

2006-04-25 Thread Thibaut
Hi I would like to crush the tomcat admin with the admin modul have created. Is that possible ? What is the way ? Thibaut - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Your opinion - a graphical configuration console for Tomcat

2006-04-25 Thread Itai Shirav
Hexamind Companion is a tool for developers and system administrators who manage the configuration of Tomcat servers. We are nearing the final stages of its development, and would like to hear your opinion about this tool. Please follow the link below to learn more and participate in our online s

Re: jsvc creates LOTS of processes

2006-04-25 Thread Martin Gainty
Good Morning Mark This was raised by Wade Chandler with previous versions of jsvc using commons-daemon-1.0 JDK 1.5 RH 7.3 with Kernel 2.4.2 http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200501.mbox/[EMAIL PROTECTED] Did you verify you are actually binding? (perhaps thru turning on

Re: Problem with the xsl:import

2006-04-25 Thread Marc Farrow
Geoff, As Tim stated. The wrote: > > Marc, > > The statement to include routesummarycontent.xsl > is in another XSLT script (routesummaryheader.xsl) which is loaded > correctly > from a JSP (routesummary.jsp) using the command nameXml="routesummary" xsl="/xsl/routesummaryheader.xsl" />. > >

RE: Problem with the xsl:import

2006-04-25 Thread BLAND, Geoff, GBM
Tim, I think you're right. That's pretty much what we had thought. Also we had thought of writing our own resolver, we've done this to solve other (non-web) issues, but we were hoping tat there might be a better way of doing this. Thanks for your help. Geoff -Original Message- From: Tim

RE: Problem with the xsl:import

2006-04-25 Thread BLAND, Geoff, GBM
Marc, The statement to include routesummarycontent.xsl is in another XSLT script (routesummaryheader.xsl) which is loaded correctly from a JSP (routesummary.jsp) using the command . To recap; routesummary.jsp calls routesummaryheader.xsl which imports routesummarycontent.xsl. >This has to do wi

Re: Problem with the xsl:import

2006-04-25 Thread Tim Funk
Here's the problem. xsl:import is purely an XSL thing. So it doesn't necessarily do anything similar to how the servlet spec does things. So when you have - cowbell is retreived in a relative style with respect to its context. (which could be file, or http). Your webapp lives in a context. B

Re: Problem with the xsl:import

2006-04-25 Thread Marc Farrow
This has to do with how HTTP requests are processed on your server. You control (by url pattern matching or some other technique) which "service" (Tomcat or Apache) gets to handle the request. Help me out a bit here. What "language" the tag belong to? Is it a JSP tag or an HTML tag or what?

RE: Problem with the xsl:import

2006-04-25 Thread BLAND, Geoff, GBM
Marc, Again thanks for the reply, we've kind of done what you say should work - it appears not to work. We have put in And also (I think this is more correct as we're already at the "aaem" level) Neither work. I'm pretty sure that alias is set correctly as if I put http://myserver:thispor

Re: Problem with the xsl:import

2006-04-25 Thread Marc Farrow
It is not impossible. Try You just have to make sure that the XSL content is either 1) Processed by Tomcat (by your connector properties) a) in the MOD_JK* worlds, this is making sure the URL pattern matching is set to forward the appropriate requests to Tomcat. In other connec

Re: A docbase ... inside the host appBase has been specified

2006-04-25 Thread David Smith
I would start by reading the tomcat docs: http://tomcat.apache.org/tomcat-5.5-doc/logging.html -- David [EMAIL PROTECTED] wrote: Thanks so much for your helpful response. I mistakenly thought that was the problem with my servlet. Now I see that it is actually running (I was trying to hit h

RE: Problem with the xsl:import

2006-04-25 Thread BLAND, Geoff, GBM
Marc, Thanks for the reply. We can put in an import of the form http://localhost/aaem/xsl/routesummarycontent.xsl"; /> and that works fine (for a single web server). But we have multiple web servers on the box (using different ports and different install paths) and they may be different versio

Re: Tomcat 5.0 : how to "redirect" a 401 error to a specific page

2006-04-25 Thread David Delbecq
See section 10.4.2 of http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html You have to understand the page user see when he hit cancel has been send by tomcat before the user hit cancel. This is the page which is shown to user to indicate him he requires authentification. If you want to customiz

RE: Tomcat 5.0.28 windows service path configuration

2006-04-25 Thread Tim Lucia
Have you read this: http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html ??? I don’t remember version 4 and what –path would do. You can certainly pass along env variables with --JvmOptions –Dpath=... hth, Tim -Original Message- From: ludovic larche [mailto:[EMAIL PRO

Tomcat 5.0 : how to "redirect" a 401 error to a specific page

2006-04-25 Thread Francis Galiegue
Hello, Our webapp runs with Tomcat 5, Apache 2.0.46 from RHEL3, Tomcat 5.0.27 from JPackage, and communicate via mod_jk 1.2.6. Here's the problem we face: our webapp sends notifications by email, with a link to a JSP requiring a classical HTTP authentication dialog. This same page is used for the

Tomcat 5.0.28 windows service path configuration

2006-04-25 Thread ludovic larche
Title: signature Hello, I need your help to solve a problem, i would like to migrate my app from Tomcat 4.1.31 to 5.0.28 and use it as Windows Service. I would like to pass a directory Path during Tomcat 5.0.28 windows service installation. I can do it easily with Tomcat 4.1.31 when i use thi

Passing data across Tomcat installations

2006-04-25 Thread Vivek Mohan
HI All, Is there a way to pass data (as sensitive as usrname) from one tomcat to another? To be more precise, I've an entry point server(Tomcat server), which shows links to many other other Tomcat installations. The user authenticates on the entry point server and then sees several links (to ot