• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Starting with weblogic 6.1

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
iam a new user of weblogic 6.1. the docs i read on the bea site were'nt very clear.can anyone tell me how to deploy a jsp in weblogic ?
thanks
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Create a new directory under applications directory present under the my_domain dir...Give the directory some name say webapp , place ur jsp's there..then call http://localhost:7001/webapp/jsp_name.jsp

Originally posted by vidula kulkarni:
Hi,
iam a new user of weblogic 6.1. the docs i read on the bea site were'nt very clear.can anyone tell me how to deploy a jsp in weblogic ?
thanks


[ May 02, 2002: Message edited by: pradeep bhat ]
reply
    Bookmark Topic Watch Topic
  • New Topic