Rahul
Posts: 52
Nickname: wildhorse
Registered: Oct, 2002
|
|
Re: Error with java SimpleServlet - Urgent
|
Posted: May 12, 2003 6:39 AM
|
|
In the bin directory of your j2ee installation you may find a script called j2ee.bat or startserver.bat depending on the version. In this file, set up the values for java_home, j2ee_home, j2ee classpath etc...
Most of the files that the server generally requires stays in the lib directory.
Start the server by running this script...
User classpaths can be specified in the user.properties file in the bin directory (if u have such requirements). Apart from this, try reading up the documentation...
Best of luck,
|
|