Hi Chris

Thanx for the information.  Does this mean that all the webrequests are
directly going to Tomcat??  
Having configured Tomcat to host the JSPs, am just wondering if this can
handle the heavy loads.  Generally it is advisable to plug-in Tomcat or
Apache JServ into a webserver like Apache to handle heavy loads, because the
webservers are generally designed for the high performance and availability.
Well, this is just my first-hand opinion when I have finished with the
configuration.  
If this is right, then can we plug-in tomcat into the JBoss webserver which
serves dyanamic loading of classes for JMX server?? 
Moreover, when I want to enable the SSL requests, I think with standalone
Tomcat there is a great deal of performance problem.  

Thanks and regards
Sumeeth



> From: "Kimpton,C (Chris)" <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'"
> <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-user] JBoss webcontainer vs webserver
> Date: Tue, 19 Jun 2001 14:10:27 +0100
> Reply-To: [EMAIL PROTECTED]
> 
> Hi,
> 
> > -----Original Message-----
> > From: Sumeeth Chinni [mailto:[EMAIL PROTECTED]]
> 
> > I have configured the Tomcat (version 3.2.1) to work with=20
> > JBoss (2.2.1).
> > When I start JBoss, it shows that tomcat is started on the=20
> > port that I have
> > specified (8000) in tomcat configuration.  After that it says that the
> > webserver is started on a different port (8888) and the=20
> > codebase is set as
> > http://<myServerName:8888>/ .  I haven't configured any other=20
> > webserver on
> > this port.  When I try to access the server on webserver=20
> > port(8888) there is
> > no page to view, but from the tomcat port (8000) I could see=20
> > the actual
> > pages.   Could anyone please explain me about this?? =20
> 
> 
> The server on port 8000 is the one you want/have configured - as you have
> =66ound.
> 
> The server on port 8888 is the one used to serve classes dynamically for
> the
> JMX server.
> 
> There should also be another webserver running providing the ability to
> configure your server - this is probably on port 8082!
> 
> HTH,
> Chris
> 
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to