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

RE: Re-deploying a war file - RESOLVED

2010-02-12 Thread Joe Wallace
> -Original Message- > After reading the Tomcat 6.0 User Guide, Section 4, Deployer > -Deploying on a running war Tomcat I expected to be able to > just drop the updated war file into the web apps folder, > overwriting the old war file of the same name and it would > automatically re

RE: Re-deploying a war file

2010-02-11 Thread Joe Wallace
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, February 11, 2010 5:17 PM To: Tomcat Users List Subject: Re: Re-deploying a war file On 10/02/2010 16:31, Joe Wallace wrote: > I have been working with Tomcat 6.0.20 running as a windows service for about > a year

RE: Re-deploying a war file

2010-02-11 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Re-deploying a war file > > This works for me, just by replacing the WAR file with a new one - > maybe there's something in your config, or the web app is holding > onto JARs & stopping the app from being replaced. C

Re: Re-deploying a war file

2010-02-11 Thread Pid
On 10/02/2010 16:31, Joe Wallace wrote: I have been working with Tomcat 6.0.20 running as a windows service for about a year. > I update the application war file every few months. OK. After reading the Tomcat 6.0 User Guide, Section 4, Deployer -Deploying on a running war >Tomcat I expecte

Re-deploying a war file

2010-02-10 Thread Joe Wallace
I have been working with Tomcat 6.0.20 running as a windows service for about a year. I update the application war file every few months. After reading the Tomcat 6.0 User Guide, Section 4, Deployer -Deploying on a running war Tomcat I expected to be able to just drop the updated war file int

Re: Deploying a WAR file in tomcat 6

2009-05-03 Thread astra123
n. The socket attach seems less reliable, but this way never > failed me. > > - Maciek > > > > > > From: astra123 > To: users@tomcat.apache.org > Sent: Sunday, May 3, 2009 10:32:36 PM > Subject: Re: Deploying a WAR file in tomc

Re: Deploying a WAR file in tomcat 6

2009-05-03 Thread Maciek Rakowski
option. The socket attach seems less reliable, but this way never failed me. - Maciek From: astra123 To: users@tomcat.apache.org Sent: Sunday, May 3, 2009 10:32:36 PM Subject: Re: Deploying a WAR file in tomcat 6 Hi, Thanks for your response. I have deployed t

Re: Deploying a WAR file in tomcat 6

2009-05-03 Thread astra123
Hi, Thanks for your response. I have deployed the WAR file as you said. Im trying to bring that into NetBeans. Maciek Rakowski wrote: > > you don't need netbeans to deploy the .war file. You simply put it in your > .war file in the webapps directory of the tomcat folder, or use tomcat > manage

Re: Deploying a WAR file in tomcat 6

2009-04-29 Thread Maciek Rakowski
you don't need netbeans to deploy the .war file. You simply put it in your .war file in the webapps directory of the tomcat folder, or use tomcat manager. - Maciek From: astra123 To: users@tomcat.apache.org Sent: Monday, April 27, 2009 2:40:24 AM Subject: De