> 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
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
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
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
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
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:
>
>
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
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
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
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
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
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
> 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
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.
> 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
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
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:
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.
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
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
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
> 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
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
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
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
> 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
> 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/?
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
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
> 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
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
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?
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.!*
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
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
35 matches
Mail list logo