war exploded: Server is not connected. Deploy is not available.

2015-06-10 Thread Frank Bian
I’m using jdk1.7 + tomcat 7.0.59 + intellij IDEA 14.1 on mac pro .

the error : Artifact ….. :war exploded: Server is not connected. Deploy is not 
available.

Any solutions known to fix it ? It stops my work ...


Best Regards,
Frank Bian





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: war exploded: Server is not connected. Deploy is not available.

2015-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Frank,

On 6/10/15 5:04 AM, Frank Bian wrote:
 I’m using jdk1.7 + tomcat 7.0.59 + intellij IDEA 14.1 on mac pro .
 
 the error : Artifact ….. :war exploded: Server is not connected.
 Deploy is not available.
 
 Any solutions known to fix it ? It stops my work ...

I've read this question now three times (your posts from 8 June plus
this one) and I still have no idea:

1. What you are trying to do

and

2. What is happening instead

Can you deploy your WAR into a running Tomcat? Perhaps your IntelliJ
configuration broken and you are just having a deployment problem.

- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJVeO/QAAoJEBzwKT+lPKRYL7YP/Rtpguf7augrKC2NJ45eQIqA
/7lWeU2CLKjSxEDN1uJQ9kaPAlT0kwbpvfo5cUwsu9WaQEA/5LqRsVf/LVV48LmQ
v4xqs4J+XoTehJ9ItCK0dzUz+2aDAkXPqVurA8Nt77M8T18Q/+zmcqYcCYw9fr/e
5TYYCYAYLYcEF8AOVt3G6ZZ3RAuT9m0LUJLYG5GilcccJhpsCZkpNUovKtwbch1P
Yj2InpGAoY0eHe1S+HNBTO3f2MImGAOQkhHUtcW/TaD7QYO7nD3GJJSbsv6pBOaD
FVUBejnZA4rronCGkrKs9b68qjHvIZKU6gcw5flJyYZe+01+I/e/IPZTKNR1GU67
RnhrE6lLy4Z/i1lzFtTY88lESc9F+3CHipDv/3/ymwSDyPt8zHKbpKXOrJl7wVMG
/JnrBxvp8wZxEqF8Mkd2K0JMSuFDYeR9kH8YX0GOLknLhg8P1G+mkF8n0WMwDU+6
6m/RpLnh3qUGDJYYjnFDGYM2MXettJK5hro6Nv1bN9QuNUvy4HiGzVEErVTXknqR
GfOYbEOVG9Germ996iq23RLXoO6nhpAxxF5wV17D8+q7wJCdVdbMMzRx9ovzYtB9
AHtAK8Z60h0woteswnsayXeafS2L6UD5VHRVdfQMglhiAZhvxdHDAQU1+uQmPuR8
gcfPOae+2MQaZXsqOdeJ
=g7fw
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



war exploded: Server is not connected. Deploy is not available.

2015-06-08 Thread Frank Bian
Hi All,
I got the same error : 
http://stackoverflow.com/questions/20163910/tomcat-in-idea-war-exploded-server-is-not-connected-deploy-is-not-available
 
http://stackoverflow.com/questions/20163910/tomcat-in-idea-war-exploded-server-is-not-connected-deploy-is-not-available

__
Connected to the target VM, address: '127.0.0.1:62554', transport: 'socket'
[2015-06-09 10:12:48,226] Artifact com-iyunxiao-dora-web:war exploded: Server 
is not connected. Deploy is not available.
__

My Env : Tomcat 7.0.59 + Inteliij IDEA 14.1 + Mac Pro
And I follow the answer said , but I haven’t found the setEnv.bat/.sh ,the 
catalina.bat/.sh does not contain the settings like this :
set JAVA_OPTS=-server -Xmx768m -XX:MaxPermSize=256M
 I just find below command :
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%”

Any solution to help ?



Best Regards,
Frank Bian





Re: war exploded: Server is not connected. Deploy is not available.

2015-06-08 Thread Frank Bian
I post a question on stackoverflow 
http://stackoverflow.com/questions/30722839/tomcat-in-intellij-idea-14-war-exploded-server-is-not-connected-deploy-is-no
 
http://stackoverflow.com/questions/30722839/tomcat-in-intellij-idea-14-war-exploded-server-is-not-connected-deploy-is-no


Best Regards,
Frank Bian



 On Jun 9, 2015, at 10:41 AM, Frank Bian frankb...@126.com wrote:
 
 Hi All,
 I got the same error : 
 http://stackoverflow.com/questions/20163910/tomcat-in-idea-war-exploded-server-is-not-connected-deploy-is-not-available
  
 http://stackoverflow.com/questions/20163910/tomcat-in-idea-war-exploded-server-is-not-connected-deploy-is-not-available
 
 __
 Connected to the target VM, address: '127.0.0.1:62554', transport: 'socket'
 [2015-06-09 10:12:48,226] Artifact com-iyunxiao-dora-web:war exploded: Server 
 is not connected. Deploy is not available.
 __
 
 My Env : Tomcat 7.0.59 + Inteliij IDEA 14.1 + Mac Pro
 And I follow the answer said , but I haven’t found the setEnv.bat/.sh ,the 
 catalina.bat/.sh does not contain the settings like this :
 set JAVA_OPTS=-server -Xmx768m -XX:MaxPermSize=256M
 I just find below command :
 set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG%”
 
 Any solution to help ?
 
 
 
 Best Regards,
 Frank Bian