I am trying to run UpperCaseFilter and getting the following error. This servlet is the example servlet that came with the server and I am trying to test it.The following is my proxy.properties file let me know if there is something else need to be done. the servlet is in the servlets directory. Any help would be appreciated. Thank you ERROR javawebserver: Java Web Server ERROR: filter launched by filter manager threw exception in service javawebserver: javax.servlet.ServletException: Servlet UpperCaseFilter@1e9407[UpperCaseFilter] is not available for request servicing (state:4) javawebserver: at java.lang.Throwable.<init>(Compiled Code) javawebserver: at java.lang.Exception.<init>(Compiled Code) javawebserver: at javax.servlet.ServletException.<init>(ServletException.java:40) javawebserver: at com.sun.server.ServletState.callService(Compiled Code) javawebserver: at com.sun.server.ServletManager.callServletService(Compiled Code) javawebserver: at com.sun.server.webserver.FilterThread.run(Compiled Code) CONFIG FILES # @(#)proxy.properties 1.3 97/05/02 # # Proxy service configuration # proxies can be filtered by using the following syntax # proxy.http.servlets=proxy,UpperCaseFilter -- call servlets in order listed # and by enabling filters to true in httpd.properties # proxy.hosts.insidefirewall= proxy.hosts.local= proxy.http.host= proxy.http.port= proxy.ftp.host= proxy.ftp.port= proxy.diskcache.path=cache proxy.diskcache.size=5000000 proxy.diskcache.enable=false proxy.keepalive.enable=false proxy.ramcache.entrysize=8000 proxy.log.level=1 proxy.log.name=logs/proxy_log proxy.http.servlets=proxy,UpperCaseFilter proxy.ftp.servlets=ftpproxy # # @(#)httpd.properties 1.24 98/09/16 # # Proxy Service Properties # # Service information service.name=proxyservice service.description=Proxy Service service.vendor=Sun Microsystems service.version=1.1.3 service.class=com.sun.server.webserver.HttpService # Document root doc.root=default # Enable/disable service features enable.acls=false enable.proxy=true enable.virtualHosts=false enable.urlLoading=false enable.filters=true enable.browseDirs=false # min and max number of handler threads service.min.threads=10 service.max.threads=50 # handler expire timeout in seconds service.timeout=60 # service shutdown grace period in seconds service.grace=30 # Default file to load in a directory welcome=index.html # ram cache max size ramcache.max.size=8000000 # keep-alive count (0 disables keep-alive) keepalive.count=5 # keep-alive timeout in secs keepalive.timeout=30 ___________________________________________________________________________ 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
