I created a new portlet, edited the demo_portlets.xreg file to include it.

I then compiled the portlet, placed the class file under
C:\JBoss-3.2.3\JBoss-2.4.1_Tomcat-3.2.3\tomcat\webapps\jetspeed\WEB-INF\clas
ses
in the proper folder hierarchy.
I reference some of my other classes and placed the jar containing those
under the same WEB_INF\jars directory and some additional classes I
reference under the \WEB-INF\classes directory, again with proper hierarchy
of folders.

I select the pane from jetspeed where I have configured it to appear.  I get
on the console:

* * * * No application found for <JSP> in applications
java.lang.ClassNotFoundException: com.shoulderscorp.ics.ICSApplication
java.lang.ClassNotFoundException: com.shoulderscorp.ics.ICSApplication
        at
org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(AdaptiveClassL
oader.java:524)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
        at java.lang.Class.forName0(Native Method)


I verify that the class:
com.shoulderscorp.ics.ICSApplication
is under \WEB_INF\classes\com\shoulderscorp\ics\ and is named
ICSApplication.class.

I have stopped, started, etc. Tomcat.

Does the adaptiveclassloader not get its files from the WEB-INF\classes
directory?
========================
John Wooten, Ph.D.
CTO & CoFounder, Shoulders Corp
http://www.shoulderscorp.com
865-482-9400
[EMAIL PROTECTED]
============================


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to