I am new to servlets and am having difficulty in getting this to work. A co-worker created several servlets. These servlets are in separate folders but do share a parent directory. (I am using the jsd2.1 startserver.bat) The problem is that I cannot figure out how to set these settings below. Another issue is that we are going to use JRun as the servlet engine with netscape web server. Any asssistance on this would be greatly appreciated since the person heading this up is on vacation and now it is on my head to do this. # $Id: default.cfg,v 1.8 1999/04/05 21:18:16 duncan Exp $ # Default configuration file for Project Tomcat server.port=8080 server.hostname= server.inet= # server.docbase= server.docbase=AWDThinClient server.tempdir=tmp # All sections of the server's namespace are defined in terms of # a 'webapp'. There are two attributes that define a webapp, 1) # a mapping of where the webapp is placed into the namespace of # the server and 2) the base of the webapp. The base can be composed # of a simple string as shown below which indicates a file # relative to the current working directory (the directory in which # the server was started) or can be a full URL. server.AWDThinClient.lib=/com server.AWDThinClient.lib=/com # server.webapp.examples.mapping=/examples # server.webapp.examples.docbase=examples # server.app.wombat.mapping=/wombat # server.app.wombat.base=http://wombat.eng/apps/wombat.web ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
