Tomcat 7.0.57 + CXF message truncated

2015-01-28 Thread Jose Monreal
Hi guys! I'm currently working on moving an app from JBoss-7.1.1 Final to Tomcat 7.0.57 under CentOS 6.6. I have been able to do it without many problems, but I'm experiencing a behaviour that's different when using the following option in the JVM,

Re: Tomcat 7.0.57 and application META-INF/context.xml

2015-01-26 Thread Jose Monreal
.* On Mon, Jan 26, 2015 at 12:01 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Jose Monreal [mailto:jmonr...@gmail.com] Subject: Re: Tomcat 7.0.57 and application META-INF/context.xml So from what you and documentation are saying, there's no way for tomcat to use the path

Re: Tomcat 7.0.57 and application META-INF/context.xml

2015-01-26 Thread Jose Monreal
no imprimas este e-mail si no es necesario.* On Mon, Jan 26, 2015 at 11:19 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Jose Monreal [mailto:jmonr...@gmail.com] Subject: Tomcat 7.0.57 and application META-INF/context.xml When I deploy my application myApp-1.2.war

Tomcat 7.0.57 and application META-INF/context.xml

2015-01-26 Thread Jose Monreal
Hi guys, I'm currently using Apache Tomcat 7.0.57 on GNU/Linux 32 bit and OpenJDK-7. I have made a few modifications to the CATALINA_HOME/conf/server.xml file ( fpaste.org/173572/23762142/). Under CATALINA_HOME/conf/Catalina/localhost/ there's only the manager.xml file. When I deploy my

Re: Which context.xml have higher priority?

2015-01-25 Thread Jose Monreal
Under what server.xml configuration is that true? Because when I deploy my app, tomcat uses artifactId-version as the context instead of my config in META-INF/context.xml On 25 Jan 2015 06:22, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-01-25 7:39 GMT+03:00 杨华杰 yhj...@gmail.com: Now

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,

Re: Deploy message FAIL but app deployed

2014-12-10 Thread Jose Monreal
Ignacio Monreal Bailey | Ingeniero Civil en Computación *Cuidemos del medio ambiente. Por favor no imprimas este e-mail si no es necesario.* On Wed, Dec 10, 2014 at 3:50 PM, Jose Monreal jmonr...@gmail.com wrote: I'm deploying my app using curl, and I get the following error, FAIL - Failed

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 jmonr...@gmail.com wrote: When I run curl http://localhost

Re: server-status in text format

2014-11-25 Thread Jose Monreal
*Cuidemos del medio ambiente. Por favor no imprimas este e-mail si no es necesario.* On Fri, Nov 21, 2014 at 3:32 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 11/21/14 10:24 AM, Jose Monreal wrote: Is it possible

server-status in text format

2014-11-21 Thread Jose Monreal
Is it possible to get the same information of html manger server status but in text format? Like this curl http://localhost:8080/manager/text/server-status Best regards, José

Re: server-status in text format

2014-11-21 Thread Jose Monreal
este e-mail si no es necesario.* On Fri, Nov 21, 2014 at 10:51 AM, Jose Monreal jmonr...@gmail.com wrote: Is it possible to get the same information of html manger server status but in text format? Like this curl http://localhost:8080/manager/text/server-status Best regards, José

Tomcat 7 deployments context

2014-11-05 Thread Jose Monreal
Looking for deployment and configuration help. Using Tomcat 7.0.56 I'm trying to deploy my applications (WAR) using the context in the META-INF/context.xml, without luck. I've been reading the documentation and can't find a way to do this, even though the documentation says its possible. What I'm

Re: Tomcat 7 deployments context

2014-11-05 Thread Jose Monreal
What am I doing wrong or its not possible at all? Saludos cordiales, José Ignacio Monreal Bailey | Ingeniero Civil en Computación *Cuidemos del medio ambiente. Por favor no imprimas este e-mail si no es necesario.* On Wed, Nov 5, 2014 at 10:22 AM, Jose Monreal jmonr...@gmail.com wrote

Re: Tomcat 7 deployments context

2014-11-05 Thread Jose Monreal
for tomcat to take that context and deploy the app with that context? how? - José On Wed, Nov 5, 2014 at 2:39 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Jose Monreal [mailto:jmonr...@gmail.com] Subject: Tomcat 7 deployments context Using Tomcat 7.0.56 I'm trying to deploy