RE: Can I have two different directories for deploying webapps?

2003-11-11 Thread Stack Buffer
My mistake try this. Indrasish N Basuroychowdhury <[EMAIL PROTECTED]> wrote: Shapira, Thanks for the reply. Would appreciate any example line of code. Do I have to change the server.xml and add a new context? I was trying to do that but was not able to bring up the server. Thanks,

RE: Can I have two different directories for deploying webapps?

2003-11-11 Thread Stack Buffer
try this Indrasish N Basuroychowdhury <[EMAIL PROTECTED]> wrote:Shapira, Thanks for the reply. Would appreciate any example line of code. Do I have to change the server.xml and add a new context? I was trying to do that but was not able to bring up the server. Thanks, Indrasish.

RE: java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo

2003-10-20 Thread Stack Buffer
remove the out of date classes/jar to get it to work. Cheers, Larry > -Original Message- > From: Stack Buffer [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 18, 2003 7:18 PM > To: [EMAIL PROTECTED] > Subject: java.lang.NoSuchMethodError: > javax.servlet.jsp.tagex

RE: java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo

2003-10-20 Thread Stack Buffer
remove the out of date classes/jar to get it to work. Cheers, Larry > -Original Message- > From: Stack Buffer [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 18, 2003 7:18 PM > To: [EMAIL PROTECTED] > Subject: java.lang.NoSuchMethodError: > javax.servlet.jsp.tagex

java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo

2003-10-18 Thread Stack Buffer
Hi all, I am running tomcat-5.0.12 on a win2k machine with j2sdk1.4.2, I just recently downloaded the jakarta-taglibs-standard-1.1.0-B1 and I copied the jar files (jstl.jar, standard.jar) into tomcats common/lib directory, plus I copied the following tlds into my WEB-INF: core.tld,x.tld,fmt.tld.