• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

steps for Deploying JSP in Sun Java System Application Server 7 2004Q2

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the Sun server forum.
 
A wop bop a lu bop a womp bam boom! Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic