Re: deploying a war file and starting the application

2011-01-31 Thread Robert.Jenkin
Christopher I got everthing working Sent from my iPhone On Jan 31, 2011, at 5:03 PM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Robert, > > On 1/31/2011 9:09 AM, robert.jen...@surecomp.com wrote: >> I am trying to figure out why my web services do no

Re: deploying a war file and starting the application

2011-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 1/31/2011 9:09 AM, robert.jen...@surecomp.com wrote: > I am trying to figure out why my web services do not work in Tomcat. > > The following shows my web service code in eclipse > > package com.surecomp.allMATCH.client.webservices; > >

RE: deploying a war file and starting the application

2011-01-31 Thread Robert.Jenkin
ttp://www.Surecomp.com -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, January 28, 2011 2:54 PM To: Tomcat Users List Subject: Re: deploying a war file and starting the application -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On

Re: deploying a war file and starting the application

2011-01-30 Thread Pid *
On 30 Jan 2011, at 19:29, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Robert, > > On 1/28/2011 6:05 PM, robert.jen...@surecomp.com wrote: >> Well after playing with web.xml I got my app up and partly working in Tomcat >> 7. > > Good that it's working... sorry

Re: deploying a war file and starting the application

2011-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 1/28/2011 6:05 PM, robert.jen...@surecomp.com wrote: > Well after playing with web.xml I got my app up and partly working in Tomcat > 7. Good that it's working... sorry only partly. > When I go to http://localhost:7080/allMATCHWeb the de

Re: deploying a war file and starting the application

2011-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 1/28/2011 4:24 PM, robert.jen...@surecomp.com wrote: > webapps > allMATCHWeb > documents > images > lib > logs >

Re: deploying a war file and starting the application

2011-01-30 Thread Christopher Schultz
binLmJ2Fr2lkQ.bin Description: PGP/MIME version identification

RE: deploying a war file and starting the application

2011-01-29 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: deploying a war file and starting the application > > MessageServiceServlethttp > MessageService > > Now, these work for webshpere and weblogic, so I am assuming (bad >

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
://www.Surecomp.com -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, January 28, 2011 2:54 PM To: Tomcat Users List Subject: Re: deploying a war file and starting the application -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 1/28

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
, Robert Jenkin Surecomp Services, Inc. 2 Hudson Place, 4th Floor Hoboken, NJ 07030 Skype: robert.jenkin Office: 201 217 1437 | Direct: 201 716 1219 | Mobile: 908 251 0537 http://www.Surecomp.com -----Original Message----- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, January 28, 2011

Re: deploying a war file and starting the application

2011-01-28 Thread Mark Thomas
On 28/01/2011 21:12, robert.jen...@surecomp.com wrote: > I have modified the InitServlet class (removed everything). The following is > the complete code of InitServlet > > package com.surecomp.allMATCH.client; > > import javax.servlet.ServletException; > import javax.servlet.ServletInputStream;

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
ubject: Re: deploying a war file and starting the application On 28/01/2011 20:54, Caldarale, Charles R wrote: >> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] >> Subject: RE: deploying a war file and starting the application > >> I make reference to getR

Re: deploying a war file and starting the application

2011-01-28 Thread Mark Thomas
On 28/01/2011 20:54, Caldarale, Charles R wrote: >> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] >> Subject: RE: deploying a war file and starting the application > >> I make reference to getRealPath to load a property file. > > It's de

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: deploying a war file and starting the application > I make reference to getRealPath to load a property file. It's definitely a bad thing to do. You should be using ServletContext#getResourceAsS

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, January 28, 2011 3:36 PM To: Tomcat Users List Subject: RE: deploying a war file and starting the application > From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: deploying

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: deploying a war file and starting the application > If tomcat is not able to load my class (initservlet) or an error > has occurred in the class I would expect some type of logging > indi

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: deploying a war file and starting the application > > The writing of a log file is not to a directory within tomcat. On rereading your original message, the above statement does not appear to be operative: > > During startup of my

RE: deploying a war file and starting the application

2011-01-28 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: deploying a war file and starting the application > the initservlet is just a means to initialize the application. Which, as Chris S noted earlier, should be done by a ServletContextListener, not

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
, 2011 3:13 PM To: Tomcat Users List Subject: Re: deploying a war file and starting the application On 28/01/2011 20:03, robert.jen...@surecomp.com wrote: > Christopher, > > Thanks for your assistance. > > Here is my web.xml > > > http://java.sun.com/xml/ns/javaee"

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
, January 28, 2011 3:13 PM To: Tomcat Users List Subject: Re: deploying a war file and starting the application On 28/01/2011 20:03, robert.jen...@surecomp.com wrote: > Christopher, > > Thanks for your assistance. > > Here is my web.xml > > > http://java.sun.com/xml/

Re: deploying a war file and starting the application

2011-01-28 Thread Mark Thomas
On 28/01/2011 20:03, robert.jen...@surecomp.com wrote: > Christopher, > > Thanks for your assistance. > > Here is my web.xml > > > http://java.sun.com/xml/ns/javaee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.5" > id="web-app_1"> That does not look quite right to me

RE: deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
Place, 4th Floor Hoboken, NJ 07030 Skype: robert.jenkin Office: 201 217 1437 | Direct: 201 716 1219 | Mobile: 908 251 0537 http://www.Surecomp.com -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, January 28, 2011 2:54 PM To: Tomcat Users List Subjec

Re: deploying a war file and starting the application

2011-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, On 1/28/2011 1:09 PM, robert.jen...@surecomp.com wrote: > I have downloaded and configured Tomcat 7. All appears to be working. Glad to hear it! > I have deployed a war file that currently works with WebSphere 7 and > WebLogic 11g. > > The

deploying a war file and starting the application

2011-01-28 Thread Robert.Jenkin
Hello all, hope all of you are having a good day.. I have downloaded and configured Tomcat 7. All appears to be working. I have deployed a war file that currently works with WebSphere 7 and WebLogic 11g. The first issue I had was with url-pattern. It appears that Tomcat requires they start wit