I am having WindowsXP
I installed Apache Tomcat Servlet container as a service. It's user guide
says " For optimal security, the service should be run as a separate user,
with reduced permissions (see the Windows Services administration tool and
its documentation). "
So I went to Control Panel-->
Mark
I have turned off Keep Alive and also set
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
This does not seem to have made a difference.
Regards
Michael
> -Original Message-
> From: Mark Thomas [mailto:[EMAIL PROTECTED]
> Sent: 18 October 2008 20:01
> To: Tomca
Chuck,
That must be it (Even though the build instructions for Tomcat 6 say 1.5.x or later). Thanks again for the heads up.
- Ole
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John,
John Cartwright wrote:
> I have a problem where a Datasource is configured in
> META-INF/context.xml and referenced in web.xml. If I install this
> webapp unpacked, everything works fine. However, if I try to run this
> webapp as a packed war,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vinay,
Vinay Binny wrote:
> I am using struts2 and
> Oracle's XSU in one of our webapps. XSU has a tight dependency on its
> own XML parser xmlparserv2.jar, when I drop this into the web-inf lib
> folder, struts2 picks the classes in this jar to do it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin,
Martin Gainty wrote:
> getting tired ot correcting these emails..david i
>
>> From: [EMAIL PROTECTED]
>> To: users@tomcat.apache.org
>> Subject: Re: MySQL DBCP Connection Example?
>>
> David,
>
> David Smith wrote:
As an alternative to
Scrumpy Jack schrieb:
> Hi
> I'm trying to resolve an issue with Integrated Authentication when a user
> with a large Group Membership tries to access a site served by Tomcat via
> IIS ISAPI Redirect.
>
> For all other users, access is fine. For users with 70+ Windows groups, they
> are failing to
Martin Gainty wrote:
> getting tired ot correcting these emails..david i
Chris is correct in this case. It is you who is in error Martin.
>> From: [EMAIL PROTECTED]
>> To: users@tomcat.apache.org
>> Subject: Re: MySQL DBCP Connection Example?
>>
> David,
>
> David Smith wrote:
As an alterna
Hi
I'm trying to resolve an issue with Integrated Authentication when a user
with a large Group Membership tries to access a site served by Tomcat via
IIS ISAPI Redirect.
For all other users, access is fine. For users with 70+ Windows groups, they
are failing to be redirected and are getting a 50
> From: Thomas Manson [mailto:[EMAIL PROTECTED]
> Subject: Re: Timeout while stopping tomcat
>
> I want a Apache 2 server to use PHP app's too with tomcat
> apps using port 80.
>
> I think that's the only way of doing, isn't it ?
Strictly speaking, it's not the only way, but it's certainly the mos
Michael Farah wrote:
> Hi all
>
>
>
> We have three Tomcat sites running on three different Tomcat instances
> on a server (let's call it myserverA). One of the sites runs on Tomcat
> 5.5 and two run on different instances of Tomcat 6. We then have Apache
> 2.2 running on myserverB and we use m
On Fri, Oct 17, 2008 at 23:07, Christopher Schultz <
[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Maxim,
>
> Maxim Veksler wrote:
> > I would like to forcefully cause my application server to fail once I
> > discover a situation I can't recover from. We have HA t
Thanks Charles,
I want a Apache 2 server to use PHP app's too with tomcat apps using port
80.
I think that's the only way of doing, isn't it ?
Thomas
On Sat, Oct 18, 2008 at 19:44, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:
> > From: Thomas Manson [mailto:[EMAIL PROTECTED]
> > Subject: R
> From: Thomas Manson [mailto:[EMAIL PROTECTED]
> Subject: Re: Timeout while stopping tomcat
>
> If I want to build an link between my Apache2 and Tomcat 6,
> will I need the AJP connector ?
Yes.
> Also, which [ModJK/JK/JK2 or else] project is the correct to
> use with Tomcat 6 ?
The mod_jk2 pa
Ok,
If I want to build an link between my Apache2 and Tomcat 6, will I need
the AJP connector ?
I don't know this part very well dispite I've use it some times.
Also, which [ModJK/JK/JK2 or else] project is the correct to use with
Tomcat 6 ?
Thanks for your help,
Thomas.
On Sat, Oct 18, 200
> From: Thomas Manson [mailto:[EMAIL PROTECTED]
> Subject: Timeout while stopping tomcat
>
> Tomcat starts correctly, but a timeout occurs when stopping
> Any idea of what's wrong ?
Nothing's really wrong, but you can get rid of the error message by commenting
out the AJP connector that you're no
> From: Ole Ersoy [mailto:[EMAIL PROTECTED]
> Subject: Building Tomcat With IcedTea
>
> I'm trying to build tomcat with IcedTea. I get the following
> types of errors while DBCP is being built:
Are you using JDK 6 for your Tomcat builds? Tomcat must be built with JDK 5
due to incompatibilities
Hi.
I am sending this to both the Apache httpd and Tomcat users lists, in
the hope that because together these HTTP servers cover a good fraction
of the market, there might be a chance to reach the righ people.
My hope is that someone who is aware of, and connected to, the process
of RFC gen
Hi,
I've installed tomcat 6.0.18 on my ubuntu box (hardy heron server).
I've set the CATALINA_BASE in another place that the tomcat install. I
didn't modify any configuration files.
Tomcat starts correctly, but a timeout occurs when stopping (see logs at
the end of the mail).
I'm using th
Good Point-
quick scan of laymans documentation located at
http://en.wikipedia.org/wiki/Transmission_Control_Protocol
SYN or SYNchronization request happens when an agent attempts
To establish a connection, TCP uses a three-way handshake.
Before a client attempts to connect with a server, the ser
[EMAIL PROTECTED] wrote:
Thanks Peter for your answer . you said :
You *can never* see these errors in Tomcat, because Tomcat is never
aware that the connection was received. The operating system's
TCP/IP stack has received the incoming SYN, tried to queue the
connection request on Tomcat's a
I am not sure if this is quite the right place to ask this question as I
don't know if the problem is in my application, the Java Plugin Framework
(JPF) or Tomcat.
My web app has a plugin (managed by the JPF), that plugin is in the form of
a .jar file and it unpacks and runs from $TOMCAT_HOME/te
Thanks Peter for your answer . you said :
> You *can never* see these errors in Tomcat, because Tomcat is never
> aware that the connection was received. The operating system's
> TCP/IP stack has received the incoming SYN, tried to queue the
> connection request on Tomcat's accept queue, failed
Hi all
We have three Tomcat sites running on three different Tomcat instances
on a server (let's call it myserverA). One of the sites runs on Tomcat
5.5 and two run on different instances of Tomcat 6. We then have Apache
2.2 running on myserverB and we use mod_proxy_http as the connector. We
ar
Raghu wrote:
> Hi,
> Sample struts applications also not working in linux system.
>
> JDk 1.5
> Tomcat 5.5
> Struts1.2.8
>
> struts-exercise-taglib
> servlets-examples
>
> I am getting following error on linux system.
>
> HTTP Status 500 -
>
> Description: The server encountered an internal
Hi,
Sample struts applications also not working in linux system.
JDk 1.5
Tomcat 5.5
Struts1.2.8
struts-exercise-taglib
servlets-examples
I am getting following error on linux system.
HTTP Status 500 -
Description: The server encountered an internal error () that prevente
Hi,
i have a little problem, maybe you can help me.
I use tomcat 6.0.18 and i've defined ExampleServlet in my web.xml like
ExampleServlet
my.servlets.ExampleServlet
I use invoker for this of course (uncommented in tomcat web.xml)
When i call it by: /servlet/ExampleServlet eve
27 matches
Mail list logo