How to put a internet page to a file.

2000-12-21 Thread cgreen



Hi,all:
 I want to read a internet 
page(e:http://www.microsoft.com/) and put the page to a file(e: 
c:/temp.txt).
 How to do ?

Thanks very much!

cgreen
 
 


Help me about orion serlvet

2000-12-13 Thread cgreen



Hello,i'm a newbie for java and orion
i want to make a new servlet on orion application 
server
how to do that ?

I add the lines at web.xml :
servletservlet-nameFormMail/servlet-nameservlet-classFormMailServlet/servlet-class/servlet
and put the FormMailServlet.class to 
web-inf/classes
then i visit:
http://../FormMailServlet
but get a error

How to do that ?
Thanks for any advice.

newbie 


Use the lession 2 taglib example ,but get an error

2000-12-07 Thread cgreen




500 Internal Server ErrorError parsing JSP page /tag/01/hello.jsp line 
8No tag named 'hello' found in tag-library file:/E:/orion/default-web-app/tag/01/mytags.jarI have downloaded  hello.jsp and mytags.jar from Orion siteBut get the above errorPlease help me,thanks!