File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes How to run the JSP files??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How to run the JSP files???" Watch "How to run the JSP files???" New topic
Author

How to run the JSP files???

qiu zhixiong
Greenhorn

Joined: Jan 14, 2003
Posts: 5
I have downloaded some examples from the net but i do not know how to make it work. My message is quite long so please bear with me, thankyou.
1)
http://www.javaworld.com/javaworld/jw-03-2000/forms/Forms.ZIP
the following files is : 'DBHandler (java file)', 'FormBean (java file)', 'Forms (Executable Jar File)', 'forms.properties', 'process.jsp', 'retry.jsp', 'success.jsp' and 'register (html file)'. There is no folder. How do i make this example works?
2)
http://www.webdevelopersjournal.com/articles/logon/xml_jsp_logon.html
The following files :
logon.java
logon.jsp
processLogon.jsp
userTable.xml
I have got tomcat and is working fine.
ThankYou.
Hrabia Paulus
Greenhorn

Joined: Aug 08, 2002
Posts: 5
You can just copy it to a WEB-INF directory or one of its existing subdirectories, run your browser and type address http://localhost/<subdirectory name where are the files you have copied>/logon.jsp
It's a dirty answer. No success guarantiee, but i think it should work


Paulus...
qiu zhixiong
Greenhorn

Joined: Jan 14, 2003
Posts: 5
Thanks for the ans but...Err... well it doesnt work. I have tried this method before for quite afew days already. Wonder is there any other ways??? Thanks.
[ January 16, 2003: Message edited by: qiu zhixiong ]
 
 
subject: How to run the JSP files???
 
Threads others viewed
Delegation
StringBuffer vs String
JSP & Java Bean, How to go about it ?
Get the system date
Dates (using them, not getting them)
IntelliJ Java IDE