Hi All,
Can any one tell me How we will deploy in Sun
java system application server. I created a directory
test inside I created sample
jsp inside test directory.
Now I created a WEB-INF folder parallel to my jsp file.
Inside WEB-INF I created a classes folder and a web.xml file
Now I created war and deployed in the application server
The application Server prints the following message in the console
INFO: CORE3276: Installing a new configuration
INFO: WEB0100: Loading web module [test] in virtual server [server1] at [/test]
INFO: WEB0121: Enabling no persistence for web module [/test]'s sessions: persis
tence-type = [memory]
INFO: CORE3280: A new configuration was successfully installed
INFO: WEB4004: Closing web application environment for virtual server [server1]
Now I tried with following url in the brower
http://localhost:4848/test/myjsp.jsp Then in browser I am getting Page Not found
Can any one tell the solution please?
waiting for reply............
Regards,
Subbarao