Where to specify context-root of web application in WM

Hi, I am developing a few JSP pages in webMethods. I intend to keep them inside the /web folder. Can anyone please tell me where to specify the context-root of the application ? My requirement is that when I type in http://:/, the index.html inside the /web folder should show up. A prompt help will be appreciated as I am REALLY pressed for time…

Try this URL format instead:

[FONT=PalatinoLinotype][SIZE=2]

http://[/size][/font][FONT=PalatinoLinotype,Italic][SIZE=2]hostName[/size][/font]:[FONT=PalatinoLinotype,Italic][SIZE=2]portNum[/size][/font]/web/[FONT=PalatinoLinotype,Italic][SIZE=2]packageName[/size][/font]/[FONT=PalatinoLinotype,Italic][SIZE=2]fileName[/size][/font][FONT=PalatinoLinotype][SIZE=2].jsp[/size][/font]

If you omit the fileName.jsp portion, IS will open index.html.

[FONT=PalatinoLinotype][SIZE=2]I assume you simply missed this info when you reviewed the Java Server Pages Developer’s Guide pdf found in the /Developer/doc/guides directory.

[/size][/font]