Ken
|
| Posted: 03/11/2003, 7:44 AM |
|
there is an compilation error that i've encountered:
Error:
BUILD FAILED
Servlet 2.2 API is not found in your Class Path. Please add it to site Class Path property.
how to do rectify it?
|
|
|
 |
Espen Dahl
|
| Posted: 03/11/2003, 10:12 AM |
|
Add the path to servlet.jar in the classpath.
|
|
|
 |
Ken
|
| Posted: 03/11/2003, 5:41 PM |
|
Ok, now i'm able to generate .war files, but what do i do with it?
|
|
|
 |
Espen Dahl
|
| Posted: 03/12/2003, 9:25 AM |
|
You publish the war-file to the webapps directory in your servlet container. I am using Resin (www.caucho.com)and on my system the war file goes in to D:\resin-2.1.6\webapps
Resin takes care of unpacking the war file. (you could use Tomcat the same way)
|
|
|
 |
|