[jbosstools-issues] [JBoss JIRA] (TOOLSDOC-288) Missing instructions for simple JSP web application

Michelle Murray (JIRA) jira-events at lists.jboss.org
Thu Oct 25 22:51:01 EDT 2012


Michelle Murray created TOOLSDOC-288:
----------------------------------------

             Summary: Missing instructions for simple JSP web application
                 Key: TOOLSDOC-288
                 URL: https://issues.jboss.org/browse/TOOLSDOC-288
             Project: Documentation for JBoss Tools and Developer Studio
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Getting Started Guide
         Environment: Fedora 17 x86_64
            Reporter: Michelle Murray
            Assignee: Isaac Rooskov


About: Guide 5.0.1, Chapter 9 outlines how to develop a simple JSP web application.

Issue: I followed the steps in this chapter without issue up to section 9.2.2. This next section describes the web.xml file. It states that  "When you are creating web project the wizard creates the web.xml file for you automatically." But the web.xml file had not been automatically created in my jsphello project.

Workaround: Back in 9.1, Setting Up the Project, an extra step needs to be added to the instructions. The current final bullet point of these instructions should be split into multiple bullets as follow:
Then select Minimal Configuration from the list of possible configurations and click Next twice to move through the Java window to the Web Module Window.
Select the Generate web.xml deployment descriptor and Click Finish.
This additional step creates a web.xml file within the WebContent/WEB_INF directory. It appears that the contents of this web.xml file fits that of the one shown in Figure 9.6.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list