Question : How to deploy jsp pages in websphere 3.5

Hi,
I want to know the exact procedure of deploying the JSP files in a web Application.
I have created a web application in Websphere 3.5
It was created successfully. While creating an application, there are few more locations are created for jsp, etc.
After creation of application, I can c it in the default server engine. and virtually I can able to c the path.
But I was not able to c the physical location, where I can deploy the jsp files.

My question is, Where and How can I keep the jsp files in the web application?

Hi,
Thanks for your reply.
I want know one more thing.
Like, IIS where we see inetpub\wwwroot folder. Generally we create subfolders in wwwroot and access it thru web.

Like IIS, is there any default folder and do we need to create subfolder and then add different subfolders for servlet, jsp, etc. Also Do we need to create index.html page or is it generates automatically?

Answer : How to deploy jsp pages in websphere 3.5

1.If you serve serlvets by class name, the servlets will be served out of http://root/servlet/servletname'.  You can map servlets as well.

2.Everything will be served out of your application home directory in 3.5.x.

3.Your web server decides what to serve up as default(index.html/index.jsp).
Random Solutions  
 
programming4us programming4us