RE: [Windows2k] Start tomcat as Service

2002-11-06 Thread Juan Fco. Herrera Utande
You must have one under tomcat\bin. If not try to install again and make
sure during installation you choose "Intall Tomcat as a Service".

I also have Tomcat 4.1.12 under W2K running as a service with no problems.

Regards,

Juan

-Mensaje original-
De: François Vallet [mailto:fvallet@;infovista.com]
Enviado el: miércoles, 06 de noviembre de 2002 11:12
Para: 'Tomcat Users List'
Asunto: RE: [Windows2k] Start tomcat as Service


I don't have any tomcat.exe ... it is not apache :(


> -Original Message-
> From: Zaragoza, Carles [mailto:Carles.Zaragoza@;es.compuware.com]
> Sent: mercredi 6 novembre 2002 10:52
> To: 'Tomcat Users List'
> Subject: RE: [Windows2k] Start tomcat as Service
>
> I have install two tomacat 4.1 as a service on a w2000 prof with no
> problems.
>
> run tomcat.exe -help and follow the syntax.
>
> Regards,Carles.
>
> -Original Message-
> From: François Vallet [mailto:fvallet@;infovista.com]
> Sent: martes, 05 de noviembre de 2002 18:42
> To: 'Tomcat Users List'
> Subject: [Windows2k] Start tomcat as Service
>
>
> Who have ever start Tomcat 4.1 as service on Windows 2k ?
> Thanks in advance.
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> The contents of this e-mail are intended for the named addressee only. It
> contains information that may be confidential. Unless you are the named
> addressee or an authorized designee, you may not copy or use it, or
disclose
> it to anyone else. If you received it in error please notify us
immediately
> and then destroy it.
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: under IIS

2002-11-06 Thread Juan Fco. Herrera Utande
If you don't have a c:\jacarta-tomcat\logs\iis_redirect.log maybe the isapi
filter didn't load properly.

You can check it in the event viewer in the System section.

-Mensaje original-
De: Sipos Andras [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 06 de noviembre de 2002 12:09
Para: [EMAIL PROTECTED]
Asunto: under IIS


Hi,

I can't install tomcat under iis.
The tomcat work perpertly on :8080 port
The iis work propertly on :80 port.
But when make a virtualweb width isapi_redirect.dll, not work.
There is nothing errorlog, or log (c:\jacarta-tomcat\logs\iis_redirect.log).
I maked step by step as the install doc say.

My versions:
Tomcat 4.0.3
IIS 4
NT 4 + sp6
jsdk1.3.1_04

That is the problem? or how to mak a debug log?

Andras


-
This email was sent using SquirrelMail.
   "Webmail for nuts!"
http://squirrelmail.org/



--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Balancer and sessions

2002-11-06 Thread Juan Fco. Herrera Utande
In the Engine section.

You have more details in the documentation.

Regards

-Mensaje original-
De: Ryszard Lach [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 06 de noviembre de 2002 11:47
Para: Tomcat Users List; [EMAIL PROTECTED]
Asunto: Re: Balancer and sessions


On Wed, Nov 06, 2002 at 11:44:07AM +0100, Juan Fco. Herrera Utande wrote:
> Hi,
>
> Make sure that you have the following in the server.xml files:
>
> - server.xml in Localhost: jvmroute=ajp13
> - server.xml in 192.168.130.9: jvmroute=ajp13s
>

In which section should it be?

R.

--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Balancer and sessions

2002-11-06 Thread Juan Fco. Herrera Utande
Hi,

Make sure that you have the following in the server.xml files:

- server.xml in Localhost: jvmroute=ajp13
- server.xml in 192.168.130.9: jvmroute=ajp13s

Regards,

Juan

-Mensaje original-
De: Ryszard Lach [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 06 de noviembre de 2002 10:21
Para: [EMAIL PROTECTED]
Asunto: Balancer and sessions


Hi!

I'm trying to get work apache + tomcat4.0.5 with load balancer worker
(mod_jk), but it seems it doesn't forward all requests of one session to
the same worker. I've been used balancing with jserv and that wasn't a
problem - if servicing of the session was started with jserv1, then the
whole session was served with jserv1 (as long as jserv1 was running).
Now, with tomcat4.0.5 I see the requests are forwarding regardless of
sessions, what causes losing sessions after first (or second) request.

Is there something I'm missing with setting of the balancer?

My workers.properties is as follows:

worker.list=loadbalancer,ajp13  # I'm using ajp13 worker as is in other
# virtualhost too, I'hope it's not a
# problem

worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=100

worker.ajp13s.port=8009
worker.ajp13s.host=192.168.130.9
worker.ajp13s.type=ajp13
worker.ajp13s.lbfactor=100

worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp13,ajp13s

Is there any documentation about using loadbalancer and its directives?

Thanks for any help.

Richard.

--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.

--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
Hi again,

In your environment there's no need to define JAVA_HOME and TOMCAT_HOME as
they are only used when you have both IIS and TOMCAT on the same manchine
and you wan't to launch Tomcat in the same process as IIS.

IIS will deternime where Tomcat is located through the information given in
the worker definition:

...
worker.your_worker_name.type=ajp13 (I think in your case the worker type
will be ajp12)
worker.your_worker_name.port=8009 (--> that's the port where ajp13 is
listening in the Tomcat machine)
worker.your_worker_name.host=194.233.22.21 (--> that's the host where tomcat
is located)


Regards,

Juan

-Mensaje original-
De: Ashish Ravi [mailto:ashish.ravi@;webrizon.com]
Enviado el: lunes, 04 de noviembre de 2002 13:41
Para: [EMAIL PROTECTED]
Asunto: Re: Running Tomcat + IIS on different servers


Hi Juan,
 I understand that. But doesnt the workers.properties file have to define
JAVA_HOME and TOMCAT_HOME (which happen to be on server 2). I'm using the
Jboss 2.3.4-Tomcat 3.2.2 package. What I dont understand is how the IIS
machine will determine the IP of the Tomcat machine.

Ashish
- Original Message -
From: "Juan Fco. Herrera Utande" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, November 04, 2002 3:53 PM
Subject: RE: Running Tomcat + IIS on different servers


> Hi,
>
> It's very easy. There's no need to map directories as the only thing you
> need in the IIS machine is the isapi filter and workers and uriworkermap
> properties files. In the documentation for apj13 you can find the way to
> configure them.
>
> Juan
>
> P.S.: Please specify your Tomcat version.
>
> -Mensaje original-
> De: Ashish Ravi [mailto:ashish.ravi@;webrizon.com]
> Enviado el: domingo, 03 de noviembre de 2002 14:40
> Para: [EMAIL PROTECTED]
> Asunto: Running Tomcat + IIS on different servers
>
>
> Hi,
>  I'm trying to configure IIS (on server 1) to redirect requests to Tomcat
> (on server 2) . I've seen the help for configuring Tomcat with IIS, but i
> assume it works when both are on the same server. One way out is to map
the
> directory where the .properties files are and use that mapping in the
> registry entry. What option do i have if the servers are not on the same
> LAN?
>
> - Ashish
>
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:tomcat-user-help@;jakarta.apache.org>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>
>
>




--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
Hi,

It's very easy. There's no need to map directories as the only thing you
need in the IIS machine is the isapi filter and workers and uriworkermap
properties files. In the documentation for apj13 you can find the way to
configure them.

Juan

P.S.: Please specify your Tomcat version.

-Mensaje original-
De: Ashish Ravi [mailto:ashish.ravi@;webrizon.com]
Enviado el: domingo, 03 de noviembre de 2002 14:40
Para: [EMAIL PROTECTED]
Asunto: Running Tomcat + IIS on different servers


Hi,
 I'm trying to configure IIS (on server 1) to redirect requests to Tomcat
(on server 2) . I've seen the help for configuring Tomcat with IIS, but i
assume it works when both are on the same server. One way out is to map the
directory where the .properties files are and use that mapping in the
registry entry. What option do i have if the servers are not on the same
LAN?

- Ashish


--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: