eclipse - WSO2 developer studio creating a web application -


i following developer studio tutorial create first web application not working described. using eclipse-jee-juno. on creating web application, there input form enter other informations, in tutorial 'choosing target runtime', 'dynamic web module version', 'configuration' or other things not explained.

when finish. didnt jsp file. per tutorial, created , opened. guide me regarding this.

i confusing follow same procedure of "creating web application" developer studio version 3.1.0 , other latest version e.g. 3.2.0.

[1] http://docs.wso2.org/display/dvs310/creating+a+web+application

[2] http://docs.wso2.org/display/dvs320/creating+a+web+application

in first one, jsp file automatically created. after finish, "you see web application being created in workspace , index.jsp file being opened you."

but, in [2], none of jsp file created. why??

if need create jsp file can manually after creating web app.

from eclipse help,

in project explorer, expand project , right click on webcontent folder or on subfolder under webcontent. note if choose other folder in create jsp, not included in war file deployed server. in addition, link validation not encompass files not under webcontent folder.

from context menu, select new > jsp. new java server page window appears folder selected

type file name file name field, making sure include jsp extension (jsp, jsv, jtpl, or jspx) in file name.

you have several options proceeding:

  • to accept defaults associated new jsp file, select finish.
  • to link file in file system , specify path variables, select advanced , make selections using browse , variables buttons.
  • to use template file initial content of jsp page, select next. select jsp template window appears. select use jsp template check box, , select 1 of sample templates. can select jsp templates link add or remove jsp templates list of templates.

you can use 1 of templates create jsp file.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -