It's not a secret anymore!
The moose likes Struts and the fly likes Problem with Struts Configuration on Jrun Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Problem with Struts Configuration on Jrun" Watch "Problem with Struts Configuration on Jrun" New topic
Author

Problem with Struts Configuration on Jrun

zied ben mlah
Greenhorn

Joined: May 27, 2005
Posts: 3
i'm trying to configure struts to run with Jrun 4,i'm using the plug-in myeclipse with eclipse IDE ;

I created a new web application with Eclipse
I added the struts capabilities with myeclipse
I copied struts.jat under web-inf/lib

i created a jsp Page in which i copied this code .
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

i used this taglib <html:html>

but i found this error :
The tag html's handler class org.apache.struts.taglib.html.HtmlTag was not found in the classpath

can someone help me ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with Struts Configuration on Jrun
 
Similar Threads
Problem with a simple struts application
why my application can't detect struts tld files ?
duplicate tag lib
File not found error
problem with struts installation