Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Struts
JRun error with struts
Keith Lockey
Ranch Hand
Posts: 48
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am getting this error with JRun. Any body have any ideas?
javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml at org.apache.struts.action.ActionServlet.handleConfigException(ActionServlet.java:739) at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:715) at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:670) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:329) at javax.servlet.GenericServlet.init(GenericServlet.java:211) at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1204) at jrun.servlet.JRunRequestDispatcher.init(JRunRequestDispatcher.java:709) at jrun.servlet.JRunRequestDispatcher.(JRunRequestDispatcher.java:101) at jrun.servlet.WebApplicationService.getDispatcher(WebApplicationService.java:838) at jrun.servlet.ServletEngineService$1.fetch(ServletEngineService.java:511) at jrunx.util.Cache.get(Cache.java:116) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:523) at jrun.servlet.http.WebService.invokeRunnable(WebService.java:168) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Thanks,<br />Keith
Merrill Higginson
Ranch Hand
Posts: 4864
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Since
Struts
applications are web applications,
you should
be using Cactus, not JRUN to
test
your application.
Merrill
Merrill
Consultant,
Sima Solutions
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Socket Exception error
jrun 4 + IIS + jdk 1.4 --> not able to find package
Setting up a struts project in eclipse?
JRun Management Console Error
IllegalStateException: Session is invalid
More...