Re: Deploy message FAIL but app deployed

2014-12-10 Thread Jose Monreal
I'm deploying my app as, curl --upload-file filename.war http://localhost:8180/manager/text/deploy?path=my#new#app#1.0 and the META-INF/context.xml has this context /my/new/app/1.0 On Wed, Dec 10, 2014 at 3:56 PM, Jose Monreal wrote: > When I run > > curl http://localhost:8080/manager/text

Re: Deploy message FAIL but app deployed

2014-12-10 Thread Jose Monreal
When I run curl http://localhost:8080/manager/text/list it shows, OK - Listed applications for virtual host localhost /:running:0:ROOT /manager:running:0:manager /my/new/app/1.0:running:0:my#new#app#1.0 /docs:running:0:docs /host-manager:running:0:host-manager Saludos cordiales, José Ignac

Deploy message FAIL but app deployed

2014-12-10 Thread Jose Monreal
I'm deploying my app using curl, and I get the following error, FAIL - Failed to deploy application at context path /my#new#app#1.0 But if I look inside webapps the app is unpacked, and if I load the server with the context with reply ok. Why could be giving me the FAIL message? Kind regards, Jo

Re: Single Sign On Replication with New Tomcat Cluster Nodes

2014-12-10 Thread Aaron R
Great, thanks for taking a look. I've submitted a bug report for replicating the SingleSignOnEntry cache data here: https://issues.apache.org/bugzilla/show_bug.cgi?id=57338 On Tue, Dec 9, 2014 at 9:23 PM, Keiichi Fujino wrote: > I examined the code of ClusterSingleSignOn. > This behavior seems t

Re: Multiple instances?

2014-12-10 Thread Daniel Mikusa
On Wed, Dec 10, 2014 at 10:35 AM, Billy Bones wrote: > Hi Christopher, > > Many thanks for your answer, well, I'm pretty comfortable with systemd > myself as I rely on it for my Fedora box for a long time ago, but on this > particular topic regarding tomcat, I don't really understand the purpose

Re: how to solve this

2014-12-10 Thread Yaragalla Muralidhar
will check. thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Wed, Dec 10, 2014 at 9:02 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Yaragalla,

Re: Multiple instances?

2014-12-10 Thread Billy Bones
Hi Christopher, Many thanks for your answer, well, I'm pretty comfortable with systemd myself as I rely on it for my Fedora box for a long time ago, but on this particular topic regarding tomcat, I don't really understand the purpose of this special sentence. As you pointed it, for me too usually

Re: how to solve this

2014-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaragalla, On 12/10/14 9:25 AM, Yaragalla Muralidhar wrote: > when i am trying to access the jsp page i am getting the following > error. when i press refresh button jsp page appears properly. but > it is big headache. kindly help me solving this pr

Re: Multiple instances?

2014-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Billy, On 12/10/14 9:57 AM, Billy Bones wrote: > Hi guys, > > I'm currently preparing a migration of our Operating System which > handle our current tomcat installation from an OLD Linux using init > scripts to a CentOS7 release using sytemd. Hrm.

Re: Tomcat 8.0.15 - error using Web Services

2014-12-10 Thread Marina F
---com test -example --api ---common schemas Types.xsd ---account schemas Account.xsd () ---consumer schemas Consumer.xsd () On Wed, Dec 10, 2014 at 8:42 AM, Mark Thomas wrote: > On 10/12/2014 14:21, Marina F wrote: >

Re: how to solve this

2014-12-10 Thread Yaragalla Muralidhar
I am using eclipse kepler on windows7. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Wed, Dec 10, 2014 at 7:55 PM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > when i am trying to access the jsp page i am getting the

Multiple instances?

2014-12-10 Thread Billy Bones
Hi guys, I'm currently preparing a migration of our Operating System which handle our current tomcat installation from an OLD Linux using init scripts to a CentOS7 release using sytemd. Because I don't want to disturb the way the old server handle the webapps (not yet :-) ), I have to start 2 sep

Re: Tomcat 8.0.15 - error using Web Services

2014-12-10 Thread Mark Thomas
On 10/12/2014 14:21, Marina F wrote: > Hello, > > Tomcat 8.0.15 > > I am getting an error when using web services. (no errors if using Tomcat > 7.0.50) > > Schema: > > > Error: > Dec 10, 2014 7:59:48 AM org.apache.catalina.core.StandardWrapperValve invoke > SEVERE: Allocate exception for servle

how to solve this

2014-12-10 Thread Yaragalla Muralidhar
when i am trying to access the jsp page i am getting the following error. when i press refresh button jsp page appears properly. but it is big headache. kindly help me solving this problem. i am using tomcat7.0.53 in eclipse kepler. The exception is as follows. jre is 1.7 the default jre in kepler.

Tomcat 8.0.15 - error using Web Services

2014-12-10 Thread Marina F
Hello, Tomcat 8.0.15 I am getting an error when using web services. (no errors if using Tomcat 7.0.50) Schema: Error: Dec 10, 2014 7:59:48 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Allocate exception for servlet api-ws-soap java.lang.IllegalArgumentException: The resource

Re: Tomcat 7.0.47 comet request concurrency issue

2014-12-10 Thread Mark Thomas
On 09/12/2014 17:01, Nikita Zyulyaev wrote: > Greetings! > > I’ve got a problem using Tomcat 7.0.47 NioConnector with nginx 1.6.2 and > atmosphere 2.2.3. > > It happens when nginx and atmosphere close the same comet connection > concurrently. > > In NioEndpoint.Poller thread(A) the SocketChann