reason for beta vote (5.5.13)?

2005-12-05 Thread Ronald Klop
Hello, I'm searching the net for a message with the reason for the beta status of 5.5.13 in stead of stable. And I can't really find it. Any pointers? Ronald.

RE: reason for beta vote (5.5.13)?

2005-12-05 Thread Dale, Matt
This would mean that perhaps the vote has not yet taken place? -Original Message- From: Ronald Klop [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 08:58 To: Tomcat Users List Subject: reason for beta vote (5.5.13)? Hello, I'm searching the net for a message with the reason for the

Re: memory limit for tomcat?

2005-12-05 Thread Tim Funk
The JVM heap can be as large as you want it. But its up to existing implementations on how well the gc implementation is and do you need that much heap. That being said - if your tomcat application runs fine under the current memory limits - you are not adding more webapps (or or memory

Re: HP -UNIX JDK1.2 /TOMCAT 41

2005-12-05 Thread Tim Funk
This was few years ago - but I suffered using jdk1.2.X jvms on HPUX. They are crap. A giant load of crap. A stinky pile of crap. (YMMV). Switch to the 1.3.x JVM. Hopefully this will solve the issue. -Tim Karthik wrote: Hi Form Our development Env is as below O/s= Win2000

RE: memory limit for tomcat?

2005-12-05 Thread Dale, Matt
Both the 32 bit versions of windows and linux suffer from a maximum memory usage by a single process of 2GB. It's possible to get around this in linux by some kernel hacking but there are trade offs. So while not a hard and fast rule you're unlikely to be able to use over 2GB on a 32 bit

Re: memory limit for tomcat?

2005-12-05 Thread Bruno Georges
Hi Tim There are limitations imposed by h/w and os, and one should be careful about the implications of addressing large amount of memory. There is an interesting thread about this topic on the server side: http://www.theserverside.com/discussions/thread.tss?thread_id=26347#124481 There is also

Re: memory limit for tomcat?

2005-12-05 Thread Bruno Georges
Tools and JVM specific performance links: http://java.sun.com/docs/hotspot/ Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+ | | Bruno Georges| | | [EMAIL PROTECTED]| | |

Re: reason for beta vote (5.5.13)?

2005-12-05 Thread David Smith
Each new release of Tomcat is made available for download. Then the project developers evaluate it and vote on it's stability. 5.5.13 is a very new release and I'll bet a vote hasn't been taken yet. Short of any big errors that might creap into the code, it should be voted stable in a

Is TC 5.0.28 forward compatible with Java 5

2005-12-05 Thread Satish MG
Hi, I am using Tomcat 5.0.28. Now I have to port the Tomcat to Java 5.0. Even though Tomcat 5.5.X is Java 5 compatible with Java 5, I wanted Tomcat 5.0.28 on Java 5. So I wanted to Know whether Tomcat 5.0.28 is compatible with Java 5. If not Which version Of Tomcat 5.0.X is compatibl?. Thanks

Many Thanks SSL

2005-12-05 Thread Scott Purcell
I truly do not know what to say about all the information given to me these past couple of days in regards to my SSL problem. I cannot say enough to the people who have pitched in and helped me throughout the weekend. I feel I will be able to get this up and running today or tonight when I get

Beginner's question: actual URL to Tomcat folder

2005-12-05 Thread Mariya Demchenko
Hi, I have the following directory structure on my disc: W:\jakarta-tomcat-5.0.28\webapps\ROOT\test What URL I should use in IE to open the test folder? Thank you in advance _ FREE pop-up blocking with the new MSN Toolbar - get

RE: Beginner's question: actual URL to Tomcat folder (UNCLASSIFIE D)

2005-12-05 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE You should be able to call it through this URL http://localhost:8080/test Unless otherwise configured differently in your server.xml file. Or, you could log in to Tomcat's manager's app, and click on the test application you deployed and check where

RE: Is TC 5.0.28 forward compatible with Java 5

2005-12-05 Thread Peter Crowther
From: Satish MG [mailto:[EMAIL PROTECTED] I am using Tomcat 5.0.28. Now I have to port the Tomcat to Java 5.0. Even though Tomcat 5.5.X is Java 5 compatible with Java 5, I wanted Tomcat 5.0.28 on Java 5. So I wanted to Know whether Tomcat 5.0.28 is compatible with Java 5. If not Which

How to Connect Tomcat to the Internet?

2005-12-05 Thread Nikolay Georgiev
Hello, My applications are running locally on Tomcat and I would like to make them accessible from the Internet, but I have absolutely no idea how. I've tried searching with google, but couldn't find much info. So I think that first of all I should buy a domain. Let's say that It's name is

RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

2005-12-05 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Are you going to host your domain at home ? If so, do you have a static IP for your domain ? If the above are checked, then all you have to do is configure your server.xml in the virtual_host tag. -Original Message- From: Nikolay Georgiev

RE: How to Connect Tomcat to the Internet?

2005-12-05 Thread Dale, Matt
This is really nothing to do with Tomcat and the answers will all depend on how your computer is set up at home. If you have a router or firewall you will need to forward the traffic to your computer on port 8080. You don't necessarily need to buy a domain as you will be able to access it

Re: How to Connect Tomcat to the Internet?

2005-12-05 Thread Joe Plautz
The box itself needs to be associated with a publicly accessible IP address which you should be able to obtain from your ISP. If you are using a router as your point of entry you are going to need to make sure the port that you have tomcat running on is being forwarded properly to the box

Internationalization Problem with Tomcat 5.5.9

2005-12-05 Thread Vijay Babu
Hi all, I am facing a problem with i18n using Tomcat 5.5.9. I have an application which has been internationalized for a couple of languages and is working fine with Tomcat 4.1.x. But the same application when deployed in Tomcat 5.5.9 does not work. When a jsp page having some text is accessed,

Extending webappclassloader

2005-12-05 Thread Niels Soeffers
Hello, I have a problem extending the webappclassLoader. In the company I work for, we are using eclipse as our IDE. We have multple projects in eclipse and we would like to have an in-place deployment (so tomcat works on the (bin) directories of our eclipse projects). That way we don't have to

RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

2005-12-05 Thread Caldarale, Charles R
From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Subject: RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED) If the above are checked, then all you have to do is configure your server.xml in the virtual_host tag. Actually, you don't even have to do that. By default,

RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

2005-12-05 Thread Caldarale, Charles R
From: Nikolay Georgiev [mailto:[EMAIL PROTECTED] Subject: RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED) so I have to have publicly accessible IP and then in the server.xml in Connector to set the Port I want to use and in Engine to set the IP. You don't need to change the IP

Re: How to Connect Tomcat to the Internet?

2005-12-05 Thread Martin Gainty
Good Morning Dale and company If you look at dnsmadeasy.com you will allow you to supply CNAME, A, PTR records for your domain as well as MX records for your Mail server Chef recommends! Martin- - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List

Re: apache + mod_jk + tomcat. Manager application problem

2005-12-05 Thread Mirek Kopriva
Ok, I was a bit lazy/didn't have much time to look at it closer + i thought it might be something obvious everybody knows about. So sorry for asking and not providing more info. The problem was that the default Engine element with jvmRoute after uncommenting has a different name (Standalone

RE: SSL InvalidKeystore Format?

2005-12-05 Thread Nate Rock
Sweet Carl that would be awesome! I have other stuff to do as well, but I will take a look at your post from yesterday with code to see if I can't glean any sort of extra inspiration from it since it didn't mention PKCS12 formats I just kind of glanced over it =( All our certs are currently in

RE: ServletException hard to understand

2005-12-05 Thread Caldarale, Charles R
From: Laurent FALLET [mailto:[EMAIL PROTECTED] Subject: ServletException hard to understand I have the error described below when asking for some pages. What Tomcat level? What JRE/JDK? What OS? Moreover what is this EDU/oswego/cs/dl/util/concurrent/Executor ? I never used such a

Re: Extending webappclassloader

2005-12-05 Thread Jon Wingfield
Our custom loader sits in a jar in $CATALINA_HOME/server/lib Our classloader uses different parent classloaders depending on which version of TC is running. In 4.1 we just use the parent classloader as supplied in the constructor. In 5.0.x we use the classloader of WebAppClassLoader as the

RE: SSL InvalidKeystore Format?

2005-12-05 Thread Carl Olivier
Hi. Ok, well what I think I will do is clean up my utility classes into a useful utility class (with main and command line switches etc) to do all the in/out/conversions as I use them. I will then mail that source to the list and hopefully it would assist everyone! Will try to get that out this

RE: AJP13: request headers max packet size

2005-12-05 Thread KARNATI, SRINIVASA R [AG/1000]
-Original Message- From: KARNATI, SRINIVASA R [AG/1000] [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 10:28 AM To: users@tomcat.apache.org Subject: AJP13: request headers max packet size We have run into 8 kb (max packet size) limit. We are using Kerberos authentication in

restarting tomcat resets the axis deployments

2005-12-05 Thread Mirek Kopriva
Hi, I'm experiencing a weird behaviour. When I restart tomcat the axist deployment dissapears. (generated wsdd file in WEB-INF/) This started to happen when started using context.xml in META-INF (needed because of using DataSources form JNDI). I believe this should be set by some attributes in

tomcat restarting resets the axis deployments

2005-12-05 Thread Mirek Kopriva
Hi, I'm experiencing a weird behaviour. When I restart tomcat the axist deployment dissapears. (generated wsdd file in WEB-INF/) This started to happen when started using context.xml in META-INF (needed because of using DataSources form JNDI). I believe this should be set by some attributes in

How to reload jsp using ant in Tomcat 5.5?

2005-12-05 Thread Guillermo Sobrino
Hello, I'm using Tomcat 5.5 on wich I deploy a web application with ant using: target name=install depends=compile description=Install web application deploy url=${manager.url} username=${manager.username} password=${manager.password} path=${app.path}

jk connector and apache

2005-12-05 Thread Isaac Wieder
Hello, I wrote in earlier (october 20), but no one responsed. I have apache 2.0.54 and tomcat 5.0.28 running on a server and they are connected through JK. For some reason, my system has a large number of CLOSE_WAITs on the port that tomcat and apache use to communicate (this is found by

Re: jk connector and apache

2005-12-05 Thread Mladen Turk
Isaac Wieder wrote: Hello, I wrote in earlier (october 20), but no one responsed. I have apache 2.0.54 and tomcat 5.0.28 running on a server and they are connected through JK. For some reason, my system has a large number of CLOSE_WAITs on the port that tomcat and apache use to communicate

restarting tomcat resets web services/axis deployments

2005-12-05 Thread Mirek Kopriva
Hi, I'm experiencing a weird behaviour. When I restart tomcat the web services deployed on axis dissapear. (it's actually generated wsdd file in WEB-INF/) This started to happen when started using context.xml in META-INF (needed because of using DataSources form JNDI). I believe this should be

problem loading class in TomCat

2005-12-05 Thread Camila Kozlowski Della Corte
Greetings, I am developing an application with JSP, and using JSF. Here is a description of the problem I had with TomCat. I created a class A which invokes a class B. This class B invokes a class C (class C is a JUnit class). Both the jar files containing class B and C are located in the lib

problem loading class in TomCat 5.5.9

2005-12-05 Thread Camila Kozlowski Della Corte
Greetings, I am developing an application with JSP, and using JSF. Here is a description of the problem I had with TomCat. I created a class A which invokes a class B. This class B invokes a class C (class C is a JUnit class). Both the jar files containing class B and C are located in the lib

Re: AJP13: request headers max packet size

2005-12-05 Thread Bill Barker
I'm afraid that the 8KB limit is part of the AJP/1.3 protocol, so it is very unlikely to get fixed until AJP/1.4. At the moment, AJP/1.4 is just vapor-ware ;-). To do anything else would likely break too many installations in very horrible ways. Of course, you're free to modify the source

Re: problem loading class in TomCat 5.5.9

2005-12-05 Thread Giorgio Clavelli
It seems you have a classpath problem. You should add to your classpath the jUnit jar file. Hope it helps. Giorgio On 12/6/05, Camila Kozlowski Della Corte [EMAIL PROTECTED] wrote: Greetings, I am developing an application with JSP, and using JSF. Here is a description of the problem I had

Re: How can I get TomCat5.0.28 use JK1.2

2005-12-05 Thread Bill Barker
David Chen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, there: I have problems to integrate TomCat5.0.28 with IIS5 on Win2000. The problem seems that from Apache web site it says JK2 was deprecated ( it's weird to deprecate the higher version of product, isn't it?) and