Error on starting tomcat containing CXF based web service when no internet connection is present

2022-01-25 Thread George Thomas
Hi All, This is something slightly out of the topic. But I did not get a reply from the CXF users group and hence posting it here so that someone knowledgeable could help me out. We have a slightly customized Tomcat bundled with the product. Directory Structure /jre/lib.ext /Tomacat_instan

RE: Regarding context.xml changes impact other web service not deployed

2020-06-09 Thread S Abirami
: Mark Thomas Sent: Tuesday, June 9, 2020 1:50 PM To: users@tomcat.apache.org Subject: Re: Regarding context.xml changes impact other web service not deployed On 09/06/2020 06:59, S Abirami wrote: > Hi Team, > > In our product to address security vulnerability in context.xml,

RE: Regarding context.xml changes impact other web service not deployed

2020-06-09 Thread S Abirami
Tomcat. Regards, Abirami.S -Original Message- From: Luis Rodríguez Fernández Sent: Tuesday, June 9, 2020 12:33 PM To: Tomcat Users List Subject: Re: Regarding context.xml changes impact other web service not deployed Hello Abirami, Well, strict does what it promises, so if those third

Re: Regarding context.xml changes impact other web service not deployed

2020-06-09 Thread Mark Thomas
On 09/06/2020 06:59, S Abirami wrote: > Hi Team, > > In our product to address security vulnerability in context.xml, we have > introduced following entry > > In which context.xml file? The global one, the host one or a web application specific one? > After introducing the above line, I

Re: Regarding context.xml changes impact other web service not deployed

2020-06-09 Thread Luis Rodríguez Fernández
Hello Abirami, Well, strict does what it promises, so if those third-party rest services were expecting some cookies that now are not being sent by the browser, it is normal that they do not work as expected. Internal implementation: sure! You can always have a look at the code of the different C

Regarding context.xml changes impact other web service not deployed

2020-06-08 Thread S Abirami
Hi Team, In our product to address security vulnerability in context.xml, we have introduced following entry After introducing the above line, I noticed few rest service which is not deployed in that Tomcat also getting impact. Deployment Details Deployed :RHEL Tomcat Installatio

Resolved, Re: Connection reset while trying to access a web service running under Tomcat

2017-02-24 Thread James H. H. Lampert
On 2/24/17, 8:56 AM, Christopher Schultz wrote: You need to enable logging at a lower level than this if a TLS connection is failing. Tomcat doesn't get any indication that anyone even tried to make a connection if the TLS handshake fails. . . . Dear Mr. Schultz (and all others who responded):

Re: Connection reset while trying to access a web service running under Tomcat

2017-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 2/23/17 7:08 PM, André Warnier (tomcat) wrote: > On 24.02.2017 00:57, James H. H. Lampert wrote: >> On 2/23/17, 3:13 PM, André Warnier (tomcat) wrote: >>> It seems to say right up here what the problem is : the >>> customer system cannot e

Re: Connection reset while trying to access a web service running under Tomcat

2017-02-23 Thread Tim Watts
On Fri, 2017-02-24 at 01:08 +0100, André Warnier (tomcat) wrote: > On 24.02.2017 00:57, James H. H. Lampert wrote: > > On 2/23/17, 3:13 PM, André Warnier (tomcat) wrote: > >> It seems to say right up here what the problem is : the customer system > >> cannot establish a HTTPS connection with your s

Re: Connection reset while trying to access a web service running under Tomcat

2017-02-23 Thread tomcat
On 24.02.2017 00:57, James H. H. Lampert wrote: On 2/23/17, 3:13 PM, André Warnier (tomcat) wrote: It seems to say right up here what the problem is : the customer system cannot establish a HTTPS connection with your server. The connection attempt starts, but then your server rejects it and clos

Re: Connection reset while trying to access a web service running under Tomcat

2017-02-23 Thread James H. H. Lampert
On 2/23/17, 3:13 PM, André Warnier (tomcat) wrote: It seems to say right up here what the problem is : the customer system cannot establish a HTTPS connection with your server. The connection attempt starts, but then your server rejects it and closes the connection. Maybe they cannot agree on a c

Re: Connection reset while trying to access a web service running under Tomcat

2017-02-23 Thread tomcat
On 23.02.2017 22:35, James H. H. Lampert wrote: We've got a problem, and I'm not sure where it is. We've got a remote box, belonging to a customer, that's trying to access a web service hosted by a Tomcat server on one of our boxes (part of a new webapp). The cus

Re: Connection reset while trying to access a web service running under Tomcat

2017-02-23 Thread Peter Mykytyn
use VPN or IPSEC for something like this. On Thu, 23 Feb 2017 13:35:45 -0800 "James H. H. Lampert" wrote: > We've got a problem, and I'm not sure where it is. > > We've got a remote box, belonging to a customer, that's trying to access > a web s

Connection reset while trying to access a web service running under Tomcat

2017-02-23 Thread James H. H. Lampert
We've got a problem, and I'm not sure where it is. We've got a remote box, belonging to a customer, that's trying to access a web service hosted by a Tomcat server on one of our boxes (part of a new webapp). The customer box is getting "Connection Resets" w

RE: Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-07 Thread Chris Brown
ilto:ch...@christopherschultz.net] Sent: Monday, March 07, 2016 10:33 AM To: Tomcat Users List Subject: Re: Tomcat 7 Web Service Shutdown Can't Stop Threads -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 3/7/16 9:51 AM, Chris Brown wrote: > Tomcat is shutting down the web service

Re: Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 3/7/16 9:51 AM, Chris Brown wrote: > Tomcat is shutting down the web service when I deploy a new .war > file. Okay. You said you were closing the connection pool, though: On 3/4/16 2:13 PM, Chris Brown wrote: >

RE: Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-07 Thread Chris Brown
Tomcat is shutting down the web service when I deploy a new .war file. There is no documentation on the threads and what they are for in oracle or tomcats documentation. The threads are not shutting down and they stay alive when the web service is shut down. I know this because I count the

Re: Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-07 Thread Christopher Schultz
doing or how they should be terminated. - -chris > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: Friday, March 04, 2016 > 4:33 PM To: Tomcat Users List Subject: Re: Tomcat 7 Web Service > Shutdown Can't Stop Threads > > Ch

RE: Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-07 Thread Chris Brown
ubject: Re: Tomcat 7 Web Service Shutdown Can't Stop Threads -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 3/4/16 2:13 PM, Chris Brown wrote: > Tomcat version: 7.0.42 Server OS: Sun Solaris UCP Version: Oracle 12c > Oracle Driver: ojdbc7 That doesn't look like an

Re: Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-04 Thread patrycio .
Chris sing a song for us. Em 04/03/2016 16:13, "Chris Brown" escreveu: > Tomcat version: 7.0.42 > Server OS: Sun Solaris > UCP Version: Oracle 12c > Oracle Driver: ojdbc7 > JDK version: 1.8.0_31 > > Issue Description: > When tomcat shuts down our web service d

Re: Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-04 Thread Christopher Schultz
? > JDK version: 1.8.0_31 You might want to upgrade Tomcat and Java. Those are somewhat old. > Issue Description: When tomcat shuts down our web service during a > hot deployment threads are left running that tomcat cannot > shutdown. I believe the threads are from the universal connec

Tomcat 7 Web Service Shutdown Can't Stop Threads

2016-03-04 Thread Chris Brown
Tomcat version: 7.0.42 Server OS: Sun Solaris UCP Version: Oracle 12c Oracle Driver: ojdbc7 JDK version: 1.8.0_31 Issue Description: When tomcat shuts down our web service during a hot deployment threads are left running that tomcat cannot shutdown. I believe the threads are from the universal

Re: soap web service (axis based) on tomcat 8

2015-09-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 9/19/15 10:00 AM, André Warnier (tomcat) wrote: > On 19.09.2015 02:20, jennifer zhou wrote: >> Hi, >> >> Our app was running well on Tomcat 7 on linux. Recently we >> migrated to Tomcat 8 on linux. However we found the system CPU >> usage

Re: soap web service (axis based) on tomcat 8

2015-09-19 Thread tomcat
On 19.09.2015 02:20, jennifer zhou wrote: Hi, Our app was running well on Tomcat 7 on linux. Recently we migrated to Tomcat 8 on linux. However we found the system CPU usage is higher than normal. When there is no any user interaction, we still see about 25% of the system CPU usage. After dee

soap web service (axis based) on tomcat 8

2015-09-18 Thread jennifer zhou
Hi, Our app was running well on Tomcat 7 on linux. Recently we migrated to Tomcat 8 on linux. However we found the system CPU usage is higher than normal. When there is no any user interaction, we still see about 25% of the system CPU usage. After deep dive, we found the tomcat keeps scanning ou

Re: Web Service Client Response when Old Gen is 100%

2013-11-07 Thread Daniel Mikusa
/concurrent/ThreadPoolExecutor$Worker;)V > (Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run()V (Unknown Source) > at java.lang.Thread.run()V (Unknown Source) > Out of curiosity, where did you obtain this stack trace? Did it come from a thread dump? If so,

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Muhammad Ali Orakzai
util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run()V (Unknown Source) at java.lang.Thread.run()V (Unknown Source) It is stuck in the web service call. My web service client is e

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Muhammad, On 11/6/13, 1:43 AM, Muhammad Ali Orakzai wrote: > -XX:MaxPermSize=100m You don't have any other heap-sizing parameters. Perhaps you simply need more memory? It used to be that the default heap sizes were very small (sometimes like 64MiB)

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Daniel Mikusa
On Nov 6, 2013, at 1:43 AM, Muhammad Ali Orakzai wrote: > Hi, > > I am using the following environment > > Windows Server 2003 32 bit > Apache Tomcat 7.0.27 Upgrade :) You're 20 versions out-of-date. > Netbeans IDE 7.2 > Metro 2.0 > > We have create

Re: Web Service Client Response when Old Gen is 100%

2013-11-06 Thread Howard W. Smith, Jr.
/may recommend you to upgrade to a newer version of Tomcat 7.0.x for security fixes/updates and bug fixes, but should not be necessary to fix this issue of yours. > We have created a SOAP based web service which is calling 2 external SOAP > services. We were getting OutOfMemoryError which

Web Service Client Response when Old Gen is 100%

2013-11-05 Thread Muhammad Ali Orakzai
Hi, I am using the following environment Windows Server 2003 32 bit Apache Tomcat 7.0.27 Netbeans IDE 7.2 Metro 2.0 We have created a SOAP based web service which is calling 2 external SOAP services. We were getting OutOfMemoryError which was resloved by making the service object static. Now

Re: .net web service client calling Tomcat 7

2013-06-05 Thread André Warnier
Bean William R wrote: Is there a RFC that describes best behaviour of server and client in this situation? My guess is that the disagreement comes somewhere in RFC 2616 section 8.2.3 - Use of the 100 (Continue) Status. http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html On my opinion To

RE: .net web service client calling Tomcat 7

2013-06-04 Thread Bean William R
> Is there a RFC that describes best behaviour of server and client in this > situation? My guess is that the disagreement comes somewhere in RFC 2616 section 8.2.3 - Use of the 100 (Continue) Status. http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html > On my opinion Tomcat behaves correct

Re: .net web service client calling Tomcat 7

2013-06-04 Thread Jan Vávra
Is there a RFC that describes best behaviour of server and client in this situation? On my opinion Tomcat behaves correctly. If client doesn't send proper credentials it is dangerous and useless to read all input data. I've switched off the connection keep alive at Connector config. And now cl

RE: .net web service client calling Tomcat 7

2013-06-03 Thread Bean William R
>When client sends a request there are written 2 lines at tomcat access log: >192.168.1.211 - - [03/Jun/2013:16:02:24 +0200] "POST >/ades-server/adesOperationsWebService HTTP/1.1" 401 951 >192.168.1.211 - - [01/Jan/1970:00:59:59 +0100] "xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";> >Basica

.net web service client calling Tomcat 7

2013-06-03 Thread Jan Vávra
Hello, I have a METRO web service at Tomcat 7.0.39 (S). The service is under http basic authentication. I have written own realm for http basic authentication. The realm's implementation is very small. It's something like read ini file with username with passwords. Few lines ... Ou

Unable to deploy web service on Embedded Tomcat 7.0.30

2013-05-16 Thread Chirag Dewan
Hi, Another issue I am facing with Embedding tomcat 7. I am deploying a webservice with the war structure like: > classes > wsdl     > One.wsdl >web.xml My code looks like this : Context context = Tomcat.addContext( "/service", "somepath/one.war" );   ( (StandardContext) context ).setUnpac

Re: TFS SDK Native Library Error in a web service deployed on Axis2-Tomcat7-Ubuntu platform

2013-01-18 Thread Bulent Ozhorasan
ponding to your architecture under /bin. Thanks Bulent From: Christopher Schultz To: Tomcat Users List Sent: Wednesday, January 16, 2013 8:01 PM Subject: Re: TFS SDK Native Library Error in a web service deployed on Axis2-Tomcat7-Ubuntu platform -B

Re: TFS SDK Native Library Error in a web service deployed on Axis2-Tomcat7-Ubuntu platform

2013-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bulent, On 1/16/13 11:44 AM, Bulent Ozhorasan wrote: > I'm trying to execute TFS SDK Api commands in an axis2 web service > deployed on Tomcat7. For those not in the know, that's "Microsoft Team Foundation Server", whi

TFS SDK Native Library Error in a web service deployed on Axis2-Tomcat7-Ubuntu platform

2013-01-16 Thread Bulent Ozhorasan
I'm trying to execute TFS SDK Api commands in an axis2 web service deployed on Tomcat7. I successfully ran my small application on windows platform. I want to run my web service on a Tomcat deployed on Linux. I get the UnsatisfiedLinkError (Exception): Caus

RE: Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-12 Thread Konstantin Preißer
clear that the step isn't required for IIS 5.1, since it says: "If you're using IIS 6.0 you must also do the following: Using the IIS management console, add the Jakarta Isapi Redirector to the Web Service Extensions." However, I think the phrase "If you're using I

Re: Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/10/12 12:37 PM, verlag.preis...@t-online.de wrote: > Hi, > >> On 7/10/12 3:29 AM, Vijaya wrote: >>> In order to configure the ISAPI Redirector , according to the >>> Apache documentation, I need to a

Re: Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-10 Thread verlag.preis...@t-online.de
Hi, > On 7/10/12 3:29 AM, Vijaya wrote: > > In order to configure the ISAPI Redirector , according to the > > Apache documentation, I need to add a new Web Service Extension in > > IIS6. But the problem is that the web service extension option > > exists only on IIS6

Re: Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vijaya, On 7/10/12 3:29 AM, Vijaya wrote: > In order to configure the ISAPI Redirector , according to the > Apache documentation, I need to add a new Web Service Extension in > IIS6. But the problem is that the web service extension option

Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-10 Thread Vijaya
In order to configure the ISAPI Redirector , according to the Apache documentation, I need to add a new Web Service Extension in IIS6. But the problem is that the web service extension option exists only on IIS6 on Windows 2003 server and not on XP pro. Can anyone help me on how do I add the

Re: Web service not starting up as expected

2012-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/12/12 1:48 PM, Debbie Shapiro wrote: > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] >> For my money, I'd off-load the actual report-generation to an >> out-of-process (duh) process and pick

Re: Web service not starting up as expected

2012-03-12 Thread Pid
On 09/03/2012 18:09, Debbie Shapiro wrote: > Mar 7, 2012 11:30:06 PM org.apache.catalina.loader.WebappClassLoader > clearReferencesThreads > SEVERE: The web application [/sree] appears to have started a thread named > [AWT-Windows] but has failed to stop it. This is very likely to create a > mem

RE: Web service not starting up as expected

2012-03-12 Thread Debbie Shapiro
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, March 12, 2012 9:07 AM To: Tomcat Users List Subject: Re: Web service not starting up as expected -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/9/12 3:57 PM, Debbie Shapiro

RE: Web service not starting up as expected

2012-03-12 Thread Debbie Shapiro
AM To: Tomcat Users List Subject: RE: Web service not starting up as expected > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Web service not starting up as expected > > sc \\bidev2 stop Tomcat7 > > > > taskkill /F /FI "IMAGENAM

RE: Web service not starting up as expected

2012-03-12 Thread Debbie Shapiro
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, March 12, 2012 9:09 AM To: Tomcat Users List Subject: Re: Web service not starting up as expected -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/9/12 5:56 PM, Debbie Shapiro

RE: Web service not starting up as expected

2012-03-12 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Web service not starting up as expected > > sc \\bidev2 stop Tomcat7 > > > > taskkill /F /FI "IMAGENAME eq java.exe" /FI "USERNAME eq NT > > AUTHORITY\SYSTEM" >

Re: Web service not starting up as expected

2012-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/9/12 5:56 PM, Debbie Shapiro wrote: > -Original Message- From: André Warnier > [mailto:a...@ice-sa.com] >> Now wait.. I am not so familiar with these Windows commands, but >> do I see above a) a command to stop the Tomcat service

Re: Web service not starting up as expected

2012-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/9/12 3:57 PM, Debbie Shapiro wrote: > I'm pretty sure that's accurate in this case, however. I had > 7.0.23 installed as of last week and then this week did the upgrade > to 7.0.26. I'm wondering about your question regarding timing > tho

RE: Web service not starting up as expected

2012-03-09 Thread Debbie Shapiro
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, March 09, 2012 1:35 PM To: Tomcat Users List Subject: Re: Web service not starting up as expected Debbie Shapiro wrote: ... > > How do you start Tomcat when you start it "manually"? How

Re: Web service not starting up as expected

2012-03-09 Thread André Warnier
Christopher Schultz wrote: ... I wonder if this is a timing issue. I've never used Tomcat on Windows, but I used to use an old Java-based TiVo media server that came with a Windows Service. I seem to remember that clicking the "restart" widget in the service snap-in would seem to take *forever*

RE: Web service not starting up as expected

2012-03-09 Thread Debbie Shapiro
www.cardiacscience.com Suppliers of Cardiac Science, Criticare, Unetixs, Powerheart, Burdick, and Quinton products Part of the Opto Circuits Family -Original Message- From: Debbie Shapiro Sent: Friday, March 09, 2012 12:58 PM To: Tomcat Users List Subject: RE: Web service not starting up as

Re: Web service not starting up as expected

2012-03-09 Thread André Warnier
Debbie Shapiro wrote: ... How do you start Tomcat when you start it "manually"? How about when you schedule a restart? I either directly run the .bat command or launch the scheduled task that normally runs the same .bat command. The contents of the .bat file is as follows: sc \\bidev2 stop

RE: Web service not starting up as expected

2012-03-09 Thread Debbie Shapiro
, Criticare, Unetixs, Powerheart, Burdick, and Quinton products Part of the Opto Circuits Family -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, March 09, 2012 10:55 AM To: Tomcat Users List Subject: RE: Web service not starting up as expected

RE: Web service not starting up as expected

2012-03-09 Thread Debbie Shapiro
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, March 09, 2012 10:56 AM To: Tomcat Users List Subject: Re: Web service not starting up as expected -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/9/12 1:09 PM, Debbie Shapiro

RE: Web service not starting up as expected

2012-03-09 Thread Caldarale, Charles R
> From: Debbie Shapiro [mailto:dshap...@cardiacscience.com] > Subject: RE: Web service not starting up as expected > 3. Schedule a restart 2 minutes into the future. Exactly what does your restart procedure consist of? From the symptoms, it could be that the restart mechanism is s

Re: Web service not starting up as expected

2012-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/9/12 1:09 PM, Debbie Shapiro wrote: > From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> >> So, your load-on-startup servlet somehow restarts your services? >> When you say "services", do you mean it restarts Tomcat? How

RE: Web service not starting up as expected

2012-03-09 Thread Debbie Shapiro
Hi Chris - -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, March 08, 2012 11:54 AM To: Tomcat Users List Subject: Re: Web service not starting up as expected -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/8/12 2:46 PM

Re: Web service not starting up as expected

2012-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Debbie, On 3/8/12 2:46 PM, Debbie Shapiro wrote: > I recently upgraded my Tomcat to version 7.0.26. I'm using a third > party application within Tomcat (InetSoft). All I do is place their > web application folder within the Tomcat webapps directory.

Web service not starting up as expected

2012-03-08 Thread Debbie Shapiro
I recently upgraded my Tomcat to version 7.0.26. I'm using a third party application within Tomcat (InetSoft). All I do is place their web application folder within the Tomcat webapps directory. Most recently, I had 7.0.23 installed and it would start up as expected. I have a process each night

Re: How many object of the Web Service class will be created?

2011-12-07 Thread Pid
On 07/12/2011 15:43, EmotionalStabilitySlave wrote: > Thanks for your reply. > > Please see my comment. > > > 2011-12-07 > > > > EmotionalStabilitySlave > > > > 发件人: Pid * > 发送时间: 2011-12-07 21:50:19 > 收件人: Tomcat Users List > 抄送:

Re: Re: How many object of the Web Service class will be created?

2011-12-07 Thread EmotionalStabilitySlave
Thanks for your reply. Please see my comment. 2011-12-07 EmotionalStabilitySlave 发件人: Pid * 发送时间: 2011-12-07 21:50:19 收件人: Tomcat Users List 抄送: 主题: Re: How many object of the Web Service class will be created? On 7 Dec 2011, at 10:17, emotional stability wrote: > I create

Re: How many object of the Web Service class will be created?

2011-12-07 Thread Pid *
On 7 Dec 2011, at 10:17, emotional stability wrote: > I create one web service and deploying on the tomcat with axis2. Exact OS, Java, Tomcat versions? > But I want to know how many objects of the my Web service class will be > created. Why? > When the the web service is

How many object of the Web Service class will be created?

2011-12-07 Thread emotional stability
I create one web service and deploying on the tomcat with axis2. But I want to know how many objects of the my Web service class will be created. When the the web service is called from outside firstly, the object of my web service class is created? When will this object of my web service

Re: Need help deploying web-service to EC2 with Tomcat7

2011-06-14 Thread Hassan Schroeder
On Tue, Jun 14, 2011 at 12:03 AM, Lisa and Terence Davis wrote: OT: Dear Lisa and Terence -- It's 2011, and while togetherness is wonderful, it's hard to take someone seriously who can't figure out how to get at least their own free gmail account :-) > I have a web-service t

Re: Need help deploying web-service to EC2 with Tomcat7

2011-06-14 Thread Pid
On 14/06/2011 08:03, Lisa and Terence Davis wrote: > > Hi Everyone, > > I have a web-service that I've developed using Tomcat7/MySQL5 using > NetBeans 7. In the IDE it all works fine. For testing however, I need > to get it onto an EC2 instance so users other than me c

Need help deploying web-service to EC2 with Tomcat7

2011-06-14 Thread Lisa and Terence Davis
Hi Everyone, I have a web-service that I've developed using Tomcat7/MySQL5 using NetBeans 7. In the IDE it all works fine. For testing however, I need to get it onto an EC2 instance so users other than me can access it. I have created an EC2 micro-instance, installed Tomcat 7 and MySQL 5

Re: Struts application used as a web service (large number of sessions)

2011-02-16 Thread Denis . Laroche
Ok thanks, your explanations were very useful. I'll do what you suggested, i.e. not create a session for the Struts actions matching the web service clients. -- DL André Warnier 2011-02-15 06:02 PM Please respond to Tomcat Users List To Tomcat Users List cc Subject Re: S

Re: Struts application used as a web service (large number of sessions)

2011-02-15 Thread André Warnier
denis.laro...@pwc.ca wrote: Hello everybody, I wrote a Struts application deployed on a Tomcat server that is used as a web service. What I see is that for every request sent by the client applications a new session is created; I guess this is because there's no JSESSIONID cookie sent

RE: Struts application used as a web service (large number of sessions)

2011-02-15 Thread Caldarale, Charles R
> From: denis.laro...@pwc.ca [mailto:denis.laro...@pwc.ca] > Subject: Struts application used as a web service (large number of sessions) > I wrote a Struts application deployed on a Tomcat server > that is used as a web service. Exact Tomcat version? > I guess this is bec

Struts application used as a web service (large number of sessions)

2011-02-15 Thread Denis . Laroche
Hello everybody, I wrote a Struts application deployed on a Tomcat server that is used as a web service. What I see is that for every request sent by the client applications a new session is created; I guess this is because there's no JSESSIONID cookie sent with the request. Could someone

Re: Starting Tomcat admin undeploys a web service

2011-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robin, On 1/10/2011 9:09 AM, Robin Capone wrote: > You can't see me but, I'm banging my head on my desk. Facepalm strikes again. :( - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://en

Re: Starting Tomcat admin undeploys a web service

2011-01-10 Thread Robin Capone
You can't see me but, I'm banging my head on my desk. Yes, the bookmark was the problem. Thanks for your help. On 1/7/2011 6:17 PM, Konstantin Kolinko wrote: 2011/1/8 Robin Capone: I have a web service that gets undeployed when I start tomcat administration. I have to restart

Re: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Konstantin Kolinko
2011/1/8 Robin Capone : > I have a web service that gets undeployed when I > start tomcat administration.  I have to restart Tomcat > and redeploy the service. > > I'm running Tomcat 5.0 on a win2003 server. The service > runs without problems...until admin is started. H

Re: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Robin Capone
Oacctinfo2 2011-01-07 17:40:40 StandardContext[/manager]HTMLManager: list: Listing contexts for virtual host 'localhost' The web service is removed from the webapps directory. On 1/7/2011 5:11 PM, Caldarale, Charles R wrote: From: Robin Capone [mailto:rcap...@centonline.com] Subj

RE: Starting Tomcat admin undeploys a web service

2011-01-07 Thread Caldarale, Charles R
> From: Robin Capone [mailto:rcap...@centonline.com] > Subject: Starting Tomcat admin undeploys a web service > I have a web service that gets undeployed when I > start tomcat administration. What's in the logs? > Has anyone experienced this? Don't recall hearing

Starting Tomcat admin undeploys a web service

2011-01-07 Thread Robin Capone
I have a web service that gets undeployed when I start tomcat administration. I have to restart Tomcat and redeploy the service. I'm running Tomcat 5.0 on a win2003 server. The service runs without problems...until admin is started. Has anyone experienced

Re: Re: Occasional (!) error "(404) Not Found" with Apache Axis 1.4 web service after update to Tomcat 6.0.29

2010-12-21 Thread Felix Dierich
Apache Axis 1.4 based web service running on Tomcat. After the Tomcat update some of these calls suddenly get a "(404)Not Found" response from the servlet, with no clear pattern. In a write operation with 20 SOAP calls more or less at once, two may get this response, the rest works well. This

Re: Occasional (!) error "(404) Not Found" with Apache Axis 1.4 web service after update to Tomcat 6.0.29

2010-12-20 Thread Konstantin Kolinko
2010/12/20 Felix Dierich : > I have a very strange issue, which only occured after an update from Tomcat > 6.0.26 to 6.0.29. I have a number applications doing alltogether ~50-100 > SOAP calls per minute to an Apache Axis 1.4 based web service running on > Tomcat. After the Tomcat up

Occasional (!) error "(404) Not Found" with Apache Axis 1.4 web service after update to Tomcat 6.0.29

2010-12-20 Thread Felix Dierich
Hi everyone, I have a very strange issue, which only occured after an update from Tomcat 6.0.26 to 6.0.29. I have a number applications doing alltogether ~50-100 SOAP calls per minute to an Apache Axis 1.4 based web service running on Tomcat. After the Tomcat update some of these calls

RE: Separate port for each deployed Web Service or WAR file?

2010-03-23 Thread Song Thuy Nguyen
Hi Mark, I'm looking for a workaround to a problem: I'm using the failover feature of Apache Synapse (there will be several backup/alternate web service with the same interface to a primary web service, if the primiary service fails one of the replacements will be called without the

Re: Separate port for each deployed Web Service or WAR file?

2010-03-23 Thread Mark Thomas
On 23/03/2010 21:51, Song Thuy Nguyen wrote: > Hello, > > I would like to configure the listen/connection port for each Web Service or > each WAR file I deploy. Why? What are you trying to achieve? Mark - To un

Re: Export Eclipse Web Service to Tomcat

2009-08-05 Thread Toriacht
> > Sounds like you need to read the Servlet specification. JARs required by > your app should be packaged in the WAR. Tomcat will provide the J2EE > libraries appropriate for ta Servlet/JSP container. > >> The web service references .config files on my c: drive that sets up JD

Re: Export Eclipse Web Service to Tomcat

2009-08-05 Thread Michael Ludwig
Toriacht schrieb: The web service runs fine within Eclipse on a Tomcat 6 Server. I want to deploy this to an external Tomcat server(not running within eclipse) but I am unsure how. I know (I think!) I need to File>Export>Web>WAR File. Is this correct? There must be more to it!!

Re: Export Eclipse Web Service to Tomcat

2009-08-05 Thread Mark Thomas
ed to the WAR or do I need to manually copy > this to tomcat server. If so to what folder? Sounds like you need to read the Servlet specification. JARs required by your app should be packaged in the WAR. Tomcat will provide the J2EE libraries appropriate for ta Servlet/JSP container. >

Export Eclipse Web Service to Tomcat

2009-08-05 Thread Toriacht
Hi, I posted a similar message a while ago but didn't get round to fixing the issue. I'm back at this problem again...basically i want to deploy a web service developed and running within Eclipse to a standalone Tomcat Server. The web service runs fine within Eclipse on a Tomcat 6

Re: Problem with Web Service deployment

2009-07-15 Thread Rafael Barrera Oro
of webservices-rt.jar in the shared/lib directory of the tomcat installation should take care of this exception, is this correct? Thanks in advance again 2009/7/15 Rafael Barrera Oro > Hello! > > I was trying to deploy a simple Web Service while following the "metro: >

Problem with Web Service deployment

2009-07-15 Thread Rafael Barrera Oro
Hello! I was trying to deploy a simple Web Service while following the "metro: Building a JAX-WS Application in the Metro Environment" Metro tutorial ( https://metro.dev.java.net/getting-started/basic.html ) and got the following error: ERROR http-8180-P

Re: Trouble calling a secure Web Service requiring client certificate

2009-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, On 6/22/2009 4:37 PM, frank.bowar wrote: > I used WSDL2Java to create stubs for the Web Service I am connecting to. > Here is my code that wraps around the generated stubs: [snip] I didn't see any SSL or cert stuff in there.

RE: Trouble calling a secure Web Service requiring client certificate

2009-06-22 Thread frank.bowar
Hi Chris - > Can you post the relevant parts of your code? I used WSDL2Java to create stubs for the Web Service I am connecting to. Here is my code that wraps around the generated stubs: try { writer = new BufferedWriter(new FileWriter(outFile)); loc =

Re: Trouble calling a secure Web Service requiring client certificate

2009-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, On 6/22/2009 3:53 PM, frank.bowar wrote: > I've got a TOMCAT application that pulls data from a Web Service and just > recently the Web Service was hardened to require client certificates. > > I debugged all my certificate

Trouble calling a secure Web Service requiring client certificate

2009-06-22 Thread frank.bowar
I've got a TOMCAT application that pulls data from a Web Service and just recently the Web Service was hardened to require client certificates. I debugged all my certificate issues and got my Java class that talks to the Web Service working just fine as a stand-alone app. However, I

Using java.security.Principal with web service calls on Tomcat

2008-12-26 Thread Glen Mazza
Hello, Kumar Jayanti of Sun Microsystems had written a blog entry[1] showing how on GlassFish, for web service calls, how roles can be dynamically assigned to the SOAP client (here, based on the validation of a SAML assertion). I was wondering if I could do the same for Tomcat. Basically, his

Re: Can not fail over a web service call using mod_jk

2008-12-11 Thread Rainer Jung
inal Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: terça-feira, 9 de Dezembro de 2008 13:45 To: Tomcat Users List Subject: Re: Can not fail over a web service call using mod_jk [EMAIL PROTECTED] schrieb: From a design point of view do you feel that this is beyond the scope of m

RE: Can not fail over a web service call using mod_jk

2008-12-11 Thread Nuno Manuel Martins
PROTECTED] Sent: terça-feira, 9 de Dezembro de 2008 13:45 To: Tomcat Users List Subject: Re: Can not fail over a web service call using mod_jk [EMAIL PROTECTED] schrieb: > From a design point of view do you feel that this is beyond the scope of > mod_jk to buffer request bodies? From one po

Re: Can not fail over a web service call using mod_jk

2008-12-10 Thread Rainer Jung
Michael Ludwig schrieb: > Rainer Jung schrieb am 09.12.2008 um 22:17:16 (+0100): >> I'm looking forward to httpd 2.4 with mod_luau aka mod_wombat, an >> embedded Lua interpreter that has access to httpd objects (like the >> request object) and will allow us to inject custom logic e.g. for >> balanc

  1   2   >