Re: tomcat problem

2007-10-04 Thread David Smith
The first exception below implies you didn't put the servlet in a package. Packageless classes have been strongly discouraged since tomcat 3 (/ancient/ history). You might want to fix that first and be sure to drop any future attempt at setting CLASSPATH. --David Omar Chebaro wrote: Dear,I

RE: setting secure cookie in Tomcat 5.0 config

2007-10-04 Thread Caldarale, Charles R
From: Biagi, Bill (Contractor) [mailto:[EMAIL PROTECTED] Subject: RE: setting secure cookie in Tomcat 5.0 config I've got a set of Cisco load balancers doing the SSL so Tomcat does not know that these sessions are SSL. Is there any way to force Tomcat to set the jsessionid cookie to

RE: setting secure cookie in Tomcat 5.0 config

2007-10-04 Thread Biagi, Bill (Contractor)
The thing is it is actually secure. The Tomcat servers are behind the load balancers and using the dedicated hardware engines to perform the SSL. Granted Tomcat does not know this. This exact configuration is why it would make sense to be able to set the jsessionid to secure. Why else would

Get List of Loaded Beans

2007-10-04 Thread Tom Holmes Jr.
I'm asking a question for a co-worker who is new to Tomcat and Java development. we've got a tomcat 5.x server running, he wants to be able to list what beans are loaded into tomcat. I imagine some JSP code would do the trick. He's not using any tags right now, or Struts1, Struts2. I think

Re: ServletContext.getContextPath()

2007-10-04 Thread Terence M. Bandoian
Hi- My mistake. I deleted the message before I replied and missed that this needed to take place during startup. -Terence M. Bandoian [EMAIL PROTECTED] Subject: Re: ServletContext.getContextPath() From: Christopher Schultz [EMAIL PROTECTED] Date: Thu, 04 Oct 2007 11:43:34 -0400 To:

RE: setting secure cookie in Tomcat 5.0 config

2007-10-04 Thread Biagi, Bill (Contractor)
I would turn on SSL in Tomcat for the traffic between the load balancers and the Tomcat servers but it kind of defeats the purpose of using the dedicated crypto engines in the load balancers. BB This e-mail and its attachments are confidential and solely for the intended addressee(s). Do not

Can't read hebrew from file uploaded by commons.fileupload

2007-10-04 Thread Amnon Lahav
Hi i've asked for help a week ago and the anwers i get i didn't help me i would realy appreciate some help here i'm reading a csv file that i upload by commons.fileupload , when i just open the file on the HD and use a function to read it everything is ok but when i try to upload it the

Re: Sending Mail from a Java WebApplication does not work

2007-10-04 Thread Arun
Delivered-To: [EMAIL PROTECTED] Received: by 10.70.74.8 with SMTP id w8cs511135wxa; Thu, 4 Oct 2007 10:07:22 -0700 (PDT) Received: by 10.70.14.17 with SMTP id 17mr3648293wxn.1191517641836; Thu, 04 Oct 2007 10:07:21 -0700 (PDT) Return-Path: [EMAIL PROTECTED] Received: from venus

RE: I need help as soon as possible..

2007-10-04 Thread Caldarale, Charles R
From: Jaime Almeida [mailto:[EMAIL PROTECTED] Subject: I need help as soon as possible.. To quote from How To Ask Questions The Smart Way, as linked to from the Tomcat mailing lists page: http://tomcat.apache.org/lists.html Use meaningful, specific subject headers On mailing lists,

I need help as soon as possible..

2007-10-04 Thread Jaime Almeida
Hello. I'm Jaime Almeida, a portuguese student and I've a big problem with the tomcat6.0 server - it doesn't start. I've already reinstalled it and nothing, always the same error: 'The archive: C:/Program Files/Tomcat 6.0/bin/bootstrap.jar which is referenced by the classpath, does not exist.'

Re: I need help as soon as possible..

2007-10-04 Thread Jaime Almeida
I'm sorry, I didn't mean to upset you. But I'm really in trouble with the tomcat server. The error appears in a message box launched by the server in the Eclipse. I've installed Tomcat directly from the ApacheFoundation.org, pushing the 'run' button on the download dialog box. I guess I didn't

Re: Sending Mail from a Java WebApplication does not work

2007-10-04 Thread Mark Deneen
I think that gmail is balking over the fact that venus does not resolve to 71.248.123.180, and the reverse record of 71.248.123.180 resolves to static-71-248-123-180.bltmmd.east.verizon.net instead of venus. Here's what you want in DNS: A MX (Mail) record to be set to something like

Re: I need help as soon as possible..

2007-10-04 Thread Mark Deneen
I doubt this is it, but I would avoid installing tomcat into a directory containing spaces. It may be looking for the jar file in c:\Program Mark On 10/4/07, Jaime Almeida [EMAIL PROTECTED] wrote: I'm sorry, I didn't mean to upset you. But I'm really in trouble with the tomcat server. The

Re: Get List of Loaded Beans

2007-10-04 Thread Martin Gainty
The MBeanServer will accomplish this task for you http://java.sun.com/j2se/1.5.0/docs/guide/management/overview.html M-- - Original Message - From: Tom Holmes Jr. [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, October 04, 2007 2:27 PM Subject: Get List of Loaded Beans

Tomcat connections not closing.

2007-10-04 Thread Roark, Mike
Hello Tomcat users, We are having difficulty with connections to Tomcat remaining open after the client hits stop in their browser. This only seems to happen when we have a particular combination of load balancer hardware in front of the tomcats. We are also running apache and have not seen the

RE: I need help as soon as possible..

2007-10-04 Thread Caldarale, Charles R
From: Jaime Almeida [mailto:[EMAIL PROTECTED] Subject: Re: I need help as soon as possible.. I'm sorry, I didn't mean to upset you. You didn't upset me (I'm too old for that), but it's a typical newbie mistake that will cause fewer people to be interested in your message. The error

Re: I need help as soon as possible..

2007-10-04 Thread Jaime Almeida
Ok. I'll follow your instructions and I'll see what I can get with it. Thank you very much. Best regards, Jaime Almeida. Caldarale, Charles R writes: From: Jaime Almeida [mailto:[EMAIL PROTECTED] Subject: Re: I need help as soon as possible.. I'm sorry, I didn't mean to upset you. You

Re: Tomcat connections not closing.

2007-10-04 Thread Filip Hanik - Dev Lists
try setting connectionTimeout=5000 disableUploadTimeout=false I believe the 2nd parameter, should not set the timeout to infinite while you are inside of a request Filip Roark, Mike wrote: Hello Tomcat users, We are having difficulty with connections to Tomcat remaining open after the

Re: tomcat update service failing

2007-10-04 Thread John Eric Hamacher
I'm moving from 1.5.0_11 to 1.6.0_01, Tomcat version is 5.5.23. Thanks for all your suggestions. On 10/4/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: John Eric Hamacher [mailto:[EMAIL PROTECTED] Subject: Re: tomcat update service failing [2007-10-04 09:19:40] [947 prunsrv.c]

manager servlet and SSL

2007-10-04 Thread Edward Dowgiallo
Hi, As the manager servlet is currently written, is it possible to configure it to use CLIENT-CERT authentication instead of BASIC authentication? I've got CLIENT-CERT working with the locally developed apps, but am having no luck configuring the manager or admin servlets. The locally developed

Setup a Proxy in Tomcat

2007-10-04 Thread bajistaman
Is there a way to map a local context to a remote one with tomcat? I mean: http://localhost:8080/somename--http://remotehost/someothername I know that this can be done with Apache Http Server but I'm trying to avoid the need to install one. (BTW I'm using Tomcat 5.5.20) Thanks, Johann --

RE: Setup a Proxy in Tomcat

2007-10-04 Thread Caldarale, Charles R
From: bajistaman [mailto:[EMAIL PROTECTED] Subject: Setup a Proxy in Tomcat Is there a way to map a local context to a remote one with tomcat? Write a filter that does a redirect. I believe that http://tuckey.org/urlrewrite/ has this capability, but I haven't tried it myself. - Chuck

Re-map Axis 2 URL in Tomcat 5.0 - Possible?

2007-10-04 Thread foo shyn
Hi All, Sent this out yesterday but no feed back yet. Perhaps the timing not right, so send again. Sorry for the duplication. I have tried to install and run Axis2 on Tomcat 5.0 and it was working fine. However, i notice that for me to engage my service in tomcat the URL would be something

Re: Disable ciphers in tomcat 5.5 not working

2007-10-04 Thread Bill Barker
It also currently need the full cipher string, not just the prefix. Although, allowing just the prefix might be a nice enhancement. Mark Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jignesh Shah wrote: I put property Ciphers=DES-CBC3-SHA,RC4-SHA,RC4-MD5. It should be

Re: Default page for some path

2007-10-04 Thread alee amin
I don't want to put it on welcome page, since there is complete web browse able. There are other pages as well and welcome page is configured for the users. This path has not been given to users it is only MEMORIZED to admin. What i want that when admin give this path it opens some default page.

Re: How to increase Tomcat webserver speed?

2007-10-04 Thread keglius
Hi, Chris! Thanks for your response! I can't say that the reporting function is a primary function of the server, however the web application includes a lot of statistical reports about views/visitors/sales, etc for long time periods (up to 1 year). As I told, the server has 2GBs of RAM. 1.6GB

<    1   2