problem when deploying sample RAP application in JBOSS 7.1.0 [message #897577] |
Tue, 24 July 2012 15:01  |
Eclipse User |
|
|
|
Hi All,
I have created a hello world application in RAP and created a WAR artifact using WAR product.Then, Deployed this in JBOSS-AS-7.1.0. In console, I have seen the message as follows
18:38:15,587 INFO [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /rap
18:38:15,587 INFO [org.jboss.as] (MSC service thread 1-4) JBAS015874: JBoss AS 7.1.0.Final "Thunder" started in 44875ms
- Started 225 of 306 services (78 services are passive or on-demand)
18:38:15,634 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "rap.war"
But, When I try to access my application from browser,
It shows message as
The requested resource (ProxyServlet: /rap) is not available.
How to access my deployed application? .Kindly clarify. Thanks in advance.
|
|
|
|
Re: problem when deploying sample RAP application in JBOSS 7.1.0 [message #897915 is a reply to message #897907] |
Wed, 25 July 2012 12:34  |
Eclipse User |
|
|
|
Hi Arnaud,
I have tried this in tomcat-6.0.18 too.It is deploying, But results the same.
Here is the tomcat log:
Jul 25, 2012 5:55:14 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive sample.war
Jul 25, 2012 5:55:21 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8181
Jul 25, 2012 5:55:21 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jul 25, 2012 5:55:21 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/15 config=null
Jul 25, 2012 5:55:21 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6982 ms
I have tried to attach my war file. But its huge in size (11 MB).
|
|
|
Powered by
FUDForum. Page generated in 0.03575 seconds