Hi, I worked with tomcat, so whenever I want to create a new application, I create a new directory :
tomcat\webapps\mydirectory
tomcat\webapps\mydirectory\WEB-INF\classes
tomcat\webapps\mydirectory\WEB-INF\lib
Now it's my first day with Iplanet under Unix, Please I will appreciate if you can show me the steps to follow to create an application in iplanet, I went to the doc but it looks huge, for now I want just to see how to do it , your help will be appreciated.
Thanks
-
new to iplanet (1 messages)
- Posted by: majid abdel
- Posted on: December 04 2001 11:36 EST
Threaded Messages (1)
- new to iplanet by Weston Aiken on December 05 2001 14:06 EST
-
new to iplanet[ Go to top ]
- Posted by: Weston Aiken
- Posted on: December 05 2001 14:06 EST
- in response to majid abdel
The iPlanet web server typically installs under /usr/netscape/server4
The default web directory is /usr/netscape/server4/docs which is equivalent to "tomcat/webapps/mydirectory "
As long as the lib jars and the classes directory is in your server classpath, it shouldnt matter where you create them.
The iPlanet administration tool will be running at http://localhost:8888 (unless you specified a different port during the install). There you can specify the server's classpath, as well as other configuration settings.
Hope this helps