RE: JspTagException- Stream closed

2013-08-20 Thread Babu, Tinu
Here is the piece of codes which is throwing the error. "> "> Exception is always being thrown from the RowSetIterate Tags in JSPs. This was working properly with Tomcat4 version and

Re: Tomcat manager command issue

2013-08-20 Thread vicky
Thanks chris enclosing in single quotes worked, it resolved my issue.   From: Christopher Schultz To: Tomcat Users List Sent: Tuesday, 20 August 2013 8:26 PM Subject: Re: Tomcat manager command issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky

Tomcat 8 & EL 3.0 Issue

2013-08-20 Thread Daniel Mikusa
Hello, I'm seeing some perplexing errors with a couple simple EL test. 1.) Here's the first test. @Test public void test01() { ELProcessor processor = new ELProcessor(); processor.defineBean("sb", new StringBuilder()); Assert.assertEquals("a", processor.eval("sb.a

Re: Tomcat manager command issue

2013-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 8/20/13 10:07 AM, vicky wrote: > I need to deploy the applications in TOmcat via command line > > For this I am using the following manager commands for deploying my > application. > > http://peadj2001301vfe:1581/manager/text/deploy?path

Tomcat manager command issue

2013-08-20 Thread vicky
Hi All, I need to deploy the applications in TOmcat via command line   For this I am using the following manager commands for deploying my application.   http://peadj2001301vfe:1581/manager/text/deploy?path=/probe&war=file:/local/apps/probe.war   The problem is this command works fine when i exec