Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread Konstantin Kolinko
2011/1/31 John Bargos jbargo...@gmail.com: Hi, last week, I was having fun with trivial examples accessing a datasource with the standard taglibs with success. Since everything was working perfectly in jsp form and morale was high, I decided to precompile my web app with TCD and deploy it

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread John Bargos
On Mon, Jan 31, 2011 at 2:04 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/1/31 John Bargos jbargo...@gmail.com: Hi, last week, I was having fun with trivial examples accessing a datasource with the standard taglibs with success. Since everything was working perfectly in jsp form

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread Konstantin Kolinko
2011/1/31 John Bargos jbargo...@gmail.com: 1) I checked the libs in ant 1.8.2. apparently ant ships with: jasper-compiler.version=4.1.36 jasper-runtime.version=${jasper-compiler.version} ..in libraries.properties and you fetch those jars http://ant.apache.org/manual/Tasks/jspc.html

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread Mark Thomas
On 31/01/2011 14:26, John Bargos wrote: I tried to find the jars in tomcat 7.0.6 \lib: there's jasper.jar and jasper-el.jar so I'm at a loss to deduce their version, their file sizes are very different. Look in the manifests. I think it's early to create a bugzilla entry. Should I look for

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread John Bargos
On Mon, Jan 31, 2011 at 5:06 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/1/31 John Bargos jbargo...@gmail.com: 1) I checked the libs in ant 1.8.2. apparently ant ships with: jasper-compiler.version=4.1.36 jasper-runtime.version=${jasper-compiler.version} ..in

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread John Bargos
Fixed it, Apparently this was classpath hell again. Ant and jasper also need the complete tomcat lib in classpath 2 suggestion for build.xml: 1. Add a property for the base tomcat dir: property name=tomcat value=C:/tomcat/ 2. Add the /lib path into a. both in the deployer classpath: path

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 1/31/2011 10:23 AM, John Bargos wrote: Yeah, I checked that doc b4 starting, I also checked catalina.tasks in catalina-ant.jar and the new jasper.jar libs in the deployer\lib, so yesterday I thought the task def was ok and I was ready to

Re: Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-31 Thread Mark Thomas
On 31/01/2011 22:51, Christopher Schultz wrote: John, On 1/31/2011 10:23 AM, John Bargos wrote: Yeah, I checked that doc b4 starting, I also checked catalina.tasks in catalina-ant.jar and the new jasper.jar libs in the deployer\lib, so yesterday I thought the task def was ok and I was ready

Problem with standard taglibs after precompiling a web app with TCD in 7.0.6 no support for addWebXmlMappings in jasper

2011-01-30 Thread John Bargos
Hi, last week, I was having fun with trivial examples accessing a datasource with the standard taglibs with success. Since everything was working perfectly in jsp form and morale was high, I decided to precompile my web app with TCD and deploy it again in tomcat 7.0.6 I installed ant, fetched