Joe Parks
Posts: 107
Nickname: joeparks
Registered: Aug, 2003
|
|
Re: Applet & Serverlet on Linux
|
Posted: Sep 19, 2003 6:54 AM
|
|
What is the error message, if any, when it "doesn't work".
JBuilder hides a lot of the details from you. For example, the fact that servlets need to be configured with servlet engines.
Which version of JBuilder are you using? (Personal, Professional, Enterprise)
If you are creating servlets, you should have more than just these files. There should be a complete "web application," including a WEB-INF directory with a web.xml descriptor file in it.
After you install Tomcat, you will have to drop the web application inside Tomcat's "webapps" directory and restart Tomcat.
|
|