You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by John Foulds <jo...@filamentinc.com> on 2001/05/24 15:17:19 UTC

Server?

Is the taglib implementation Tomcat-bound, or is there any way it could be
run on another J2EE-compatible server?
 
John

Re: Server?

Posted by Sam Newman <sa...@stamplets.com>.
Taglib's are part of suns spec for JSP's et al, therefore any j2ee compliant server should be able to handle them. There are slight differences between them - you may have to extract the /tld file from your taglib jar and put it in WEB-INF/tld and reference that from your .jsp files rather than the taglib itself, although this is only for the older servers

sam
  ----- Original Message ----- 
  From: John Foulds 
  To: 'taglibs-user@jakarta.apache.org' 
  Sent: Thursday, May 24, 2001 2:17 PM
  Subject: Server?


  Is the taglib implementation Tomcat-bound, or is there any way it could be run on another J2EE-compatible server?

  John

Re: Server?

Posted by James Strachan <ja...@yahoo.co.uk>.
The Taglibs will run on any servlet engine, whether its Tomcat or Jetty or whatnot or the full J2EE servers like BEA, WebSphere, JRun, iPlanet and so on.

James
  ----- Original Message ----- 
  From: John Foulds 
  To: 'taglibs-user@jakarta.apache.org' 
  Sent: Thursday, May 24, 2001 2:17 PM
  Subject: Server?


  Is the taglib implementation Tomcat-bound, or is there any way it could be run on another J2EE-compatible server?
   
  John