You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sridhar <sr...@wicore.com> on 2005/07/19 10:51:43 UTC

Tomcat vs Jboss-Tomcat


Hi Everybody,

Is it any difference will come between Tomcat and Jboss-Tomcat.
Which is best for Executing executing only JSPs.


Regards
Sridhar

mod_jk: JkUnMount didn't work because of jsessionid

Posted by skausl <sk...@gmx.de>.
Hi,

I want Tomcat to handle dynamic content like JSPs and Apache to deliver
static content like gif files. Therefore my config files for mod_jk include:

  JkMount /test/* worker
  JkUnMount /test/*.gif worker

But if users disable cookies 

  <img src="<c:url value="/test.gif"/>">

generates URLs like

  /test/test.gif;jsessionid=B66548C5DDF61C8EBBAB9CA86C887A54.worker

and Apache can't find the file because of jsessionid.

How does it work?

Regards,
Stefan


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


Re: Tomcat vs Jboss-Tomcat

Posted by ohaya <oh...@cox.net>.
Sridhar,

For just JSPs, you only need Tomcat.  I think that JBoss will be needed
if you use EJBs.

Jim



Sridhar wrote:
> 
> Hi Everybody,
> 
> Is it any difference will come between Tomcat and Jboss-Tomcat.
> Which is best for Executing executing only JSPs.
> 
> Regards
> Sridhar

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