• 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

Jsp in weblogic server6.0

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do i run jsp files through weblogic server6.0.
As there is no properties file in weblogic server6.0.
Where do i have to save jsp files .
 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here is the link for weblogic's doc. Read it through, search for trouble shooting. http://edocs.bea.com/wls/docs60/index.html
As it says, all jsp should be under doc root or subdir.
[This message has been edited by Cynthia Yao (edited January 23, 2001).]
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Save ur jsp pages under the following directory.
<weblogic root directory>\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver.
I would be better if u can create a seperate jsp directory under this directory and place all the jsp files in this directory.
No need to set any properties to run jsp in weblogic6.0.
hope u find this info useful.
bye.
Loke
 
Neem Red
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Loke ,
I created a seperate directory called jspfiles under \wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver\jspfiles\hello.jsp
but how do i run this hello.jsp, like how can i open it in the browser using weblogic6.0
TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
but how do i run hello.jsp.
Any help will be appreciated.

 
Neem Red
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Aybody help as to how can i open the hello.jsp file in the browser using weblogic server6.0.
 
lokesh reddy
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Type the following url in ur address bar. Ur jsp works......
http://127.0.0.1:7001/jspfiles/hello.jsp
Bye.
Loke.
[This message has been edited by lokesh reddy (edited January 23, 2001).]
 
Neem Red
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Loke,
I clicked on StartDefaultserver and
and i tried to open http://127.0.0.1:7001/jspfiles/hello.jsp in tne browser but getting an error message as
Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
Any help???
 
Neem Red
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any help will be much appreciated.
 
Time is the best teacher, but unfortunately, it kills all of its students - Robin Williams. tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic