Hi all,
I am trying to deploy my first tdk2.1 generated app onto a running tomcat
servlet container. The app runs OK in the tdk catalina container. On
tomcat the app seems to find templates and, as it doesn't complain,
I presume screen action classes. However, I get an exception thrown
whenever an 'action' class is required. The extract from the log follows.
I have two questions. Firstly, could anyone point me in the right
direction of some documentation which may help solve this or give me some
pointers.
Secondly, images are not being found from the /images directory.
I'm sure I've seen something about this somewhere but I can't find it now.
Where do image files go?
All help gratefully appreciated.
TIA
Peter Courcoux
Log Extract begins.
[Fri Nov 16 23:24:25 GMT 2001] -- ERROR -- Turbine.handleException:
Requested Action not found: AssLoginAction
Turbine looked in the following modules.packages path:
[org.netproz.members.modules, org.apache.turbine.flux.modules,
org.apache.turbine.modules]
[Fri Nov 16 23:24:25 GMT 2001] -- ERROR --
Exception: java.lang.ClassNotFoundException:
Requested Action not found: AssLoginAction
Turbine looked in the following modules.packages path:
[org.netproz.members.modules, org.apache.turbine.flux.modules,
org.apache.turbine.modules]
Stack Trace follows:
java.lang.ClassNotFoundException:
Requested Action not found: AssLoginAction
Turbine looked in the following modules.packages path:
[org.netproz.members.modules, org.apache.turbine.flux.modules,
org.apache.turbine.modules]
at
org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:174)
at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:143)
at org.apache.turbine.modules.Page.build(Page.java:90)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
at org.apache.turbine.Turbine.doGet(Turbine.java:447)
at org.apache.turbine.Turbine.doPost(Turbine.java:537)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:539)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>