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

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

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

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

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!

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, > >

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
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

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

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/

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/ --