Re: tomcat web-inf/lib and soft links, how to make them live happy

2018-02-01 Thread Narahari 'n7; Savitha
, Feb 1, 2018 at 4:35 PM, Narahari 'n' Savitha wrote: > Friends: > > I am sure the experts here have stumbled on this. So please help. > > I have an app where I have > > myapp >|_WEB-INF/lib/gson-2.3.1.jar > > When I start tomcat it works fine. > &g

tomcat web-inf/lib and soft links, how to make them live happy

2018-02-01 Thread Narahari 'n7; Savitha
Friends: I am sure the experts here have stumbled on this. So please help. I have an app where I have myapp |_WEB-INF/lib/gson-2.3.1.jar When I start tomcat it works fine. NOw I do this cd webapps/myapp/WEB-INF/lib ln -s ../../../thejars/gson-2.3.1.jar gson-2.3.1.jar I then restart tom

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Narahari 'n7; 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 = The contents of /opt/narahari/paas/webapps folder is virtual@cdl-pid-p1-

Re: Tomcat deployment webapps and the whole stew

2013-06-27 Thread Narahari 'n7; 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, n

Tomcat deployment webapps and the whole stew

2013-06-27 Thread Narahari 'n7; Savitha
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

Re: common vs system vs shared class loaders

2013-01-17 Thread Narahari 'n7; Savitha
Tomcat-native > libraries. > > He may have a similar situation too; don't know. > > Regards, > > -Shanti > > > On Thu, Jan 17, 2013 at 10:58 AM, Daniel Mikusa > wrote: > > > On Jan 17, 2013, at 10:26 AM, Caldarale, Charles R wrote:

Re: common vs system vs shared class loaders

2013-01-17 Thread Narahari 'n7; Savitha
ale, Charles R wrote: > > >> From: Narahari 'n' Savitha [mailto:savith...@gmail.com] > >> Subject: Re: common vs system vs shared class loaders > > > >> Sorry Dan but if I do what you are suggesting I will end up in redundant > >> jars all ov

Re: common vs system vs shared class loaders

2013-01-17 Thread Narahari 'n7; Savitha
Sorry Dan but if I do what you are suggesting I will end up in redundant jars all over the place and I dont want to do that. Any other thoughts ? On Thu, Jan 17, 2013 at 9:54 AM, Daniel Mikusa wrote: > On Jan 17, 2013, at 9:20 AM, Narahari 'n' Savitha wrote: > > > Frie

Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-21 Thread Narahari 'n7; Savitha
You are right. I meant to say Tomcat 7 On Wed, Sep 21, 2011 at 2:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Narahari 'n' Savitha [mailto:savith...@gmail.com] > > Subject: Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not

Re: websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-21 Thread Narahari &#x27;n7; Savitha
ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Narahari, > > On 9/20/2011 11:15 PM, Narahari 'n' Savitha wrote: > > I have a JAXWS webservice developed in WebSphere 7.0. It is > > working there. The stack in Webspher

websphere 7.0 JAXWS webservice deployed in tomcat 6.0.32 not working

2011-09-20 Thread Narahari &#x27;n7; Savitha
Friends: I have a JAXWS webservice developed in WebSphere 7.0. It is working there. The stack in Websphere is Axis2.0 I wrote a POJO Java class, annotated with the @WebService annotation and then I did a wsgen to generate the necessary artifacts and created the war file. The imp thing is that w

Re: jndi global look up questions

2010-03-18 Thread Narahari &#x27;n7; Savitha
Right but do you know how to do this. On Thu, Mar 18, 2010 at 10:43 AM, Filip Hanik - Dev Lists < devli...@hanik.com> wrote: > On 03/18/2010 07:05 AM, Caldarale, Charles R wrote: > >> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] >>> Subject: Re: jndi global look up questions >>> >>> W

Re: jndi global look up questions

2010-03-18 Thread Narahari &#x27;n7; Savitha
;, it will be great. What do you say ? Any ideas ;) -Narahari On Thu, Mar 18, 2010 at 9:41 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Narahari 'n' Savitha [mailto:savith...@gmail.com] > > Subject: Re: jndi global look up questions >

Re: jndi global look up questions

2010-03-18 Thread Narahari &#x27;n7; Savitha
Bingo. Exactly. Is there a way to "kludge" Tomcat into doing this ? Please... -Narahari On Thu, Mar 18, 2010 at 9:05 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > > Subject: Re: jndi glob

Re: jndi global look up questions

2010-03-18 Thread Narahari &#x27;n7; Savitha
-Gurkan > > 2010/3/18 Narahari 'n' Savitha > > > Friends: > > > > I have the following setup. > > > > A Jar file with a class called DBConnectionUtil that reads a specific > > string > > for lookup "jdbc/windsDS". > > >

jndi global look up questions

2010-03-17 Thread Narahari &#x27;n7; Savitha
Friends: I have the following setup. A Jar file with a class called DBConnectionUtil that reads a specific string for lookup "jdbc/windsDS". This jar is being used inside of Websphere7 and it works fine. Inside of Tomcat 6, the same context look up for the jndi of jdbc/windsDS does NOT work. T

Re: ROOT webapp question confused with hosts

2005-11-08 Thread Narahari &#x27;n7; Savitha
; > > > > You can also mention the default home page URL in the > /Tomcat5.0/conf/web.xml in element as below > > index.html > index.htm > index.jsp > > > Hope this will solve your problem. > > Thanks > T.G. Somashekara > > > > Na

ROOT webapp question confused with hosts

2005-11-08 Thread Narahari &#x27;n7; Savitha
Friends, I am unable to decipher this. I am on windows xp running tomcat as my webserver/jsp engine 5.5.09 I have http://savithari.dyndns.org/vruksha that works correctly. but http://savithari.dyndns.org always brings up the default page of tomcat. I know that I can rename the ROOT folder to