Sorry for troubling you. 1) Where can I find some Faq for Jsdk2.1? I have problems with starting my servlets finding on another place. When I "call" my servlet through the netscape browser it appear the following message: com.sun.web.core.InvokerServlet: init Where I make mistakes? Here is the default.cfg modified file: # $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=daniel server.inet=192.168.0.33 server.docbase=e:\\example\\servlet server.tempdir=e:\\example\\servlet # 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.webapp.examples.mapping=e:\\example\\servlet server.webapp.examples.docbase=e:\\example\\servlet # server.app.wombat.mapping=/wombat # server.app.wombat.base=http://wombat.eng/apps/wombat.web ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2) When I worked with the servletrunner (from JSDK2.0) I didn't have this kind of problems. I had other, the reason why I want to move on to the Jsdk2.1. I can't do the following: D:\JSDK2.0\bin\servletrunner.exe -Djava.security.policy=policy -d e:\\example\\servlet only: D:\JSDK2.0\bin\servletrunner.exe -d e:\\example\\servlet Can you help me at least to one problem. Thank you, Daniel. ___________________________________________________________________________ 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