Discussion:
[jboss-user] [Beginner's Corner] - Error in deploying first app:
John Carver
2013-06-04 18:45:08 UTC
Permalink
John Carver [https://community.jboss.org/people/forusenet] created the discussion

"Error in deploying first app: JBWEB000273: JSP file equipments.jsp must start with a ''/''"

To view the discussion, visit: https://community.jboss.org/message/821356#821356

--------------------------------------------------------------
First time JBoss EAP 6.1.0.GA user. Tried installing my first war file with Jsps and Servlets

11:23:28,929 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "Dispatch.war" (runtime-name: "Dispatch.war")
11:23:30,520 INFO  [org.jboss.web] (ServerService Thread Pool -- 57) JBAS018210: Register web context: /Dispatch
11:23:30,532 ERROR [org.apache.catalina.core] (ServerService Thread Pool -- 57) JBWEB001097: Error starting context /Dispatch: java.lang.IllegalArgumentException: JBWEB000273: JSP file equipments.jsp must start with a ''/''

Deployed the war file through the admin console, error shows up when enabling the delpoyment.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821356#821356]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Wolf-Dieter Fink
2013-06-04 20:09:03 UTC
Permalink
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: Error in deploying first app: JBWEB000273: JSP file equipments.jsp must start with a ''/''"

To view the discussion, visit: https://community.jboss.org/message/821377#821377

--------------------------------------------------------------
Sounds like a deployment descriptor problem.
You might have a look into the http://www.jboss.org/developer/quickstarts.html quickstarts, this http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/ejb-in-war/ ejb-in-war might help you out.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821377#821377]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
John Carver
2013-06-04 20:26:11 UTC
Permalink
John Carver [https://community.jboss.org/people/forusenet] created the discussion

"Re: Error in deploying first app: JBWEB000273: JSP file equipments.jsp must start with a ''/''"

To view the discussion, visit: https://community.jboss.org/message/821385#821385

--------------------------------------------------------------
It was a deployment descrioptor issue(a jsp definiton was wrong). I interpreted the error message as coming from parsing the jsp file itself, which is why i wasn't getting anywhere.
Thanks much.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821385#821385]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Loading...