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

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

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 f

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 fo

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 fo

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 fol

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 se

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 se

Question regarding lifetime of JspServletWrapper instances

2005-12-05 Thread Philipp Schöpf
Hi everybody, I have a question about the references to the JspServletWrapper instances, which seem to be created for each compiled servlet in tomcat. Can anybody confirm that these references (I think they are maintained in the JspRuntimeContext, attribute private Map jsps = Collections.synchroni

How can I get TomCat5.0.28 use JK1.2

2005-12-05 Thread David Chen
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 recommended to use JK1.2 ( the latest version is JK1.2.15). However, in TomCat5

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 (

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 doin

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: where install.home/component.name-component.version is a local directory wich contains a typical structure with JSP's and a WEB-INF directory wich includes lib and classes directories. I get to de

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 co

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 co

RE: SSL InvalidKeystore Format?

2005-12-05 Thread George Sexton
I don't understand why you just don't use openssl to convert the certificates to a format you need? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Nate Rock [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 9:10 AM

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

AJP13: request headers > max packet size

2005-12-05 Thread KARNATI, SRINIVASA R [AG/1000]
We have run into 8 kb (max packet size) limit. We are using Kerberos authentication in Active Directory environment. For some of our application users Kerberos ticket that gets passed via HTTP header exceeds 8 kb. The debug log shows connector fails even before trying to send headers. We are usi

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

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

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 instead

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" Sent: Mo

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 to set the Port I want to use and in > to set the IP. You don't need to change the IP address.

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

2005-12-05 Thread Nikolay Georgiev
Aha, so I have to have publicly accessible IP and then in the server.xml in to set the Port I want to use and in to set the IP. Thanks. -Ursprüngliche Nachricht- Von: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. Dezember 2005 15:58 An: 'Tomcat Users List

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 defa

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 co

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,

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 tomca

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 wi

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 [m

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 www.so

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 ve

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 wher

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 i

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

RE: SSL InvalidKeystore Format?

2005-12-05 Thread Carl Olivier
Hi Nate. I am not sure if this is relevant, but think it is - the private keys, CSRs and certificates I am using with tomcat (as per my email from yesterday -- although I have not posted my mechanism for exporting PFX and PEM certificates -with Private Keys etc) have been used as is imported into

RE: Is TC 5.0.28 forward compatible with Java 5

2005-12-05 Thread Dale, Matt
5.0.28 should run on Java 5 with no problems. -Original Message- From: Satish MG [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 13:01 To: users@tomcat.apache.org Subject: Is TC 5.0.28 forward compatible with Java 5 Hi, I am using Tomcat 5.0.28. Now I have to port the Tomcat to Java

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 sat

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 couple

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

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 machi

Re: memory limit for tomcat?

2005-12-05 Thread Tim Funk
Not really. A JVM implementation could queue the extra heap memory to a swap disk just like an OS can. But the performance tradeoffs are so bad - that writing such a jvm would be a bad idea. ;) -Tim Bruno Georges wrote: Hi Tim Correct me if I am wrong, but there is a limit of 2GB in a 32bi

Re: memory limit for tomcat?

2005-12-05 Thread Bruno Georges
Hi Tim Correct me if I am wrong, but there is a limit of 2GB in a 32bits architecture . With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Tim Funk [EMAIL PROTECTED] Sent: 05.12.2005 12:48 To: Tomcat Users List

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

ServletException hard to understand

2005-12-05 Thread Laurent FALLET
Hello everybody, I'm running a web application using JSP, Tiles, Servlets and some filters as well. I have the error described below when asking for some pages. Others do function well. And nothing found on google or archives about this error message. Moreover what is this EDU/oswego/cs/dl/util/co

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 b

RE: Apache and Tomcat integration using jk2

2005-12-05 Thread Dale, Matt
You should probably be using JK now as JK2 has been deprectated but either way there is a tonne of documentation on the Jakarta site. http://tomcat.apache.org/connectors-doc/ -Original Message- From: Ayyanar Inbamohan [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 08:52 To: Tomcat Us

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: Apache and Tomcat integration using jk2

2005-12-05 Thread Dale, Matt
You should probably be using JK now as JK2 is no longer being developed but there is a tonne of docuementation from the jakarta site -Original Message- From: Ayyanar Inbamohan [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 08:52 To: Tomcat Users List Subject: Apache and Tomcat integr

Apache and Tomcat integration using jk2

2005-12-05 Thread Ayyanar Inbamohan
Hi all, I don't have idea in integration of the Apache and Tomcat using jk2, but i have apache, tomcat and jk2 in place, but i don't know how to start with, Help required Thanks in advance, Ayyanar... - Yahoo! Personals Single? There