I don't think any of the subsequent requests are intended functionality of
Tomcat. Having a single request be serviced more than once does not make
sense to me. I don't think it is a browser issue. I have replicated it
with both Firefox and IE. I have replicated it with standard browser POSTs
a
edponce wrote:
I know this question has been asked a lot but I've read different
solutions
depending on the needs of the problem. I need to have 2 instances
of tomcat
on the same server for the same application. One would be for
production and
the other for development (which can be start
Mashama McFarlane wrote:
> I am not sure if this is a bug, feature, or whatever but I definitely need
> some answers here. I ran into some issues when sending a request to a
> servlet that executes native code that takes a long time to terminate (I am
> talking 10s of seconds here). I am consiste
Hi,
I am not sure if this is a bug, feature, or whatever but I definitely need
some answers here. I ran into some issues when sending a request to a
servlet that executes native code that takes a long time to terminate (I am
talking 10s of seconds here). I am consistently getting a second, somet
Is there an older copy of the jar in another directory where it gets
picked up before your new one?
--
Len
On Wed, Aug 20, 2008 at 21:33, Daniel L. Gross <[EMAIL PROTECTED]> wrote:
> I have a strange problem. I am using Borland to compile my source files and
> create jar files. For some reason
I have a strange problem. I am using Borland to compile my source files
and create jar files. For some reason things are not working
correctly. In one jar library, I can create new functions, rebuild the
library, and when I put them up in Tomcat 5.5 WEB-INF, it recognizes
them. However, I h
Markus Schönhaber wrote:
André Warnier wrote:
edponce wrote:
depending on the needs of the problem. I need to have 2 instances of
tomcat
on the same server for the same application. One would be for
production and
the other for development (which can be start and stopped whenever
without
I've been through the docs. I've been through Google. I can't seem
to figure this out.
Server: Tomcat 6.0.18, JDK: 1.6.0_07, Redhat Server 5.2
Client: jconsole from JDK 1.6.0_07 on Windows XP
I've got all of these in $CATALINA_OPTS and they do show up in
the java command line when I run ps:
-
André Warnier wrote:
edponce wrote:
depending on the needs of the problem. I need to have 2 instances of
tomcat
on the same server for the same application. One would be for
production and
the other for development (which can be start and stopped whenever
without
affecting the production o
André Warnier wrote:
edponce wrote:
I know this question has been asked a lot but I've read different
solutions
depending on the needs of the problem. I need to have 2 instances of
tomcat
on the same server for the same application. One would be for
production and
the other for development (wh
edponce wrote:
I know this question has been asked a lot but I've read different solutions
depending on the needs of the problem. I need to have 2 instances of tomcat
on the same server for the same application. One would be for production and
the other for development (which can be start and sto
Rainer Jung wrote:
First before trying to find the right configuration, upgrade! Version
1.2.8 is s old and whatever hints you get on how to use the
redirector, you'd always need to find out, which of those are true for
1.2.8. We are at 1.2.26, just use that version.
André Warnier schrieb
I know this question has been asked a lot but I've read different solutions
depending on the needs of the problem. I need to have 2 instances of tomcat
on the same server for the same application. One would be for production and
the other for development (which can be start and stopped whenever wi
Ted Byers wrote:
> I looked at the page for setting up CGI on Tomcat 6, but the paragraph that
> follows leads to some confusion.
>
> "Remove the XML comments from around the CGI servlet and servlet-mapping
> configuration in $CATALINA_BASE/conf/web.xml."
>
> Apparently the jar the XML file refer
I was looking for some help here. I have 2 websites - unique URLs using SSL
using IIS with asp.net with JRun to run servlet code.
I need to convert jrun to tomcat.
I need to keep IIS and use ISAPI redirect. Using Tomcat with SSL - do I need to
run 2 instances of tomcat for each unique URL and
I looked at the page for setting up CGI on Tomcat 6, but the paragraph that
follows leads to some confusion.
"Remove the XML comments from around the CGI servlet and servlet-mapping
configuration in $CATALINA_BASE/conf/web.xml."
Apparently the jar the XML file refers to no longer exists.
And it
First before trying to find the right configuration, upgrade! Version
1.2.8 is s old and whatever hints you get on how to use the
redirector, you'd always need to find out, which of those are true for
1.2.8. We are at 1.2.26, just use that version.
André Warnier schrieb:
dOE wrote:
I tr
I am a newbie to Tomcat. I am tasked with deploying a couple of
applications from our software vendor. I am an Oracle DBA, not a software
developer, so this question is probably very rudimentary. I have read the
'Tomcat Definitive Guide', and used it to set up load balancing for the 2
applicati
Dear Emerson,
Truncating? It should be a rolling file, rolling over daily. You
can just
remove the old versions. Is this a stock tomcat, one from the
ports, or
maybe a particularly old one?
catalina.out is set at the catalina.sh:
"$CATALINA_BASE"/logs/catalina.out 2>&1 &
This file is
In your error page, the variable "exception" is set to the exception
(if any). You can get the error message and stack trace from the
exception like this:
Exception message: <%= (exception == null) ? "" :
exception.getMessage() %>
<%
String stStack = "";
if (exception != null) {
java.io.St
hello all,
I try ti use tomcat security management with DataSourceRealm but I never get
authentication console, log shows that user 'Successfully passed all
security constraints'
I declare Realm inside server.xml:
and security constraints on web.xml
TOMCAT SECURITY
Entire Applicatio
> Truncating? It should be a rolling file, rolling over daily. You can just
> remove the old versions. Is this a stock tomcat, one from the ports, or
> maybe a particularly old one?
>
catalina.out is set at the catalina.sh:
>> "$CATALINA_BASE"/logs/catalina.out 2>&1 &
This file is not rateable,
Johnny Kewl wrote:
> The systems are both on localhost... you said same machine... it can
> only have one IP
Not true.
The most obvious case is a machine with multiple NICs.
You can also assign multiple IP addresses to the same physical interface.
You don't see it often but you would use it, fo
Shahar Cohen wrote:
Changing the URIEncoding="UTF-8" just worked.
Shahar,
what Mark and in a more verbose way Johnny are trying to tell you, is
1) the first problem is to figure out how and why these files arrived on
your system's disk with such names, and if possible correct that.
They are
- Original Message -
From: "dOE" <[EMAIL PROTECTED]>
To: "Tomcat User-List"
Sent: Wednesday, August 20, 2008 5:10 PM
Subject: Dual-Independent Tomcat servers, on Single Win32 host sharing IIS
server.
Hello,
Can anyone guide me in the right direction with my issue.
Windows Server
dOE wrote:
I tried to do the following, and it did not work.
worker.list=ajp13w
worker.ajp13w.type=ajp13
worker.ajp13w.host=192.168.0.1
worker.ajp13w.port=8009
worker.list=ajp13w2
worker.ajp13w2.type=ajp13
worker.ajp13w2.host=192.168.0.2
worker.ajp13w2.port=8109
Maybe you just need to do
>
Thanks Mark ;)
---
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
-
- Original Message -
From: "Shahar Cohen" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, August 20, 2008 4:15 PM
Subject: RE: tomcat 5.5 Unicode issues!
Hi,
Well I didn’t quite understand you all the way but trying to use your
example lats say I have a file named Hell
Hello,
Can anyone guide me in the right direction with my issue.
Windows Server 2003, IIS 6.0, tomcat-connector 1.2.8, and Tomcat 5.0.16.
I have been tasked to do the following.
To get two separate Tomcat server instances running on the same host
independent of each other and working off of the
Changing the URIEncoding="UTF-8" just worked.
thanks
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2008 5:29 PM
To: Tomcat Users List
Subject: Re: tomcat 5.5 Unicode issues!
Shahar Cohen wrote:
> Hi,
> Well I didn’t quite understand you all th
Hi,
My application is deployed into Solaris box and java version is 1.3, Tomcat
5.0.27, apache 2.0.50.
This appication access a webservice whose end point is https://.
I configured this app with JSSE 1.0.3 and also configured with the below
code.
System.setProperty("java.protocol.handler.pkgs",
"
Shahar Cohen wrote:
> Hi,
> Well I didn’t quite understand you all the way but trying to use your example
> lats say I have a file named Hello%20There.html when I try to access this
> file I get 404.
> Probably because the tomcat recognize the character % as illegitimate.
> So is there a way to t
Hi,
Well I didn’t quite understand you all the way but trying to use your example
lats say I have a file named Hello%20There.html when I try to access this file
I get 404.
Probably because the tomcat recognize the character % as illegitimate.
So is there a way to tell tomcat that special characte
L.S,
I'm running tomcat to serve out XML to a custom client (not a
webbrowser). In order to show an error page that this client can
actually display I use custom error pages in Tomcat. For this I have
specified a JSP as an error page, this works very well. However, during
the test phase of ou
- Original Message -
From: "Shahar Cohen" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 20, 2008 2:33 PM
Subject: tomcat 5.5 unicode issiues!
Hi,
I have some files in my site that contain some characters that the tomcat
5.5 dont parse them correctly and thus
I get 404 error fi
On Tue, Aug 19, 2008 at 10:33 PM, Bill Barker <[EMAIL PROTECTED]> wrote:
>
> "Markus Schönhaber" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Zemian Deng wrote:
> >
> >> When setting up tomcat during boot startup on a linux/unix, is there
> more
> >> advantage using jsrv that
> From: Dave Bender [mailto:[EMAIL PROTECTED]
> Subject: RE: How to tell Tomcat to use an additional
> classpath other than web-inf/classes?
>
> Why not add the path to the CLASSPATH variable in
> the '/bin/setclasspath.sh' script (or
> setclasspath.bat for Windows)?
Because that prevents the weba
Why not add the path to the CLASSPATH variable in the
'/bin/setclasspath.sh' script (or setclasspath.bat for
Windows)?
We've done that for getting Tomcat to recognize server-specific properties
files and it seems to do the trick.
Dave
-Original Message-
From: [EMAIL PROTECTED]
[mailto:
Hi,
I have some files in my site that contain some characters that the tomcat 5.5
dont parse them correctly and thus
I get 404 error file not found.
For instance the file names are:
bbb%e2%80%99s-bbb-.htm
ggg-xx-eee’s-car.htm
got-it….htm
catch-a-f….htm
this file ‘to-catch-a-th
39 matches
Mail list logo