Re: RE: tomcat announce / tomcat security mailing list

2008-12-22 Thread Stephanie Wullbieter
> Because there isn't one. You can use one of the searchable lists to find > announcements (e.g., http://marc.info/?l=tomcat-user, search for ANN), or searching for a subject "ann" does not work for me on the above link. the results are from other lists. > look on the appropriate web page for

RE: How to install the session cookie into the original request of the secure area?

2008-12-22 Thread removeps-groups
Was not able to figure out how to use Wireshark. But I found an extension called Tamper Data for Firefox. On browser I type https://localhost/myaccount/index.faces Tamper Data shows - a GET request for the above page with no JSESSIONID, which returns 200 - OK There are other requests such as w

Re: Tomcat 5.5 error

2008-12-22 Thread zia mohades
hello steve, Thank you again. I have done the following 1) restarted the server 2) accessed the http://localhost:8080/mms_test again however once I tried to access the log at /usr/local/tomcat/logs , I realized that there is no log file for today, the last one is dated for "localhost.2008-10-17

Re: Tomcat 5.5 error

2008-12-22 Thread Steve Ochani
On 22 Dec 2008 at 18:28, zia mohades wrote: Send reply to: Tomcat Users List Date sent: Mon, 22 Dec 2008 18:28:12 -0500 From: zia mohades To: Tomcat Users List Subject:Re: Tomcat 5.5 error > Hello steve, > > thank you for your message! when I try to place mms_test in > /us

Re: Tomcat 6 JDBC connection not found

2008-12-22 Thread Filip Hanik - Dev Lists
put this inside the in server.xml Put this inside the elemement in conf/context.xml and try again Filip arturoguedez wrote: hey, sorry about that. The actual string I have in my app is "workout_logger" I just tried to replace my strings for "my_jdbc_name" for the posting. I guess I f

Re: Tomcat 5.5 error

2008-12-22 Thread zia mohades
Hello steve, thank you for your message! when I try to place mms_test in /usr/local/tomcat/webapps, I get the same error: HTTP Status 404 - /mms_test Any Idea why? thank you for your time! On Mon, Dec 22, 2008 at 4:03 PM, Steve Ochani wrote: > On 22 Dec 2008 at 15:43, zia mohades wrote: > >

Re: Performance with Tomcat

2008-12-22 Thread Leon Rosenberg
On Mon, Dec 22, 2008 at 7:05 PM, Chris Stewart wrote: > We've been running into some issues lately with our Tomcat 6 instances where > performance will slow to a crawl. Unfortunately, no error messages are > present in the logs and we really don't know why this is happening. It does > appear tha

Re: problem in getting large object in pooled database

2008-12-22 Thread Filip Hanik - Dev Lists
accessToUnderlyingConnectionAllowed="true" see exact steps here http://commons.apache.org/dbcp/configuration.html Filip ahmet temiz wrote: hello I try to develop jsf application with pooled postgresql and tomcat 6. when I try to retrieve large object, I get exception. here is the code that

Re: Tomcat 6 JDBC connection not found

2008-12-22 Thread arturoguedez
hey, sorry about that. The actual string I have in my app is "workout_logger" I just tried to replace my strings for "my_jdbc_name" for the posting. I guess I forgot to rename the in the error. other than that, do you see anything else wrong? Filip Hanik - Dev Lists wrote: > > here is the nam

Re: Tomcat 5.5 error

2008-12-22 Thread Steve Ochani
On 22 Dec 2008 at 15:43, zia mohades wrote: Send reply to: Tomcat Users List Date sent: Mon, 22 Dec 2008 15:43:41 -0500 From: zia mohades To: Tomcat Users List Subject:Tomcat 5.5 error > hello all! > > I am currently using tomcat 5.5 on my labtop which is running on > ubun

Tomcat 5.5 error

2008-12-22 Thread zia mohades
hello all! I am currently using tomcat 5.5 on my labtop which is running on ubuntu. When I access http://localhost:8080/ , i get the default page, which is a good news( meaning tomcat is running) However when I try to place my own html folder(called mms_test) in /usr/local/tomcat/webapps/ROOT and

Re: Performance with Tomcat

2008-12-22 Thread Kees Jan Koster
Dear Chris, We've been running into some issues lately with our Tomcat 6 instances where performance will slow to a crawl. Unfortunately, no error messages are present in the logs and we really don't know why this is happening. It does appear that the issue is happening when we get "a l

RE: File Not Found in SSL

2008-12-22 Thread Caldarale, Charles R
> From: Emsley, I (Iain) [mailto:iain.ems...@stfc.ac.uk] > Subject: File Not Found in SSL > > I've just got SSL working on tomcat 5.5.23 With or without APR? What platform are you running on? What JRE/JDK are you using? > using port 8443 I get the "javax.servlet.ServletException: > File not fo

problem in getting large object in pooled database

2008-12-22 Thread ahmet temiz
hello I try to develop jsf application with pooled postgresql and tomcat 6. when I try to retrieve large object, I get exception. here is the code that creates exception: PGConnection pgCon = (PGConnection) ((DelegatingConnection)conn).getInnermostDelegate(); java.lang.ClassCastException: org.

RE: Performance with Tomcat

2008-12-22 Thread Caldarale, Charles R
> From: Chris Stewart [mailto:cstewart...@gmail.com] > Subject: Performance with Tomcat > > 1. Are there any tools or utilities we can use to get an understanding > of what Tomcat is doing while it's running (processes, memory per > process, and more)? Your symptoms could have any number of causes

Performance with Tomcat

2008-12-22 Thread Chris Stewart
We've been running into some issues lately with our Tomcat 6 instances where performance will slow to a crawl. Unfortunately, no error messages are present in the logs and we really don't know why this is happening. It does appear that the issue is happening when we get "a lot" of users o

Re: Tomcat 6 does not start in a cluster. It simply hangs... Any Idea..

2008-12-22 Thread Filip Hanik - Dev Lists
When this happens, simply take a thread dump, and we can see why it is hanging Unix: kill -3 jstack -l Windows Ctrl+Break in the console jstack -l Filip jsandhu2204 wrote: Problem1 : While starting tomcat6, sometimes it starts other times it simply hangs on the following message: INFO:

File Not Found in SSL

2008-12-22 Thread Emsley, I (Iain)
Hi, I've just got SSL working on tomcat 5.5.23 but for some reason some static files are not being served on the port 8443 but if I log in on port 8080 without SSL, they files are served up correctly. The files are in webapps/ROOT and do not move but using port 8443 I get the "javax.servlet.

Tomcat 6 does not start in a cluster. It simply hangs... Any Idea..

2008-12-22 Thread jsandhu2204
Problem1 : While starting tomcat6, sometimes it starts other times it simply hangs on the following message: INFO: Manager [localhost#/ivos]; session state send at 12/12/08 12:34 AM received in 110 ms. Tomcat Log: INFO: Register manager /ivos to cluster element Engine with name Catalina Dec 1

Re: Using precompiled JSPs

2008-12-22 Thread Filip Hanik - Dev Lists
http://people.apache.org/~fhanik/precompile.html Filip motit wrote: 1. see my ant script below 2. I didn’t change the jasper’s package name hierarchy (e.g org.apache.jsp) 3. I did update my war’s web.xml with the jspservet mapping with *.jsp 4. I have assisted by http://tomcat.ap

Re: Tomcat 6 JDBC connection not found

2008-12-22 Thread Filip Hanik - Dev Lists
here is the name you specify jdbc/my_jdbc_name and here is your error Could not find datasource:jdbc/workout_logger as you can see, somewhere you have configured the string workout_logger, and that one doesn't exist Filip arturoguedez wrote: Hi! I have been reading how to setup datasource

RE: Using precompiled JSPs

2008-12-22 Thread Caldarale, Charles R
> From: motit [mailto:moti@expand.com] > Subject: RE: Using precompiled JSPs > > 1. see my ant script below You should be using the one from the Tomcat doc; yours fails to perform a couple of critical steps. > 2. I didn't change the jasper's package name hierarchy > (e.g org.apache.jsp) But

RE: Using precompiled JSPs

2008-12-22 Thread motit
1. see my ant script below 2. I didn’t change the jasper’s package name hierarchy (e.g org.apache.jsp) 3. I did update my war’s web.xml with the jspservet mapping with *.jsp 4. I have assisted by http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html

RE: server/classes directory in tomcat 6

2008-12-22 Thread adilturbo
hi, thank you so much it works. thanks again. Caldarale, Charles R wrote: > >> From: adilturbo [mailto:z_t...@hotmail.com] >> Subject: server/classes directory in tomcat 6 >> >> in tomcat 6, there is no server/classes directory; >> so where should i put this class (valve) in tomcat 6. > > For

Re: /* AJP with one exceptions

2008-12-22 Thread Yuval Perlov
That did the trick. Thanks a bunch! Yuval On Dec 22, 2008, at 4:51 PM, Rainer Jung wrote: On 22.12.2008 15:41, Yuval Perlov wrote: I tried this - thought I was missing something so I asked. For some reason this does not work on mac. If you use an older version of mod_jk than 1.2.27, you ne

RE: Using precompiled JSPs

2008-12-22 Thread Caldarale, Charles R
> From: motit [mailto:moti@expand.com] > Subject: Using precompiled JSPs > > I compiled my JSPs (using tomcat's org.apache.jasper.JspC) Did you use the suggested ant script, or did you roll your own mechanism? > and located them at the same place as all my classes in the > WAR (WEB-INF/classe

RE: tomcat announce / tomcat security mailing list

2008-12-22 Thread Caldarale, Charles R
> From: Stephanie Wullbieter [mailto:swu...@gmx.de] > Subject: tomcat announce / tomcat security mailing list > > did not find a tomcat announce and/or tomcat security > mailing list. Because there isn't one. You can use one of the searchable lists to find announcements (e.g., http://marc.info/?

Re: /* AJP with one exceptions

2008-12-22 Thread Rainer Jung
On 22.12.2008 15:41, Yuval Perlov wrote: I tried this - thought I was missing something so I asked. For some reason this does not work on mac. If you use an older version of mod_jk than 1.2.27, you need to use the syntax JkUnMount /staticcontent/* MYWORKER instead, and MYWORKER is the name

Re: /* AJP with one exceptions

2008-12-22 Thread Yuval Perlov
I tried this - thought I was missing something so I asked. For some reason this does not work on mac. On Dec 22, 2008, at 3:37 PM, Rainer Jung wrote: On 22.12.2008 13:27, Yuval Perlov wrote: I am trying to configure httpd->tomcat ajp bridge that will catch all requests except for one direc

RE: Tomcat's Max Thread problem

2008-12-22 Thread Caldarale, Charles R
> From: sihan [mailto:si...@afrigis.co.za] > Subject: Tomcat's Max Thread problem > > I tried tuning the number of threads (maxThreads) in tomcat's > thread pool in server.xml. Actually, you didn't. You may have configured an with a larger maxThreads attribute, but you failed to specify the exe

Tomcat and Radius server

2008-12-22 Thread Stephane Roy
Hi, So far, we used LDAP and the JNDIRealm to authenticate users of our web applications hosted in Tomcat 5.5. Now, we want to use a Radius server, instead of LDAP, to store the user logins/passwords. I would like to know if there is a kind of 'RadiusRealm' somewhere that I can use to do w

Re: /* AJP with one exceptions

2008-12-22 Thread Rainer Jung
On 22.12.2008 13:27, Yuval Perlov wrote: I am trying to configure httpd->tomcat ajp bridge that will catch all requests except for one directory to be served from httpd. Ideally I'd like to map /* to the AJP except for one /staticcontent directory to be served from apache. Has anyone done this?

tomcat announce / tomcat security mailing list

2008-12-22 Thread Stephanie Wullbieter
Hello, did not find a tomcat announce and/or tomcat security mailing list. That would be fine, because there is so much noise on this users mailing list. What's about that? Best regards, Stephanie -- Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL für nur 16,37 Euro/mtl.!*

/* AJP with one exceptions

2008-12-22 Thread Yuval Perlov
I am trying to configure httpd->tomcat ajp bridge that will catch all requests except for one directory to be served from httpd. Ideally I'd like to map /* to the AJP except for one /staticcontent directory to be served from apache. Has anyone done this? Thanks, Yuval Perlov www.r-u-on.com

Using precompiled JSPs

2008-12-22 Thread motit
Hi I am using tomcat 6. I compiled my JSPs (using tomcat’s org.apache.jasper.JspC) and located them at the same place as all my classes in the WAR (WEB-INF/classes). When running tomcat and browsing to some JSP files, I found out the tomcat translate the JSPs to servlets and compile them again und