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=/probewar=file:/local/apps/probe.war   The problem is this command works fine when i

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.

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,

Re: Tomcat manager command issue

2013-08-20 Thread vicky
Thanks chris enclosing in single quotes worked, it resolved my issue.   From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, 20 August 2013 8:26 PM Subject: Re: Tomcat manager command issue

RE: JspTagException- Stream closed

2013-08-20 Thread Babu, Tinu
Here is the piece of codes which is throwing the error. select name=list1 size=15 multiple jbo:RowsetIterate datasource=userRole option value=jbo:ShowValue datasource=userRole dataitem=RoleName / jbo:ShowValue datasource=userRole dataitem=RoleDesc / /option