I am tryng to execute a Servlet using Forte 3.0.
Here is what I did :
1. Was able to properly compile the Servlet without any errors
2. Created a WEB Module using FORTE and copied the compiled class to the Classes subdirectory under WEB-INF
Here is my structure as viewed in "Explorer (FileSystems)" in Forte
c:\level01
|-- Servlet01
|-- class Servlet01
|-- WEB-INF
|-- lib
|-- Classes
|-- Servlet01
|-- class Servlet01
|-- web.xml
Finally I right clicked on c:\level01\Servlet01 and selected "Execute (Force Reload )" I am seeing that TOMCAT is being started. For testing purposes the only change I made
to the template Servlet created by FORTE is changing the Background color to BLUE
After I executed the Servlet I am getting a
2001-12-28 10:18:18 - Ctx( ): Exception in: R( + /servlet/Servlet01 + null) - java.lang.NoSuchMethodError
Could you someone please take a few mins to help ?
Thanks,
Roy