I've installed Jrun 3.1 on my Win2k Advanced server, got it configured to
work with IIS, and added a web application called course-app. I have a
class file that I'd like to associate with that application, and so I've
put it in the class directory under the WEB-INF directory of course-app.

        I want to have the server call this servlet with a simple request; 

        http://localhost/courses - which would bring up the Course.class servlet. 

        I can't figure out where I have mis-configered the system. I tried calling
the course-app /ctest in the JMC, and calling it by defining the .class
file as Course, and then calling Course.class when /courses was called.
When I type in the following, 

        http://localhost/ctest/courses - I get:

        Could not instantiate Course.class
        java.lang.ClassNotFoundException: Course.class 

        I took this to mean that I didn't include this path in the classpath for
the server, so I added it to the java settings under the default server. 

        Still no luck. 

        I've read the servlet documentation, and I can't figure out what piece of
the puzzle I'm missing. Can anyone help me on this?

        Thanks, 

        Larry
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to