owned by root

2009-06-29 Thread Melanie Pfefer
Hi Any idea what makes web applications owned by root even though tomcat runs as a non-root user? (I have mod_jk installed and apache running as root) Thank you, - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

RE: invalid certificate

2009-05-06 Thread Melanie Pfefer
s. You can find nice guides (using openssl > :(  ) here: http://www.tc.umn.edu/~brams006/selfsign.html  and > here: http://marc.info/?l=tomcat-user&m=106293430225790&w=2 > that can help you to understand the process, and of course > with the problem you are having > > B

invalid certificate

2009-05-06 Thread Melanie Pfefer
Hi, I generated a new certificate according to http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html First step: keytool -genkey -alias tomcat -keyalg RSA -keystore /usr/local/tomcat/.keystore Second step: in servers.xml: I am getting an error that the certificate is not valid when I acc

redirection

2009-03-31 Thread Melanie Pfefer
Hello I have a tomcat server running on port 8080. users need to create a dns alias which is on port 80. redirection cannot be done on DNS level of course. do you have any idea how to achieve this in tomcat. For example: http://siroe redirects to http://machineX:8080 that is a tomcat applicat

Re: environment variable

2008-10-20 Thread Melanie Pfefer
e fixed in startup.sh (+ restart tomcat). What do you think? thanks --- On Mon, 20/10/08, André Warnier <[EMAIL PROTECTED]> wrote: > From: André Warnier <[EMAIL PROTECTED]> > Subject: Re: environment variable > To: "Tomcat Users List" > Date: Monday, 20 October, 200

environment variable

2008-10-20 Thread Melanie Pfefer
Hello I got this error in tomcat: Cannot run program "htmldoc": error=2, No such file or directory Is it a good practice to include this command in PATH and put the variable PATH in startup.sh script? I am usin tomcat 6 with solaris 10 thank you Send instant messages to your online friends h

tomcat and proxying

2008-04-15 Thread Melanie Pfefer
how to check that the application on tomcat (backend) does not do anything that defeats proxying (an apache server)? thx ___ Yahoo! For Good helps you make a difference http://uk.promotions.yahoo.com/forgood/ --

mod_jk and url rewriting+forwarding

2008-04-01 Thread Melanie Pfefer
hi, I want to forward http://proxy/gqaf:soi:PAR:TRE:001 (proxy is an apache) to http://backend:8080/gqaf-web/gqaf:soi:PAR:TRE:001 (backend:8080 is a tomcat server) I downloaded mod_jk and modified httpd.conf: LoadModule jk_module modules/mod_jk.so JkWorkersFile /usr/local/apache224/conf/

deploying war files

2008-03-29 Thread Melanie Pfefer
how to deploy war files in tomcat? What should I enter to these parameters? I dont have the xml file. I have only the war file. Should I create first a new directory? Context Path (optional): XML Configuration file URL: WAR or Directory URL: thanks

Re: RES: url redirection

2008-03-27 Thread Melanie Pfefer
e section and I was > accessing Tomcat through two > worker ports set up in apache. Is this what you are > trying to do? > Chris S > > - Original Message - > From: "Melanie Pfefer" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: T

Re: RES: url redirection

2008-03-27 Thread Melanie Pfefer
rs > whilst trying to build > 1.3.39, 1.3.4, 2.0.x 2.2.x this way. > > - Original Message - > From: "Melanie Pfefer" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, March 27, 2008 12:31 PM > Subject: Re: RES: url redirection >

Re: RES: url redirection

2008-03-27 Thread Melanie Pfefer
27;m not completely sure about what you want, but you > can redirect urls according to a given pattern > between tomcat instances using jakarta connectors. > Is that what you want? You can have further info > here http://tomcat.apache.org/connectors-doc/ > > Yours, > >

url redirection

2008-03-27 Thread Melanie Pfefer
Hi, I have 2 web apps deployed on 2 tomcat servers. How to redirect urls that contains ‘jar’ string from one app to another? http://zeus:8085/web/sec:jar:001 to http://zeus:8086/src/web:sec:jar:001 thanks __ Sent from Yahoo!

port redirection

2008-02-28 Thread Melanie Pfefer
Hello a servlet is running on port 9000 while apache in running on port 80. Is there a way to change this behavior so that users who type http://server1/OpenObject?doc=ERW will receive the same content of http://server1:9000/OpenObject?doc=ERW but the URL does not change (stays http://server1/Op

RE: tomcat6 installation

2008-01-09 Thread Melanie Pfefer
thanks a lot. I appreciate your help. 1- how to change the http port number? 2- how to allow a non-root user to start tomcat? Is it only though file ownership modification (chown -R /usr/local/tomcat6)? thanks again. --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Me

Re: tomcat6 installation

2008-01-09 Thread Melanie Pfefer
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) could you please advise? thanks again --- David Delbecq <[EMAIL PROTECTED]> wrote: > En l'instant précis du 09/01/08 11:16, Melanie > Pfefer s'exprimait en ces > termes: > > Hello, > > > > I am trying to

tomcat6 installation

2008-01-09 Thread Melanie Pfefer
Hello, I am trying to install tomcat6 on Solaris 8. I downloaded apache-tomcat-6.0.14-src.tar and untarred the archive to /usr/local/tomcat6/ I also changed the ownership to a normal user and modified the files under bin/ to executables. If I ran ./startup.sh: Neither the JAVA_HOME nor the JRE