Hi
I want to know about the possibility of sharing JVM for both tomcat and RMI
server.
Any ways to start tomcat from my RMI server.
How to programatically start tomcat like how startup.sh is doing?
Is it possible to start my RMI server inside tomcat?
Regards
Siranjeevi
can someone please reply to the above post.:-((
--
View this message in context:
http://www.nabble.com/retrieve-session-data-stored-in-db-using-JDBCStore.-tp23020556p23052044.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
On Tue, Apr 14, 2009 at 6:00 PM, Jonathan Mast
wrote:
> I've pretty much concluded that the problem is that the machine in question
> is SELinux-enabled and that is cause of Tomcat's inability to access the
> 8080 port (even though I can see tomcat on the process list, a "netstat -a"
> indicates
Hey Chris,
I've pretty much concluded that the problem is that the machine in question
is SELinux-enabled and that is cause of Tomcat's inability to access the
8080 port (even though I can see tomcat on the process list, a "netstat -a"
indicates shows no entry for 8080).
My ultimate goal was to j
Security Management wrote:
OK, here is the error (note that I have renamed it, I was just making sure I
was seeing what I thought I was). Webapp works on 8080, apache restarts
without complaining, I verified the port is the default for the worker type
in server.xml, and I am stumped. Thanks for
Hi.
Re : http://tomcat.apache.org/connectors-doc/reference/uriworkermap.html
While perusing the above document, it occurs to me that the following
paragraph is a bit ambiguous :
quote
Virtual host integration
IIS
When using IIS you can restrict individual rules to special
vir
OK, here is the error (note that I have renamed it, I was just making sure I
was seeing what I thought I was). Webapp works on 8080, apache restarts
without complaining, I verified the port is the default for the worker type
in server.xml, and I am stumped. Thanks for looking!
Server.xml bit:
Well, no, I didn't. I just answered the wrong message.
Tip: respond to the list only, not (also) to the person's address.
Otherwise, that person gets each message twice : once because he
subscribes to the list, and once your direct message.
Responding only to the list also saves trees and minim
OK, I was switching the name to make sure the logs switched the name and
stuff.
It's consistent in the file.
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Tuesday, April 14, 2009 4:19 PM
To: Tomcat Users List
Subject: Re: Help with mod_jk and Apache 2.2
Security
Security Management wrote:
Yeah, I saw that, and it's now:
/smc-appsuite|/*=worker1
Which should match /appsuite/ and /appsuite/*
Now wait a minute. Why did this suddenly become "/smc-appsuite", and
not like before, "/appsuite" ?
If you keep changing the data between questions, it becomes
Hello all!
We have an application that serves a few users (currently we have
around 1300 sessions created, =~ 300 active), but due to our own bad
development team, our session is a monster session (We are fixing
this, but is gonna take time, since developers thought they could
store everything on t
Hi, I'm having a problem with my IIS redirect to Tomcat.
Whenever I access http://localhost/examples/helloworld.jsp, I get an HTTP
500 error, but if I try http://localhost:8080/examples/helloworld.jsp, I get
the hello world output.
Workers.properties:
workers.tomcat_home=C:\Program Files\Apache
Yeah, I saw that, and it's now:
/smc-appsuite|/*=worker1
Which should match /appsuite/ and /appsuite/*
Still not working, though. Same problem. Any more ideas?
Thanks for the help,
Mike.
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Tuesday, April 14, 2009 10
Antonio Vidal Ferrer wrote:
Hi.
I guess the = sign in your jkmount file is wrong.
It should say:
/appsuite worker1
Not according to this :
http://tomcat.apache.org/connectors-doc/reference/uriworkermap.html
-
To unsub
Hi.
I guess the = sign in your jkmount file is wrong.
It should say:
/appsuite worker1
Best,
Toni
-Original Message-
From: Security Management [mailto:list-subscripti...@secmgmt.com]
Sent: martes, 14 de abril de 2009 15:29
To: 'Tomcat Users List'
Subject: Help with mod_jk and Ap
Security Management wrote:
So, I have Tomcat 5.5, apache 2.2 on a linux 32 bit machine. Tomcat and my
webapp work great, I just can't seem to get the connector working. Sorry if
this is a basic question, but even with the debugging on I can't see what is
wrong. I have listed 3 files here, my h
So, I have Tomcat 5.5, apache 2.2 on a linux 32 bit machine. Tomcat and my
webapp work great, I just can't seem to get the connector working. Sorry if
this is a basic question, but even with the debugging on I can't see what is
wrong. I have listed 3 files here, my httpd config, my workers.prope
> From: André Warnier [mailto:a...@ice-sa.com]
> public void close()
> throws SomeException
> {
> putEndRequest();
> flush();
> socket = null;
> }
> flush() being another function which reads the socket until there's
> nothing left to read, and thr
18 matches
Mail list logo