1832550 Members
4938 Online
110043 Solutions
New Discussion

X windows problem

 
Soumen Ghosh_1
Occasional Advisor

X windows problem

Hello,

I am using Tomcat 4.0.3 with Apache 1.3.24.
I have created a new context for our project and set a separate path for it. But I found that I need to create WEB-INF/classes directory under it to keep the servlets.

Is it mandatory to keep servlets under that mentioned directory? Is it not possible to create a customized directory for keeping servlets classes?

Another point : I was told that Tomcat is unable to handle more than 40 CONCURRENT connections. Is it correct?

Thanks in advance.

Soumen Ghosh
2 REPLIES 2
Jordan Bean
Honored Contributor

Re: X windows problem


I guess others have politely ignored this question because the subject has nothing to do with the content. Besides, this isn't the place to discuss Apache and Tomcat. You will have more success here:

http://jakarta.apache.org/

Good luck.

KapilRaj
Honored Contributor

Re: X windows problem

yep, i was looking for a sysadmin friend who is working on tomcat.

I hv tomcat 4.0.4

It is mandatory to keep the servelettes in WEB-INF/classes directory where u would create the tomcat instance.

Tomcat can handle more than 40 concurrent connections. It depends on the parameter 'min/max Processors="??"'. if u set it 5 the max. connections will be 5*20 connections (100). This parameter can be set in the conf/server.xml while configuring the connector.

kaps
Nothing is impossible