Re: Re: tomcat is not updating changes in server folders

2005-06-18 Thread megacosmic
I dont think it is something related with built or compilation, I meant 
about uploaded (audio) files by my client application which the server seems 
not to realize they are there until it is restarted.


txs. 




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



Re: hosting service: webhype.nl

2005-06-18 Thread smmarrt

What?
Too good to be true???

Check these out:
For domain name registration ($8.88):
   http://www.regdn.com/index.php?aid=sma53952
For quality webhosting (they have plenty of plans):
   http://prohosters.com/
They have VPS plans (Virtual Private Server)
you'll have a root account and some server resources (some amount is 
guaranteed and burst amount is a maximum)

You can install anything then.
:)

Good luck

P.S.:
Me and one of my friends use this hosting (CarpathiaHost - ProHosters) 
and this registrar (RegDN)
and we have no problems with it. Starter Plan (VPS 200) was used to 
host 30 domains (!!!)

and all was ok.


Has anyone had experience with webhype.nl ? Their
prices and service almost seem too good to be true. :)

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


 




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



Ghost Java Processes while Running Tomcat

2005-06-18 Thread Gonçalo Gaiolas
Hi everyone,
 
I have Tomcat deployed in a production environment, and after a while I get
OutOfMemory Exceptions. I realize this may be a memory leak in my
application, but what troubles me the most is that if I execute a ps I can
see a lot of java processes that simply don?t die after tomcat has been
shutdown. I have to kill them manually.
 
What could be wrong here? I am using tomcat 5.0.28.
 
Thanks a lot for any help,
 
Gonalo


Re: Rc3.d startup scripts

2005-06-18 Thread Andrew Miehs

That really depends on the operating system.

You may also want to have a look at google

On Jun 17, 2005, at 8:34 PM, [EMAIL PROTECTED] wrote:

I am trying to create a startup script for Solaris for both Tomcat  
5.5.9

and Apache 2.0.52.

Can anyone tell me how to do that, so that when the box is rebooted it
automatically starts Tomcat and Apache.




Tomcat, windows and more memory

2005-06-18 Thread Charl Gerber
How do you configure Tomcat (4.1.31) to be allocated
more memory in Windows when using the installed
Programs/Apache Tomcat 4.1/Start Tomcat shortcuts?

These shortcuts do not seem to use the catalina.bat
file, so setting the JAVA_OPTS there has no effect.

I tried putting the java options -Xmx512 as an extra
shortcut parameter, but then Tomcat didn't even start.

Thanks

Charl


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



Admintool

2005-06-18 Thread Hugh Barrett
Help!! Where can I find admintool for tomcat?

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



Re: Ghost Java Processes while Running Tomcat

2005-06-18 Thread Tim Funk
You probably have non-damon threads running.  Search the archives for more 
detail. (Its been reported many times and due to user aka non-tomcat code )


-Tim

Gonalo Gaiolas wrote:

Hi everyone,
 
I have Tomcat deployed in a production environment, and after a while I get

OutOfMemory Exceptions. I realize this may be a memory leak in my
application, but what troubles me the most is that if I execute a ps I can
see a lot of java processes that simply dont die after tomcat has been
shutdown. I have to kill them manually.
 
What could be wrong here? I am using tomcat 5.0.28.
 
Thanks a lot for any help,
 
Gonalo




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



Re: AW: Container Managed Security and mod_jk/Static Contents

2005-06-18 Thread Torsten Römer
If I use htaccess, is the user not going to be prompted an 
authentication dialog? That would be not so nice, if the user has 
already completed the form based authentication, and then has to 
authenticate for htaccess as well.


I guess what I want to do is simply not possible and doesn't make sense. 
If Tomcat is bypassed by Apache for static content, how should it 
handle security for these requests.


Edao, Aliye schrieb:

Hi,

Why don`t you use Apache to protect your static contents?? 
You might want to use .htaccess ??


http://www.csoft.net/docs/micro/htaccess.html.en



Mit freundlichem Gru / kind regards

Dr. Aliye Edao  
 


-Ursprngliche Nachricht-
Von: Torsten Rmer [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 17. Juni 2005 00:42

An: Tomcat Users List
Betreff: Container Managed Security and mod_jk/Static Contents


Hello!

In order to improve performance for static contents I have setup Apache
with mod_jk. Now only Struts' *.do requests are served by Tomcat, the
rest is done by Apache. Works fine.

Now I want to restrict access to some resources using using container
managed security. That also works fine, but, and that is now my question:

I also want to protect static contents, but that won't work with
container managed security, because these requests are handled by Apache
and don't even make it to Tomcat. Of course I could just mount the
contents to be protected to Tomcat, but then I'll lose the performance
advantage of having them served by Apache.

Do I have to live with that or do I have a stupid setup?

Torsten


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


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



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



Where is Admintool?

2005-06-18 Thread Hugh Barrett
Hi,

Can someone help me.  I am searching for the admintool and cannot find
a download for it.  Please help.

HEB

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



RE: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-18 Thread Feng Xie \(fxie\)
Bill:

Thanks for your answer. In my case, the client just directly talks to
Tomcat. So, the maxThread means maxConnections. 

Is it possible for Tomcat ( any version which supports HTTP/1.1
pipelining)'s multiple threads to work on *A same*  connection at the
same time. I mean, due to pipelining,  there might be multiple HTTP
requests in this connection waiting for process , therefore, multiple
threads in Tomcat are working on processing those pipelined requests
simutaneously -- each thread handling a single different request. 

-Feng 

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
Sent: Friday, June 17, 2005 10:47 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: configuration question : the number of connections could be
supported by a connector in Tomcat 5.0

If you are fronting with Apache, then the mapping between connections
and threads is more a function of your MPM.  As a result, I'm just going
to answer for the stand-alone Connector.

In Tomcat 5.0, there is a one-to-one mapping between socket connections
and threads.  Pipelined HTTP/1.1 keep-alive connections will all use the
same thread to process.  In 5.5.10+ this will no longer necessarily be
the case. 
It will be possible for Tomcat to handle many (and the value of 'many'
is heavily dependent on what your app does :) more socket connections
than the configured maxThreads.

Feng Xie (fxie) [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
.
I like to get some help on how to configure the maximum number of
connections could be supported by Tomcat5.0.

There is one config attribute called maxThreads,  according to Tomcat
doc, which isThe maximum number of request processing threads to be
created by this Connector, which therefore determines the maximum number
of simultaneous requests that can be handled. .

My question comes from the fact that there might be multiple HTTP
requests pipelined in each HTTP/1.1 connections, so can we still treat
the maxThread as the maxConnections.

Thanks in advance,
Feng 




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

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



Re: Where is Admintool?

2005-06-18 Thread Parsons Technical Services

http://apache.intissite.com/jakarta/tomcat-5/v5.5.9/bin/jakarta-tomcat-5.5.9-admin.tar.gz

Look on this page under 5.5.9 the ninth bullet down has 5.5.9 Admin tar.gz
The 10th one is the zip version.

http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi

Doug
- Original Message - 
From: Hugh Barrett [EMAIL PROTECTED]

To: tomcat-user@jakarta.apache.org
Sent: Saturday, June 18, 2005 8:31 PM
Subject: Where is Admintool?


Hi,

Can someone help me.  I am searching for the admintool and cannot find
a download for it.  Please help.

HEB

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





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