aspose file tools
The moose likes Servlets and the fly likes web.xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "web.xml" Watch "web.xml" New topic
Author

web.xml

Sunder kumar Sethu
Greenhorn

Joined: Jun 17, 2001
Posts: 10
whaz wrong with this xml
<web-app>
<servlet>
<servlet-name>init</servlet-name>
<jsp-file>init.jsp</jsp-file>
<init-param>
<param-name>DRIVER_NAME</param-name>
<param-value>ted</param-value>
</init-param>
</servlet> ----> LINE 18
</web-app>
im trying to pass init information to jsp..
when i start tom..im getting -
ERROR reading java.io.FileInputStream@4b25f1
At Line 18 /web-app/servlet/

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: web.xml
 
Similar Threads
need help using Javaranch Struts example
Need to Configure Servlet Init Parameters for the jsp
let's discuss to implementing multiple controllers by using struts1.0
config with JSP
web.xml deployment problem