• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

how to run jsp from unix/weblogic server

 
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I have one jsp and one class file on my unix box.
first.jsp is in /usr/local/weblogic/myserver/public_html/jsp directory.
first.class is in /usr/local/weblogic/myserver/serverclasses direcotry.
In first.jsp i am giving command like this
FORM METHOD="GET" ACTION="/servlet/first"
(please note for some reason if i give <> its not showing the above entire statement in java ranch question)
From browser i am running http://localhost:7003/jsp/first.jsp
Its giving me page not found error.

Please help me.
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic