aspose file tools
The moose likes Java in General and the fly likes how to run jsp fron unix /weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to run jsp fron unix /weblogic" Watch "how to run jsp fron unix /weblogic" New topic
Author

how to run jsp fron unix /weblogic

suresh kamsa
Ranch Hand

Joined: Jul 30, 2001
Posts: 149
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to run jsp fron unix /weblogic
 
Similar Threads
How to see my html file in my own directory
Cannot access JNLP, 403 Forbidden Error
Mapped JSP Page not showing up on giving the URL pattern
how to run jsp from unix/weblogic server
jsp not running in linux