Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Mark Eggers
On 6/27/2013 11:29 AM, Narahari 'n' Savitha wrote: The link explains my issue on hand. It was easier to put it there so I could explain better instead of being inline. Kindly excuse. https://docs.google.com/document/d/1xHcHGof8ERugFUimHUuiYTtmvZSqxChAm1NHuxMTS5k/edit?usp=sharing Sigh,

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/27/13 3:10 PM, Mark Eggers wrote: On 6/27/2013 11:29 AM, Narahari 'n' Savitha wrote: The link explains my issue on hand. It was easier to put it there so I could explain better instead of being inline. Kindly excuse.

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Narahari 'n' Savitha
Thank You for your answers and your valid critique (aka rants) In your document, you failed to mention Tomcat version, JRE version, or OS version. I'm going to assume that from the following path /opt/narahari/paas/webapps that you're running on some sort of Linux / UNIX / MacOS (ie, not

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread André Warnier
Mark Eggers wrote: On 6/27/2013 11:29 AM, Narahari 'n' Savitha wrote: The link explains my issue on hand. It was easier to put it there so I could explain better instead of being inline. Kindly excuse.

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Mark Eggers
Comments in line: On 6/27/2013 1:07 PM, Narahari 'n' Savitha wrote: Thank You for your answers and your valid critique (aka rants) In your document, you failed to mention Tomcat version, JRE version, or OS version. I'm going to assume that from the following path /opt/narahari/paas/webapps

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Mark Eggers
On 6/27/2013 1:17 PM, André Warnier wrote: Mark Eggers wrote: On 6/27/2013 11:29 AM, Narahari 'n' Savitha wrote: The link explains my issue on hand. It was easier to put it there so I could explain better instead of being inline. Kindly excuse.

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Narahari 'n' Savitha
Here is what I tried. CATALINA_HOME=/opt/narahari/paas/apache-tomcat-7.0.37 CATALINA_BASE=/opt/narahari/paas/adp-tomcat In the $CATALINA_BASE/conf/Catalina/localhost/ptl#cts.xml file the entry is Context docBase=/opt/narahari/paas/webapps/ptl#cts.war antiResourceLocking=false /

RE: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Caldarale, Charles R
From: Narahari 'n' Savitha [mailto:savith...@gmail.com] Subject: Re: Tomcat deployment webapps and the whole stew 22:18:34,427 ERROR [ConfigServlet] com.adp.rev.config.ConfigServlet.init(): Error trying to read file [null]. Exception = [java.lang.NullPointerException

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Mark Eggers
On 6/27/2013 7:32 PM, Narahari 'n' Savitha wrote: Here is what I tried. CATALINA_HOME=/opt/narahari/paas/apache-tomcat-7.0.37 CATALINA_BASE=/opt/narahari/paas/adp-tomcat In the $CATALINA_BASE/conf/Catalina/localhost/ptl#cts.xml file the entry is That's going to be much better than the

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Mark Eggers
On 6/27/2013 8:19 PM, Caldarale, Charles R wrote: From: Narahari 'n' Savitha [mailto:savith...@gmail.com] Subject: Re: Tomcat deployment webapps and the whole stew 22:18:34,427 ERROR [ConfigServlet] com.adp.rev.config.ConfigServlet.init(): Error trying to read file [null]. Exception