how can i extract row http data from request

2009-06-08 Thread Meir Yanovich
Hello all i need to deal with legacy web app code , that needs to add basic authentication to it with sessions now i need to be able to extract the session id from the header ( can't add sessions into the code ) the scenario is that only once and only once per page i pass the session into the

can i define jsp directory order from witch tomcat will look first ?

2009-03-17 Thread Meir Yanovich
Hello all i have web project in war file with directory structure in witch i have the jspMain directory where all my jsps are and the links all pointing to it , but now i have customized pages that i like to put in new directory called jspXXX and i like tomcat to look in this directory first and

How to block part of application based on ip filtering

2008-08-24 Thread Meir Yanovich
Hello all im using tomcat as the web server , and i have reverse proxy that redirect to the tomcat i like to be able to restrict the users that redirected from the reverse proxy server to be able to enter only one section of the application . now i was reading the configuration and i found only

how to delete \work\Catalina subdirectorys every time tomcat loads

2008-08-13 Thread Meir Yanovich
Hello all i need to be able to remove the cache directory's in the tomcat 6 every time tomcat starting is there some kind of build in method or acceptable way to do that ? thanks allot - To start a new topic, e-mail:

Re: how to delete \work\Catalina subdirectorys every time tomcat loads

2008-08-13 Thread Meir Yanovich
the directory before the start command is run. I am not too sure about the windows services if that is what you are using. It would help if you told us the operating system and method of starting tomcat. --Angus Mezick -Original Message- From: Meir Yanovich [mailto:[EMAIL PROTECTED] Sent

Tomcat multithread question on external application

2008-03-25 Thread Meir Yanovich
Hello all i like to ask some basic question about the multi thread model of tomcat say i have multiple request coming from internet site that going via apache server tunneling the throw mod_jk to tomcat tomcat is processing the requests and builds java corba objects that invoked external api's

getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
Hello all Im running with my tomcat 5.5 on SunOS 9 , but when I start tomcat im getting this error The tomcat keeps running fine , but I like to know how to eliminate this error : SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
that stop request. En l'instant précis du 30/01/08 09:25, Meir Yanovich s'exprimait en ces termes: Hello all Im running with my tomcat 5.5 on SunOS 9 , but when I start tomcat im getting this error The tomcat keeps running fine , but I like to know how to eliminate this error : SEVERE: Catalina.stop

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
you how much tomcat processes are active. En l'instant précis du 30/01/08 09:44, Meir Yanovich s'exprimait en ces termes: Yes you are right , there is in the tomcat script , first it is running the Shatt down the tomcat , is there any better way to do this ? Some kind of checking

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
in the grep calls. Here we use, as part of our stop/wait 2 minutes/kill script, the following expression: **kill -9 `ps -aex | grep tomcat | grep intranet | awk '{print $1}'`** (tomcat being run inside a folder named intranet) En l'instant précis du 30/01/08 12:37, Meir Yanovich s'exprimait en ces

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
enough to limit selection to one process. En l'instant précis du 30/01/08 13:36, Meir Yanovich s'exprimait en ces termes: Hi and thanks for the fast reply but my version of ps Don't have the x flag, any other way ? -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
refused error http://docsun.cites.uiuc.edu/sun_docs/C/solaris_9/SUNWaman/hman1b/ps.1b.html -e Displays the environment as well as the arguments to the command. ?? En l'instant précis du 30/01/08 13:50, Meir Yanovich s'exprimait en ces termes: Yes I can see it has x in hp -x

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
14:50 Meir Yanovich wrote: Yes I can see it has x in hp -x Shows the command line in extended format. Someone knows what is the equivalent in sunOs? /usr/ucb/ps -auxww :) Cheers, Wesley - To start a new topic, e