Apache-Tomcat configuration...

2001-12-20 Thread Marcelo Gabriel Demestri Felip



Hi everybody!

I want to install and Tomcat (4.0.1) like a servlet container and
jsp interpreter of an Apache (1.3.20) web server.  I work with Win2000, 
professional edition.

For this i need the web_module.so  Where i can download this file?
There is another step to achieve this goal (Apache+Tomcat)?
Thanks in advance.


Marcelo



_
MSN Photos es la manera más sencilla de compartir e imprimir sus fotos: 
http://photos.latam.msn.com/Support/WorldWide.aspx


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: How can I see how many visitors we have right now?

2001-12-14 Thread Marcelo Gabriel Demestri Felip

Is it possible to see how many active sessions there are at a given moment?

  See: 
http://www.stardeveloper.com/articles/index.jsp;jsessionid=HNBPCBIDMKEI?id=0003

If so, has anyone implemented a safe shutdown procedure for a TomCat
server?
What I need is a mechanism that allows me to deny future requests for the
app
but allow the visitors that are active to finish their business and THEN
shutdown
instead of killing the server while users are still on it.

Ideas?

You can utilize a global variable (session).  You set this variable for each 
user to permit or deny the access to the site. This for avoid the permision 
to new user and to allow the visitors that are active to finish their 
business.

Marcelo

_
Hable con sus amigos en línea, pruebe MSN Messenger: http://messenger.msn.es


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: please, help me!

2001-12-14 Thread Marcelo Gabriel Demestri Felip

I have a web aplication and this aplication read some
system properties and this is funcion corret in
tomcat, but now I want to put a copy of this
application and I want to read same system properties
but with other values that I will define. My question
is: Can I define two different shells (enviroment) in
tomcat (two context with a shell each one) in ordet to
manage two copys of that system properties?
I tried with two JVM's differents but I didn't get.

Thanks

Monica

What kind of system properties?
The name of apps. is strongly the same? I think you can do this if the apps. 
names are different.

Marcelo

P.S.: excuseme, my english is not good! ;-)

_
Hable con sus amigos en línea, pruebe MSN Messenger: http://messenger.msn.es


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]