Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 56426 invoked from network); 13 Feb 2001 19:13:30 -0000 Received: from unknown (HELO rims?exchange.rims.com) (207.247.42.2) by h31.sny.collab.net with SMTP; 13 Feb 2001 19:13:30 -0000 Received: by rims_exchange.rims.com with Internet Mail Service (5.5.2650.21) id <12B3VRFJ>; Tue, 13 Feb 2001 13:11:46 -0600 Message-ID: From: Lifeng Xu To: "'tomcat-user@jakarta.apache.org'" Subject: RE: EARGENT! Date: Tue, 13 Feb 2001 13:11:46 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C095F0.CF03612E" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ------_=_NextPart_000_01C095F0.CF03612E Content-Type: text/plain; charset="iso-8859-1" John, Thank you again for your help! My Tomcat can start. I can run some of my jsps through Tomcat, but not all of them. Attached is all of my configuration files. The httpd.com is located in /usr/local/apache/conf directory, the mod_jserv.log is in .../apache/logs, and the rest of them are located in /opt/MemberLink_IAS/com/rims/memberlink/conf directory. Thank you very much Lifeng -----Original Message----- From: John Golubenko [mailto:golubenkoj@columbiafunds.com] Sent: Tuesday, February 13, 2001 12:23 PM To: tomcat-user@jakarta.apache.org Subject: RE: EARGENT! Probably not. It's clear that you got problems between two of those. The AJP12 protocol tomcat uses to communicate with Apache (that's why you load mod_jser.o in Apache), First thing to do, is try to load the pages using the Tomcat's default port 8080, like localhost:8080/path/to/jsp , /examples, /path/to/servlet/ServletName, etc. If 8080 port isn't working, check the $TOMCAT_HOME/conf/server.xml file. (or check by running: cat $TOMCAT_HOME/conf/server.xml | grep 80, this will show the 80* ports you have, if any at all.). If you got your pages loaded under 8080, then it's a Apaches->Tomcat problem. The configuration file maybe not valid. You may send the apache's httpd.conf and tomcats server.xml file here, so we can take a look at it. Because I personally have no idea what's going on there. - John. P.S. This is why I think it is: > > ...(EMERGENCY) ajp12: can not connect to host 127.0.0.1 > > ...(EMERGENCY) ajp12: function connection fail. And: > org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnecti > on > > (Ajp12ConnectionHandler.java:156) >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/13/01, 9:58:29 AM, "Lifeng Xu" wrote regarding RE: EARGENT!: > Thanks for your response! > I configured to start Tomcat when apache starts. Seems to me that they > starts ok... > Lifeng > -----Original Message----- > From: John Golubenko [mailto:golubenkoj@columbiafunds.com] > Sent: Tuesday, February 13, 2001 11:51 AM > To: tomcat-user@jakarta.apache.org > Subject: Re: EARGENT! > Do you have Apache running? Or you run in standalone mode? (Only Tomcat) > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > On 2/13/01, 9:45:08 AM, "Lifeng Xu" wrote regarding > EARGENT!: > > Hi, > > I am running Tomcat/JServ on Linux with Inprise ejb container. When I > access > > one of my jsp pages, I got error message from Apache's error log (see > > bellow). I checked mod_jserv.log also. There some info in the > mod_jserv.log > > such as: > > ...(EMERGENCY) ajp12: can not connect to host 127.0.0.1 > > ...(EMERGENCY) ajp12: function connection fail. > > ... > > ...(ERROR) wrapper: argument[..] /usr/local/jdk1.3/bin/java > > ... > > I have no idea what's causing this. And, not all jsp access fails. Most > of > > the jsps functioning correctly. > > Bellow is the error I found from apache's error_log. > > I need to fix this now and get the app running right away! So please help > > me! > > Many thanks. > > Lifeng > > java.rmi.MarshalException: CORBA MARSHAL 0[] > > at java.lang.Throwable.(Throwable.java:96) > > at java.lang.Exception.(Exception.java:44) > > at java.io.IOException.(IOException.java:49) > > at java.rmi.RemoteException.(RemoteException.java:58) > > at java.rmi.MarshalException.(MarshalException.java:49) > > at java.lang.reflect.Constructor.newInstance(Native Method) > > at com.inprise.vbroker.rmi.CORBA.UtilImpl.newInstance(UtilImpl.java:82) > > at > > > com.inprise.vbroker.rmi.CORBA.UtilImpl._mapSystemException(UtilImpl.java:3 > 26 > > ) > > at > > > com.inprise.vbroker.rmi.CORBA.UtilImpl.mapSystemException(UtilImpl.java:45 > 1) > > at javax.rmi.CORBA.Util.mapSystemException(Util.java:51) > > at > > > com.rims.memberlink.ejb._NewEnrollee_Stub.validateNewDemo(_NewEnrollee_Stu > b. > > java:208) > > at > > > com.rims.memberlink.toolkit.NewEnrollmentToolkit.ValidateCurrentPage(NewEn > ro > > llmentToolkit.java:1318) > > at > > > com.rims.memberlink.toolkit.NewEnrollmentToolkit.processPage(NewEnrollment > To > > olkit.java:995) > > at > > > _0002fValidate_0002ejspValidate_jsp_0._jspService(_0002fValidate_0002ejspV > al > > idate_jsp_0.java:373) > > at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > > > org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet. > ja > > va:174) > > at > > org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261) > > at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > > > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:50 > 3) > > at > > org.apache.tomcat.core.ContextManager.service(ContextManager.java:559) > > at > > > org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnecti > on > > (Ajp12ConnectionHandler.java:156) > > at > > > org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:3 > 38 > > ) > > at java.lang.Thread.run(Thread.java:498) > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, email: tomcat-user-help@jakarta.apache.org > NOTICE: This communication may contain confidential or other privileged > information. If you are not the intended recipient, or believe that you > have received this communication in error, please do not print, copy, > retransmit, disseminate, or otherwise use the information. Also, please > indicate to the sender that you have received this email in error, and > delete the copy you received. Any communication that does not relate to > official Columbia business is that of the sender and is neither given nor > endorsed by Columbia. Thank you. > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org NOTICE: This communication may contain confidential or other privileged information. If you are not the intended recipient, or believe that you have received this communication in error, please do not print, copy, retransmit, disseminate, or otherwise use the information. Also, please indicate to the sender that you have received this email in error, and delete the copy you received. Any communication that does not relate to official Columbia business is that of the sender and is neither given nor endorsed by Columbia. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, email: tomcat-user-help@jakarta.apache.org ------_=_NextPart_000_01C095F0.CF03612E Content-Type: application/octet-stream; name="httpd.conf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="httpd.conf" ##=0A= ## httpd.conf -- Apache HTTP server configuration file=0A= ##=0A= =0A= #=0A= # Based upon the NCSA server configuration files originally by Rob = McCool.=0A= #=0A= # This is the main Apache server configuration file. It contains = the=0A= # configuration directives that give the server its instructions.=0A= # See for detailed information = about=0A= # the directives.=0A= #=0A= # Do NOT simply read the instructions in here without understanding=0A= # what they do. They're here only as hints or reminders. If you are = unsure=0A= # consult the online docs. You have been warned. =0A= #=0A= # After this file is processed, the server will look for and process=0A= # /usr/local/apache/conf/srm.conf and then = /usr/local/apache/conf/access.conf=0A= # unless you have overridden these with ResourceConfig and/or=0A= # AccessConfig directives here.=0A= #=0A= # The configuration directives are grouped into three basic = sections:=0A= # 1. Directives that control the operation of the Apache server = process as a=0A= # whole (the 'global environment').=0A= # 2. Directives that define the parameters of the 'main' or 'default' = server,=0A= # which responds to requests that aren't handled by a virtual = host.=0A= # These directives also provide default values for the settings=0A= # of all virtual hosts.=0A= # 3. Settings for virtual hosts, which allow Web requests to be sent = to=0A= # different IP addresses or hostnames and have them handled by = the=0A= # same Apache server process.=0A= #=0A= # Configuration and logfile names: If the filenames you specify for = many=0A= # of the server's control files begin with "/" (or "drive:/" for = Win32), the=0A= # server will use that explicit path. If the filenames do *not* = begin=0A= # with "/", the value of ServerRoot is prepended -- so = "logs/foo.log"=0A= # with ServerRoot set to "/usr/local/apache" will be interpreted by = the=0A= # server as "/usr/local/apache/logs/foo.log".=0A= #=0A= =0A= ### Section 1: Global Environment=0A= #=0A= # The directives in this section affect the overall operation of = Apache,=0A= # such as the number of concurrent requests it can handle or where = it=0A= # can find its configuration files.=0A= #=0A= =0A= #=0A= # ServerType is either inetd, or standalone. Inetd mode is only = supported on=0A= # Unix platforms.=0A= #=0A= ServerType standalone=0A= =0A= #=0A= # ServerRoot: The top of the directory tree under which the server's=0A= # configuration, error, and log files are kept.=0A= #=0A= # NOTE! If you intend to place this on an NFS (or otherwise = network)=0A= # mounted filesystem then please read the LockFile documentation=0A= # (available at = );=0A= # you will save yourself a lot of trouble.=0A= #=0A= # Do NOT add a slash at the end of the directory path.=0A= #=0A= ServerRoot "/usr/local/apache"=0A= =0A= #=0A= # The LockFile directive sets the path to the lockfile used when = Apache=0A= # is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or=0A= # USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left = at=0A= # its default value. The main reason for changing it is if the logs=0A= # directory is NFS mounted, since the lockfile MUST BE STORED ON A = LOCAL=0A= # DISK. The PID of the main server process is automatically appended = to=0A= # the filename. =0A= #=0A= #LockFile /usr/local/apache/logs/httpd.lock=0A= =0A= #=0A= # PidFile: The file in which the server should record its process=0A= # identification number when it starts.=0A= #=0A= PidFile /usr/local/apache/logs/httpd.pid=0A= =0A= #=0A= # ScoreBoardFile: File used to store internal server process = information.=0A= # Not all architectures require this. But if yours does (you'll know = because=0A= # this file will be created when you run Apache) then you *must* = ensure that=0A= # no two invocations of Apache share the same scoreboard file.=0A= #=0A= ScoreBoardFile /usr/local/apache/logs/httpd.scoreboard=0A= =0A= #=0A= # In the standard configuration, the server will process this file,=0A= # srm.conf, and access.conf in that order. The latter two files are=0A= # now distributed empty, as it is recommended that all directives=0A= # be kept in a single file for simplicity. The commented-out values=0A= # below are the built-in defaults. You can have the server ignore=0A= # these files altogether by using "/dev/null" (for Unix) or=0A= # "nul" (for Win32) for the arguments to the directives.=0A= #=0A= #ResourceConfig conf/srm.conf=0A= #AccessConfig conf/access.conf=0A= =0A= #=0A= # Timeout: The number of seconds before receives and sends time out.=0A= #=0A= Timeout 300=0A= =0A= #=0A= # KeepAlive: Whether or not to allow persistent connections (more = than=0A= # one request per connection). Set to "Off" to deactivate.=0A= #=0A= KeepAlive On=0A= =0A= #=0A= # MaxKeepAliveRequests: The maximum number of requests to allow=0A= # during a persistent connection. Set to 0 to allow an unlimited = amount.=0A= # We recommend you leave this number high, for maximum performance.=0A= #=0A= MaxKeepAliveRequests 100=0A= =0A= #=0A= # KeepAliveTimeout: Number of seconds to wait for the next request from = the=0A= # same client on the same connection.=0A= #=0A= KeepAliveTimeout 15=0A= =0A= #=0A= # Server-pool size regulation. Rather than making you guess how = many=0A= # server processes you need, Apache dynamically adapts to the load = it=0A= # sees --- that is, it tries to maintain enough server processes to=0A= # handle the current load, plus a few spare servers to handle = transient=0A= # load spikes (e.g., multiple simultaneous requests from a single=0A= # Netscape browser).=0A= #=0A= # It does this by periodically checking how many servers are waiting=0A= # for a request. If there are fewer than MinSpareServers, it = creates=0A= # a new spare. If there are more than MaxSpareServers, some of the=0A= # spares die off. The default values are probably OK for most = sites.=0A= #=0A= MinSpareServers 5=0A= MaxSpareServers 10=0A= =0A= #=0A= # Number of servers to start initially --- should be a reasonable = ballpark=0A= # figure.=0A= #=0A= StartServers 5=0A= =0A= #=0A= # Limit on total number of servers running, i.e., limit on the = number=0A= # of clients who can simultaneously connect --- if this limit is = ever=0A= # reached, clients will be LOCKED OUT, so it should NOT BE SET TOO = LOW.=0A= # It is intended mainly as a brake to keep a runaway server from = taking=0A= # the system with it as it spirals down...=0A= #=0A= MaxClients 150=0A= =0A= #=0A= # MaxRequestsPerChild: the number of requests each child process is=0A= # allowed to process before the child dies. The child will exit so=0A= # as to avoid problems after prolonged use when Apache (and maybe = the=0A= # libraries it uses) leak memory or other resources. On most systems, = this=0A= # isn't really needed, but a few (such as Solaris) do have notable = leaks=0A= # in the libraries. For these platforms, set to something like 10000=0A= # or so; a setting of 0 means unlimited.=0A= #=0A= # NOTE: This value does not include keepalive requests after the = initial=0A= # request per connection. For example, if a child process = handles=0A= # an initial request and 10 subsequent "keptalive" requests, = it=0A= # would only count as 1 request towards this limit.=0A= #=0A= MaxRequestsPerChild 0=0A= =0A= #=0A= # Listen: Allows you to bind Apache to specific IP addresses and/or=0A= # ports, in addition to the default. See also the =0A= # directive.=0A= #=0A= #Listen 3000=0A= #Listen 12.34.56.78:80=0A= =0A= #=0A= # BindAddress: You can support virtual hosts with this option. This = directive=0A= # is used to tell the server which IP address to listen to. It can = either=0A= # contain "*", an IP address, or a fully qualified Internet domain = name.=0A= # See also the and Listen directives.=0A= #=0A= #BindAddress *=0A= =0A= #=0A= # Dynamic Shared Object (DSO) Support=0A= #=0A= # To be able to use the functionality of a module which was built as a = DSO you=0A= # have to place corresponding `LoadModule' lines at this location so = the=0A= # directives contained in it are actually available _before_ they are = used.=0A= # Please read the file README.DSO in the Apache 1.3 distribution for = more=0A= # details about the DSO mechanism and run `httpd -l' for the list of = already=0A= # built-in (statically linked and thus always available) modules in = your httpd=0A= # binary.=0A= #=0A= # Note: The order is which modules are loaded is important. Don't = change=0A= # the order below without expert advice.=0A= #=0A= # Example:=0A= # LoadModule foo_module libexec/mod_foo.so=0A= LoadModule env_module libexec/mod_env.so=0A= LoadModule config_log_module libexec/mod_log_config.so=0A= LoadModule mime_module libexec/mod_mime.so=0A= LoadModule negotiation_module libexec/mod_negotiation.so=0A= LoadModule status_module libexec/mod_status.so=0A= LoadModule includes_module libexec/mod_include.so=0A= LoadModule autoindex_module libexec/mod_autoindex.so=0A= LoadModule dir_module libexec/mod_dir.so=0A= LoadModule cgi_module libexec/mod_cgi.so=0A= LoadModule asis_module libexec/mod_asis.so=0A= LoadModule imap_module libexec/mod_imap.so=0A= LoadModule action_module libexec/mod_actions.so=0A= LoadModule userdir_module libexec/mod_userdir.so=0A= LoadModule alias_module libexec/mod_alias.so=0A= LoadModule access_module libexec/mod_access.so=0A= LoadModule auth_module libexec/mod_auth.so=0A= LoadModule setenvif_module libexec/mod_setenvif.so=0A= LoadModule jserv_module libexec/mod_jserv.so=0A= =0A= LoadModule ssl_module libexec/libssl.so=0A= =0A= =0A= # Reconstruction of the complete module list from all available = modules=0A= # (static and shared ones) to achieve correct module execution = order.=0A= # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, = TOO]=0A= ClearModuleList=0A= AddModule mod_env.c=0A= AddModule mod_log_config.c=0A= AddModule mod_mime.c=0A= AddModule mod_negotiation.c=0A= AddModule mod_status.c=0A= AddModule mod_include.c=0A= AddModule mod_autoindex.c=0A= AddModule mod_dir.c=0A= AddModule mod_cgi.c=0A= AddModule mod_asis.c=0A= AddModule mod_imap.c=0A= AddModule mod_actions.c=0A= AddModule mod_userdir.c=0A= AddModule mod_alias.c=0A= AddModule mod_access.c=0A= AddModule mod_auth.c=0A= AddModule mod_so.c=0A= AddModule mod_setenvif.c=0A= AddModule mod_jserv.c=0A= =0A= AddModule mod_ssl.c=0A= =0A= =0A= #=0A= # ExtendedStatus controls whether Apache will generate "full" status=0A= # information (ExtendedStatus On) or just basic information = (ExtendedStatus=0A= # Off) when the "server-status" handler is called. The default is = Off.=0A= #=0A= #ExtendedStatus On=0A= =0A= ### Section 2: 'Main' server configuration=0A= #=0A= # The directives in this section set up the values used by the = 'main'=0A= # server, which responds to any requests that aren't handled by a=0A= # definition. These values also provide defaults for=0A= # any containers you may define later in the file.=0A= #=0A= # All of these directives may appear inside = containers,=0A= # in which case these default settings will be overridden for the=0A= # virtual host being defined.=0A= #=0A= =0A= #=0A= # If your ServerType directive (set earlier in the 'Global = Environment'=0A= # section) is set to "inetd", the next few directives don't have any=0A= # effect since their settings are defined by the inetd = configuration.=0A= # Skip ahead to the ServerAdmin directive.=0A= #=0A= =0A= #=0A= # Port: The port to which the standalone server listens. For=0A= # ports < 1023, you will need httpd to be run as root initially.=0A= #=0A= Port 80=0A= =0A= ##=0A= ## SSL Support=0A= ##=0A= ## When we also provide SSL we have to listen to the =0A= ## standard HTTP port (see above) and to the HTTPS port=0A= ##=0A= =0A= Listen 80=0A= Listen 443=0A= =0A= =0A= #=0A= # If you wish httpd to run as a different user or group, you must = run=0A= # httpd as root initially and it will switch. =0A= #=0A= # User/Group: The name (or #number) of the user/group to run httpd = as.=0A= # . On SCO (ODT 3) use "User nouser" and "Group nogroup".=0A= # . On HPUX you may not be able to use shared memory as nobody, and = the=0A= # suggested workaround is to create a user www and use that user.=0A= # NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)=0A= # when the value of (unsigned)Group is above 60000; =0A= # don't use Group nobody on these systems!=0A= #=0A= User nobody=0A= Group nobody=0A= =0A= #=0A= # ServerAdmin: Your address, where problems with the server should = be=0A= # e-mailed. This address appears on some server-generated pages, = such=0A= # as error documents.=0A= #=0A= ServerAdmin root@localhost.localdomain=0A= =0A= #=0A= # ServerName allows you to set a host name which is sent back to = clients for=0A= # your server if it's different than the one the program would get = (i.e., use=0A= # "www" instead of the host's real name).=0A= #=0A= # Note: You cannot just invent host names and hope they work. The name = you =0A= # define here must be a valid DNS name for your host. If you don't = understand=0A= # this, ask your network administrator.=0A= # If your host doesn't have a registered DNS name, enter its IP address = here.=0A= # You will have to access it by its address (e.g., http://123.45.67.89/)= =0A= # anyway, and this will make redirections work in a sensible way.=0A= #=0A= #ServerName localhost.localdomain=0A= =0A= #=0A= # DocumentRoot: The directory out of which you will serve your=0A= # documents. By default, all requests are taken from this directory, = but=0A= # symbolic links and aliases may be used to point to other = locations.=0A= #=0A= =0A= #lifeng=0A= #DocumentRoot "/opt/memberLink/jsp"=0A= DocumentRoot "/opt/MemberLink_QA/com/rims/memberlink/jsp"=0A= =0A= #=0A= # Each directory to which Apache has access, can be configured with = respect=0A= # to which services and features are allowed and/or disabled in that=0A= # directory (and its subdirectories). =0A= #=0A= # First, we configure the "default" to be a very restrictive set of =0A= # permissions. =0A= #=0A= =0A= Options FollowSymLinks=0A= AllowOverride None=0A= =0A= =0A= #=0A= # Note that from this point forward you must specifically allow=0A= # particular features to be enabled - so if something's not working = as=0A= # you might expect, make sure that you have specifically enabled it=0A= # below.=0A= #=0A= =0A= #=0A= # This should be changed to whatever you set DocumentRoot to.=0A= #=0A= #=0A= #lifeng=0A= #=0A= =0A= =0A= =0A= #=0A= # This may also be "None", "All", or any combination of "Indexes",=0A= # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".=0A= #=0A= # Note that "MultiViews" must be named *explicitly* --- "Options = All"=0A= # doesn't give it to you.=0A= #=0A= Options Indexes FollowSymLinks MultiViews=0A= =0A= #=0A= # This controls which options the .htaccess files in directories can=0A= # override. Can also be "All", or any combination of "Options", = "FileInfo", =0A= # "AuthConfig", and "Limit"=0A= #=0A= AllowOverride None=0A= =0A= #=0A= # Controls who can get stuff from this server.=0A= #=0A= Order allow,deny=0A= Allow from all=0A= =0A= =0A= #=0A= # UserDir: The name of the directory which is appended onto a user's = home=0A= # directory if a ~user request is received.=0A= #=0A= =0A= UserDir public_html=0A= =0A= =0A= #=0A= # Control access to UserDir directories. The following is an = example=0A= # for a site where these directories are restricted to read-only.=0A= #=0A= #=0A= # AllowOverride FileInfo AuthConfig Limit=0A= # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec=0A= # =0A= # Order allow,deny=0A= # Allow from all=0A= # =0A= # =0A= # Order deny,allow=0A= # Deny from all=0A= # =0A= #=0A= =0A= #=0A= # DirectoryIndex: Name of the file or files to use as a pre-written = HTML=0A= # directory index. Separate multiple entries with spaces.=0A= #=0A= =0A= DirectoryIndex index.jsp=0A= =0A= =0A= #=0A= # AccessFileName: The name of the file to look for in each directory=0A= # for access control information.=0A= #=0A= AccessFileName .htaccess=0A= =0A= #=0A= # The following lines prevent .htaccess files from being viewed by=0A= # Web clients. Since .htaccess files often contain authorization=0A= # information, access is disallowed for security reasons. Comment=0A= # these lines out if you want Web visitors to see the contents of=0A= # .htaccess files. If you change the AccessFileName directive = above,=0A= # be sure to make the corresponding changes here.=0A= #=0A= # Also, folks tend to use names such as .htpasswd for password=0A= # files, so this will protect those as well.=0A= #=0A= =0A= Order allow,deny=0A= Deny from all=0A= =0A= =0A= #=0A= # CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with = each=0A= # document that was negotiated on the basis of content. This asks = proxy=0A= # servers not to cache the document. Uncommenting the following line = disables=0A= # this behavior, and proxies will be allowed to cache the documents.=0A= #=0A= #CacheNegotiatedDocs=0A= =0A= #=0A= # UseCanonicalName: (new for 1.3) With this setting turned on, = whenever=0A= # Apache needs to construct a self-referencing URL (a URL that refers = back=0A= # to the server the response is coming from) it will use ServerName = and=0A= # Port to form a "canonical" name. With this setting off, Apache = will=0A= # use the hostname:port that the client supplied, when possible. = This=0A= # also affects SERVER_NAME and SERVER_PORT in CGI scripts.=0A= #=0A= UseCanonicalName On=0A= =0A= #=0A= # TypesConfig describes where the mime.types file (or equivalent) is=0A= # to be found.=0A= #=0A= =0A= TypesConfig /usr/local/apache/conf/mime.types=0A= =0A= =0A= #=0A= # DefaultType is the default MIME type the server will use for a = document=0A= # if it cannot otherwise determine one, such as from filename = extensions.=0A= # If your server contains mostly text or HTML documents, "text/plain" = is=0A= # a good value. If most of your content is binary, such as = applications=0A= # or images, you may want to use "application/octet-stream" instead = to=0A= # keep browsers from trying to display binary files as though they = are=0A= # text.=0A= #=0A= DefaultType text/plain=0A= =0A= #=0A= # The mod_mime_magic module allows the server to use various hints from = the=0A= # contents of the file itself to determine its type. The = MIMEMagicFile=0A= # directive tells the module where the hint definitions are located.=0A= # mod_mime_magic is not part of the default server (you have to add=0A= # it yourself with a LoadModule [see the DSO paragraph in the = 'Global=0A= # Environment' section], or recompile the server and include = mod_mime_magic=0A= # as part of the configuration), so it's enclosed in an = container.=0A= # This means that the MIMEMagicFile directive will only be processed if = the=0A= # module is part of the server.=0A= #=0A= =0A= MIMEMagicFile /usr/local/apache/conf/magic=0A= =0A= =0A= #=0A= # HostnameLookups: Log the names of clients or just their IP = addresses=0A= # e.g., www.apache.org (on) or 204.62.129.132 (off).=0A= # The default is off because it'd be overall better for the net if = people=0A= # had to knowingly turn this feature on, since enabling it means = that=0A= # each client request will result in AT LEAST one lookup request to = the=0A= # nameserver.=0A= #=0A= HostnameLookups Off=0A= =0A= #=0A= # ErrorLog: The location of the error log file.=0A= # If you do not specify an ErrorLog directive within a =0A= # container, error messages relating to that virtual host will be=0A= # logged here. If you *do* define an error logfile for a = =0A= # container, that host's errors will be logged there and not here.=0A= #=0A= ErrorLog /usr/local/apache/logs/error_log=0A= =0A= #=0A= # LogLevel: Control the number of messages logged to the error_log.=0A= # Possible values include: debug, info, notice, warn, error, crit,=0A= # alert, emerg.=0A= #=0A= LogLevel warn=0A= =0A= #=0A= # The following directives define some format nicknames for use with=0A= # a CustomLog directive (see below).=0A= #=0A= LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" = \"%{User-Agent}i\"" combined=0A= LogFormat "%h %l %u %t \"%r\" %>s %b" common=0A= LogFormat "%{Referer}i -> %U" referer=0A= LogFormat "%{User-agent}i" agent=0A= =0A= #=0A= # The location and format of the access logfile (Common Logfile = Format).=0A= # If you do not define any access logfiles within a =0A= # container, they will be logged here. Contrariwise, if you *do*=0A= # define per- access logfiles, transactions will be=0A= # logged therein and *not* in this file.=0A= #=0A= CustomLog /usr/local/apache/logs/access_log common=0A= =0A= #=0A= # If you would like to have agent and referer logfiles, uncomment = the=0A= # following directives.=0A= #=0A= #CustomLog /usr/local/apache/logs/referer_log referer=0A= #CustomLog /usr/local/apache/logs/agent_log agent=0A= =0A= #=0A= # If you prefer a single logfile with access, agent, and referer = information=0A= # (Combined Logfile Format) you can use the following directive.=0A= #=0A= #CustomLog /usr/local/apache/logs/access_log combined=0A= =0A= #=0A= # Optionally add a line containing the server version and virtual = host=0A= # name to server-generated pages (error documents, FTP directory = listings,=0A= # mod_status and mod_info output etc., but not CGI generated = documents).=0A= # Set to "EMail" to also include a mailto: link to the ServerAdmin.=0A= # Set to one of: On | Off | EMail=0A= #=0A= ServerSignature On=0A= =0A= #=0A= # Aliases: Add here as many aliases as you need (with no limit). The = format is =0A= # Alias fakename realname=0A= #=0A= =0A= =0A= #=0A= # Note that if you include a trailing / on fakename then the server = will=0A= # require it to be present in the URL. So "/icons" isn't aliased = in this=0A= # example, only "/icons/"..=0A= #=0A= Alias /icons/ "/usr/local/apache/icons/"=0A= =0A= =0A= Options Indexes MultiViews=0A= AllowOverride None=0A= Order allow,deny=0A= Allow from all=0A= =0A= =0A= #=0A= # ScriptAlias: This controls which directories contain server = scripts.=0A= # ScriptAliases are essentially the same as Aliases, except that=0A= # documents in the realname directory are treated as applications = and=0A= # run by the server when requested rather than as documents sent to = the client.=0A= # The same rules about trailing "/" apply to ScriptAlias directives = as to=0A= # Alias.=0A= #=0A= ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"=0A= =0A= #=0A= # "/usr/local/apache/cgi-bin" should be changed to whatever your = ScriptAliased=0A= # CGI directory exists, if you have that configured.=0A= #=0A= =0A= AllowOverride None=0A= Options None=0A= Order allow,deny=0A= Allow from all=0A= =0A= =0A= =0A= # End of aliases.=0A= =0A= #=0A= # Redirect allows you to tell clients about documents which used to = exist in=0A= # your server's namespace, but do not anymore. This allows you to tell = the=0A= # clients where to look for the relocated document.=0A= # Format: Redirect old-URI new-URL=0A= #=0A= =0A= #=0A= # Directives controlling the display of server-generated directory = listings.=0A= #=0A= =0A= =0A= #=0A= # FancyIndexing is whether you want fancy directory indexing or = standard=0A= #=0A= IndexOptions FancyIndexing=0A= =0A= #=0A= # AddIcon* directives tell the server which icon to show for = different=0A= # files or filename extensions. These are only displayed for=0A= # FancyIndexed directories.=0A= #=0A= AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip=0A= =0A= AddIconByType (TXT,/icons/text.gif) text/*=0A= AddIconByType (IMG,/icons/image2.gif) image/*=0A= AddIconByType (SND,/icons/sound2.gif) audio/*=0A= AddIconByType (VID,/icons/movie.gif) video/*=0A= =0A= AddIcon /icons/binary.gif .bin .exe=0A= AddIcon /icons/binhex.gif .hqx=0A= AddIcon /icons/tar.gif .tar=0A= AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv=0A= AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip=0A= AddIcon /icons/a.gif .ps .ai .eps=0A= AddIcon /icons/layout.gif .html .shtml .htm .pdf=0A= AddIcon /icons/text.gif .txt=0A= AddIcon /icons/c.gif .c=0A= AddIcon /icons/p.gif .pl .py=0A= AddIcon /icons/f.gif .for=0A= AddIcon /icons/dvi.gif .dvi=0A= AddIcon /icons/uuencoded.gif .uu=0A= AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl=0A= AddIcon /icons/tex.gif .tex=0A= AddIcon /icons/bomb.gif core=0A= =0A= AddIcon /icons/back.gif ..=0A= AddIcon /icons/hand.right.gif README=0A= AddIcon /icons/folder.gif ^^DIRECTORY^^=0A= AddIcon /icons/blank.gif ^^BLANKICON^^=0A= =0A= #=0A= # DefaultIcon is which icon to show for files which do not have an = icon=0A= # explicitly set.=0A= #=0A= DefaultIcon /icons/unknown.gif=0A= =0A= #=0A= # AddDescription allows you to place a short description after a = file in=0A= # server-generated indexes. These are only displayed for = FancyIndexed=0A= # directories.=0A= # Format: AddDescription "description" filename=0A= #=0A= #AddDescription "GZIP compressed document" .gz=0A= #AddDescription "tar archive" .tar=0A= #AddDescription "GZIP compressed tar archive" .tgz=0A= =0A= #=0A= # ReadmeName is the name of the README file the server will look = for by=0A= # default, and append to directory listings.=0A= #=0A= # HeaderName is the name of a file which should be prepended to=0A= # directory indexes. =0A= #=0A= # If MultiViews are amongst the Options in effect, the server = will=0A= # first look for name.html and include it if found. If = name.html=0A= # doesn't exist, the server will then look for name.txt and = include=0A= # it as plaintext if found.=0A= #=0A= ReadmeName README=0A= HeaderName HEADER=0A= =0A= #=0A= # IndexIgnore is a set of filenames which directory indexing should = ignore=0A= # and not include in the listing. Shell-style wildcarding is = permitted.=0A= #=0A= IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t=0A= =0A= =0A= # End of indexing directives.=0A= =0A= #=0A= # Document types.=0A= #=0A= =0A= =0A= #=0A= # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) = uncompress=0A= # information on the fly. Note: Not all browsers support this.=0A= # Despite the name similarity, the following Add* directives have = nothing=0A= # to do with the FancyIndexing customization directives above.=0A= #=0A= AddEncoding x-compress Z=0A= AddEncoding x-gzip gz tgz=0A= =0A= #=0A= # AddLanguage allows you to specify the language of a document. You = can=0A= # then use content negotiation to give a browser a file in a = language=0A= # it can understand. =0A= #=0A= # Note 1: The suffix does not have to be the same as the language = =0A= # keyword --- those with documents in Polish (whose net-standard = =0A= # language code is pl) may wish to use "AddLanguage pl .po" to =0A= # avoid the ambiguity with the common suffix for perl scripts.=0A= #=0A= # Note 2: The example entries below illustrate that in quite=0A= # some cases the two character 'Language' abbriviation is not=0A= # identical to the two character 'Country' code for its country,=0A= # E.g. 'Danmark/dk' versus 'Danish/da'.=0A= #=0A= # Note 3: In the case of 'ltz' we violate the RFC by using a three = char =0A= # specifier. But there is 'work in progress' to fix this and get = =0A= # the reference data for rfc1766 cleaned up.=0A= #=0A= # Danish (da) - Dutch (nl) - English (en) - Estonian (ee)=0A= # French (fr) - German (de) - Greek-Modern (el)=0A= # Italian (it) - Portugese (pt) - Luxembourgeois* (ltz)=0A= # Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)=0A= # Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)=0A= #=0A= AddLanguage da .dk=0A= AddLanguage nl .nl=0A= AddLanguage en .en=0A= AddLanguage et .ee=0A= AddLanguage fr .fr=0A= AddLanguage de .de=0A= AddLanguage el .el=0A= AddLanguage it .it=0A= AddLanguage ja .ja=0A= AddCharset ISO-2022-JP .jis=0A= AddLanguage pl .po=0A= AddCharset ISO-8859-2 .iso-pl=0A= AddLanguage pt .pt=0A= AddLanguage pt-br .pt-br=0A= AddLanguage ltz .lu=0A= AddLanguage ca .ca=0A= AddLanguage es .es=0A= AddLanguage sv .se=0A= AddLanguage cz .cz=0A= =0A= # LanguagePriority allows you to give precedence to some = languages=0A= # in case of a tie during content negotiation.=0A= #=0A= # Just list the languages in decreasing order of preference. We = have=0A= # more or less alphabetized them here. You probably want to change = this.=0A= #=0A= =0A= LanguagePriority en da nl et fr de el it ja pl pt pt-br ltz ca = es sv=0A= =0A= =0A= #=0A= # AddType allows you to tweak mime.types without actually editing = it, or to=0A= # make certain files to be certain types.=0A= #=0A= # For example, the PHP 3.x module (not part of the Apache = distribution - see=0A= # http://www.php.net) will typically use:=0A= #=0A= #AddType application/x-httpd-php3 .php3=0A= #AddType application/x-httpd-php3-source .phps=0A= #=0A= # And for PHP 4.x, use:=0A= #=0A= #AddType application/x-httpd-php .php=0A= #AddType application/x-httpd-php-source .phps=0A= =0A= AddType application/x-tar .tgz=0A= =0A= #=0A= # AddHandler allows you to map certain file extensions to = "handlers",=0A= # actions unrelated to filetype. These can be either built into the = server=0A= # or added with the Action command (see below)=0A= #=0A= # If you want to use server side includes, or CGI outside=0A= # ScriptAliased directories, uncomment the following lines.=0A= #=0A= # To use CGI scripts:=0A= #=0A= #AddHandler cgi-script .cgi=0A= =0A= #=0A= # To use server-parsed HTML files=0A= #=0A= #AddType text/html .shtml=0A= #AddHandler server-parsed .shtml=0A= =0A= #=0A= # Uncomment the following line to enable Apache's send-asis HTTP = file=0A= # feature=0A= #=0A= #AddHandler send-as-is asis=0A= =0A= #=0A= # If you wish to use server-parsed imagemap files, use=0A= #=0A= #AddHandler imap-file map=0A= =0A= #=0A= # To enable type maps, you might want to use=0A= #=0A= #AddHandler type-map var=0A= =0A= =0A= # End of document types.=0A= =0A= #=0A= # Action lets you define media types that will execute a script = whenever=0A= # a matching file is called. This eliminates the need for repeated = URL=0A= # pathnames for oft-used CGI file processors.=0A= # Format: Action media/type /cgi-script/location=0A= # Format: Action handler-name /cgi-script/location=0A= #=0A= =0A= #=0A= # MetaDir: specifies the name of the directory in which Apache can = find=0A= # meta information files. These files contain additional HTTP = headers=0A= # to include when sending the document=0A= #=0A= #MetaDir .web=0A= =0A= #=0A= # MetaSuffix: specifies the file name suffix for the file containing = the=0A= # meta information.=0A= #=0A= #MetaSuffix .meta=0A= =0A= #=0A= # Customizable error response (Apache style)=0A= # these come in three flavors=0A= #=0A= # 1) plain text=0A= #ErrorDocument 500 "The server made a boo boo.=0A= # n.b. the (") marks it as text, it does not get output=0A= #=0A= # 2) local redirects=0A= #ErrorDocument 404 /missing.html=0A= # to redirect to local URL /missing.html=0A= #ErrorDocument 404 /cgi-bin/missing_handler.pl=0A= # N.B.: You can redirect to a script or a document using = server-side-includes.=0A= #=0A= # 3) external redirects=0A= #ErrorDocument 402 = http://some.other_server.com/subscription_info.html=0A= # N.B.: Many of the environment variables associated with the = original=0A= # request will *not* be available to such a script.=0A= =0A= #=0A= # Customize behaviour based on the browser=0A= #=0A= =0A= =0A= #=0A= # The following directives modify normal HTTP response behavior.=0A= # The first directive disables keepalive for Netscape 2.x and = browsers that=0A= # spoof it. There are known problems with these browser = implementations.=0A= # The second directive is for Microsoft Internet Explorer 4.0b2=0A= # which has a broken HTTP/1.1 implementation and does not = properly=0A= # support keepalive when it is used on 301 or 302 (redirect) = responses.=0A= #=0A= BrowserMatch "Mozilla/2" nokeepalive=0A= BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 = force-response-1.0=0A= =0A= #=0A= # The following directive disables HTTP/1.1 responses to browsers = which=0A= # are in violation of the HTTP/1.0 spec by not being able to grok = a=0A= # basic 1.1 response.=0A= #=0A= BrowserMatch "RealPlayer 4\.0" force-response-1.0=0A= BrowserMatch "Java/1\.0" force-response-1.0=0A= BrowserMatch "JDK/1\.0" force-response-1.0=0A= =0A= =0A= =0A= #=0A= # Allow server status reports, with the URL of = http://servername/server-status=0A= # Change the ".your_domain.com" to match your domain to enable.=0A= #=0A= #=0A= # SetHandler server-status=0A= # Order deny,allow=0A= # Deny from all=0A= # Allow from .your_domain.com=0A= #=0A= =0A= #=0A= # Allow remote server configuration reports, with the URL of=0A= # http://servername/server-info (requires that mod_info.c be = loaded).=0A= # Change the ".your_domain.com" to match your domain to enable.=0A= #=0A= #=0A= # SetHandler server-info=0A= # Order deny,allow=0A= # Deny from all=0A= # Allow from .your_domain.com=0A= #=0A= =0A= #=0A= # There have been reports of people trying to abuse an old bug from = pre-1.1=0A= # days. This bug involved a CGI script distributed as a part of = Apache.=0A= # By uncommenting these lines you can redirect these attacks to a = logging =0A= # script on phf.apache.org. Or, you can record them yourself, using = the script=0A= # support/phf_abuse_log.cgi.=0A= #=0A= #=0A= # Deny from all=0A= # ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi=0A= #=0A= =0A= #=0A= # Proxy Server directives. Uncomment the following lines to=0A= # enable the proxy server:=0A= #=0A= #=0A= #ProxyRequests On=0A= #=0A= #=0A= # Order deny,allow=0A= # Deny from all=0A= # Allow from .your_domain.com=0A= #=0A= =0A= #=0A= # Enable/disable the handling of HTTP/1.1 "Via:" headers.=0A= # ("Full" adds the server version; "Block" removes all outgoing = Via: headers)=0A= # Set to one of: Off | On | Full | Block=0A= #=0A= #ProxyVia On=0A= =0A= #=0A= # To enable the cache as well, edit and uncomment the following = lines:=0A= # (no cacheing without CacheRoot)=0A= #=0A= #CacheRoot "/usr/local/apache/proxy"=0A= #CacheSize 5=0A= #CacheGcInterval 4=0A= #CacheMaxExpire 24=0A= #CacheLastModifiedFactor 0.1=0A= #CacheDefaultExpire 1=0A= #NoCache a_domain.com another_domain.edu joes.garage_sale.com=0A= =0A= #=0A= # End of proxy directives.=0A= =0A= ### Section 3: Virtual Hosts=0A= #=0A= # VirtualHost: If you want to maintain multiple domains/hostnames on = your=0A= # machine you can setup VirtualHost containers for them.=0A= # Please see the documentation at = =0A= # for further details before you try to setup virtual hosts.=0A= # You may use the command line option '-S' to verify your virtual = host=0A= # configuration.=0A= =0A= #=0A= # If you want to use name-based virtual hosts you need to define at=0A= # least one IP address (and port number) for them.=0A= #=0A= #NameVirtualHost 12.34.56.78:80=0A= #NameVirtualHost 12.34.56.78=0A= =0A= #=0A= # VirtualHost example:=0A= # Almost any Apache directive may go into a VirtualHost container.=0A= #=0A= #=0A= # ServerAdmin webmaster@host.some_domain.com=0A= # DocumentRoot /www/docs/host.some_domain.com=0A= # ServerName host.some_domain.com=0A= # ErrorLog logs/host.some_domain.com-error_log=0A= # CustomLog logs/host.some_domain.com-access_log common=0A= #=0A= =0A= #=0A= #=0A= =0A= ##=0A= ## SSL Global Context=0A= ##=0A= ## All SSL configuration in this context applies both to=0A= ## the main server and all SSL-enabled virtual hosts.=0A= ##=0A= =0A= #=0A= # Some MIME-types for downloading Certificates and CRLs=0A= #=0A= =0A= AddType application/x-x509-ca-cert .crt=0A= AddType application/x-pkcs7-crl .crl=0A= =0A= =0A= =0A= =0A= # Pass Phrase Dialog:=0A= # Configure the pass phrase gathering process.=0A= # The filtering dialog program (`builtin' is a internal=0A= # terminal dialog) has to provide the pass phrase on stdout.=0A= SSLPassPhraseDialog builtin=0A= =0A= # Inter-Process Session Cache:=0A= # Configure the SSL Session Cache: First either `none'=0A= # or `dbm:/path/to/file' for the mechanism to use and=0A= # second the expiring timeout (in seconds).=0A= #SSLSessionCache none=0A= #SSLSessionCache = shm:/usr/local/apache/logs/ssl_scache(512000)=0A= SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache=0A= SSLSessionCacheTimeout 300=0A= =0A= # Semaphore:=0A= # Configure the path to the mutual explusion semaphore the=0A= # SSL engine uses internally for inter-process synchronization. =0A= SSLMutex file:/usr/local/apache/logs/ssl_mutex=0A= =0A= # Pseudo Random Number Generator (PRNG):=0A= # Configure one or more sources to seed the PRNG of the =0A= # SSL library. The seed data should be of good random quality.=0A= # WARNING! On some platforms /dev/random blocks if not enough = entropy=0A= # is available. This means you then cannot use the /dev/random = device=0A= # because it would lead to very long connection times (as long as=0A= # it requires to make more entropy available). But usually those=0A= # platforms additionally provide a /dev/urandom device which = doesn't=0A= # block. So, if available, use this one instead. Read the mod_ssl = User=0A= # Manual for more details.=0A= SSLRandomSeed startup builtin=0A= SSLRandomSeed connect builtin=0A= #SSLRandomSeed startup file:/dev/random 512=0A= #SSLRandomSeed startup file:/dev/urandom 512=0A= #SSLRandomSeed connect file:/dev/random 512=0A= #SSLRandomSeed connect file:/dev/urandom 512=0A= =0A= # Logging:=0A= # The home of the dedicated SSL protocol logfile. Errors are=0A= # additionally duplicated in the general error log file. Put=0A= # this somewhere where it cannot be used for symlink attacks on=0A= # a real server (i.e. somewhere where only root can write).=0A= # Log levels are (ascending order: higher ones include lower = ones):=0A= # none, error, warn, info, trace, debug.=0A= SSLLog /usr/local/apache/logs/ssl_engine_log=0A= SSLLogLevel info=0A= =0A= =0A= =0A= =0A= =0A= ##=0A= ## SSL Virtual Host Context=0A= ##=0A= =0A= =0A= =0A= # General setup for the virtual host=0A= #lifeng=0A= #DocumentRoot "/opt/memberLink/jsp"=0A= DocumentRoot "/opt/MemberLink_QA/com/rims/memberlink/jsp"=0A= =0A= ServerName localhost.localdomain=0A= ServerAdmin root@localhost.localdomain=0A= ErrorLog /usr/local/apache/logs/error_log=0A= TransferLog /usr/local/apache/logs/access_log=0A= =0A= # SSL Engine Switch:=0A= # Enable/Disable SSL for this virtual host.=0A= SSLEngine on=0A= =0A= # SSL Cipher Suite:=0A= # List the ciphers that the client is permitted to negotiate.=0A= # See the mod_ssl documentation for a complete list.=0A= SSLCipherSuite = ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL=0A= =0A= # Server Certificate:=0A= # Point SSLCertificateFile at a PEM encoded certificate. If=0A= # the certificate is encrypted, then you will be prompted for a=0A= # pass phrase. Note that a kill -HUP will prompt again. A test=0A= # certificate can be generated with `make certificate' under=0A= # built time. Keep in mind that if you've both a RSA and a DSA=0A= # certificate you can configure both in parallel (to also allow=0A= # the use of DSA ciphers, etc.)=0A= SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt=0A= #SSLCertificateFile /usr/local/apache/conf/ssl.crt/server-dsa.crt=0A= =0A= # Server Private Key:=0A= # If the key is not combined with the certificate, use this=0A= # directive to point at the key file. Keep in mind that if=0A= # you've both a RSA and a DSA private key you can configure=0A= # both in parallel (to also allow the use of DSA ciphers, etc.)=0A= SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key=0A= #SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server-dsa.key=0A= =0A= # Server Certificate Chain:=0A= # Point SSLCertificateChainFile at a file containing the=0A= # concatenation of PEM encoded CA certificates which form the=0A= # certificate chain for the server certificate. Alternatively=0A= # the referenced file can be the same as SSLCertificateFile=0A= # when the CA certificates are directly appended to the server=0A= # certificate for convinience.=0A= #SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt=0A= =0A= # Certificate Authority (CA):=0A= # Set the CA certificate verification path where to find CA=0A= # certificates for client authentication or alternatively one=0A= # huge file containing all of them (file must be PEM encoded)=0A= # Note: Inside SSLCACertificatePath you need hash symlinks=0A= # to point to the certificate files. Use the provided=0A= # Makefile to update the hash symlinks after changes.=0A= #SSLCACertificatePath /usr/local/apache/conf/ssl.crt=0A= #SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca-bundle.crt=0A= =0A= # Certificate Revocation Lists (CRL):=0A= # Set the CA revocation path where to find CA CRLs for client=0A= # authentication or alternatively one huge file containing all=0A= # of them (file must be PEM encoded)=0A= # Note: Inside SSLCARevocationPath you need hash symlinks=0A= # to point to the certificate files. Use the provided=0A= # Makefile to update the hash symlinks after changes.=0A= #SSLCARevocationPath /usr/local/apache/conf/ssl.crl=0A= #SSLCARevocationFile /usr/local/apache/conf/ssl.crl/ca-bundle.crl=0A= =0A= # Client Authentication (Type):=0A= # Client certificate verification type and depth. Types are=0A= # none, optional, require and optional_no_ca. Depth is a=0A= # number which specifies how deeply to verify the certificate=0A= # issuer chain before deciding the certificate is not valid.=0A= #SSLVerifyClient require=0A= #SSLVerifyDepth 10=0A= =0A= # Access Control:=0A= # With SSLRequire you can do per-directory access control based=0A= # on arbitrary complex boolean expressions containing server=0A= # variable checks and other lookup directives. The syntax is a=0A= # mixture between C and Perl. See the mod_ssl documentation=0A= # for more details.=0A= #=0A= #SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \=0A= # and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \=0A= # and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \=0A= # and %{TIME_WDAY} >=3D 1 and %{TIME_WDAY} <=3D 5 \=0A= # and %{TIME_HOUR} >=3D 8 and %{TIME_HOUR} <=3D 20 ) = \=0A= # or %{REMOTE_ADDR} =3D~ m/^192\.76\.162\.[0-9]+$/=0A= #=0A= =0A= # SSL Engine Options:=0A= # Set various options for the SSL engine.=0A= # o FakeBasicAuth:=0A= # Translate the client X.509 into a Basic Authorisation. This = means that=0A= # the standard Auth/DBMAuth methods can be used for access control. = The=0A= # user name is the `one line' version of the client's X.509 = certificate.=0A= # Note that no password is obtained from the user. Every entry in = the user=0A= # file needs this password: `xxj31ZMTZzkVA'.=0A= # o ExportCertData:=0A= # This exports two additional environment variables: = SSL_CLIENT_CERT and=0A= # SSL_SERVER_CERT. These contain the PEM-encoded certificates of = the=0A= # server (always existing) and the client (only existing when = client=0A= # authentication is used). This can be used to import the = certificates=0A= # into CGI scripts.=0A= # o StdEnvVars:=0A= # This exports the standard SSL/TLS related `SSL_*' environment = variables.=0A= # Per default this exportation is switched off for performance = reasons,=0A= # because the extraction step is an expensive operation and is = usually=0A= # useless for serving static content. So one usually enables the=0A= # exportation for CGI and SSI requests only.=0A= # o CompatEnvVars:=0A= # This exports obsolete environment variables for backward = compatibility=0A= # to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. = Use this=0A= # to provide compatibility to existing CGI scripts.=0A= # o StrictRequire:=0A= # This denies access when "SSLRequireSSL" or "SSLRequire" applied = even=0A= # under a "Satisfy any" situation, i.e. when it applies access is = denied=0A= # and no other module can change it.=0A= # o OptRenegotiate:=0A= # This enables optimized SSL connection renegotiation handling when = SSL=0A= # directives are used in per-directory context. =0A= #SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars = +StrictRequire=0A= =0A= SSLOptions +StdEnvVars=0A= =0A= =0A= SSLOptions +StdEnvVars=0A= =0A= =0A= # SSL Protocol Adjustments:=0A= # The safe and default but still SSL/TLS standard compliant = shutdown=0A= # approach is that mod_ssl sends the close notify alert but doesn't = wait for=0A= # the close notify alert from client. When you need a different = shutdown=0A= # approach you can use one of the following variables:=0A= # o ssl-unclean-shutdown:=0A= # This forces an unclean shutdown when the connection is closed, = i.e. no=0A= # SSL close notify alert is send or allowed to received. This = violates=0A= # the SSL/TLS standard but is needed for some brain-dead browsers. = Use=0A= # this when you receive I/O errors because of the standard approach = where=0A= # mod_ssl sends the close notify alert.=0A= # o ssl-accurate-shutdown:=0A= # This forces an accurate shutdown when the connection is closed, = i.e. a=0A= # SSL close notify alert is send and mod_ssl waits for the close = notify=0A= # alert of the client. This is 100% SSL/TLS standard compliant, but = in=0A= # practice often causes hanging connections with brain-dead = browsers. Use=0A= # this only for browsers where you know that their SSL = implementation=0A= # works correctly. =0A= # Notice: Most problems of broken clients are also related to the = HTTP=0A= # keep-alive facility, so you usually additionally want to disable=0A= # keep-alive for those clients, too. Use variable "nokeepalive" for = this.=0A= # Similarly, one has to force some clients to use HTTP/1.0 to = workaround=0A= # their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" = and=0A= # "force-response-1.0" for this.=0A= SetEnvIf User-Agent ".*MSIE.*" \=0A= nokeepalive ssl-unclean-shutdown \=0A= downgrade-1.0 force-response-1.0=0A= =0A= # Per-Server Logging:=0A= # The home of a custom SSL log file. Use this when you want a=0A= # compact non-error SSL logfile on a virtual host basis.=0A= CustomLog /usr/local/apache/logs/ssl_request_log \=0A= "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"=0A= =0A= =0A= =0A= =0A= #(lifeng, 2/4/2001)=0A= #include /opt/memberLink/conf/jserv.conf=0A= #include /opt/MemberLink_QA/com/rims/memberlink/conf/jserv.conf=0A= include /opt/MemberLink_IAS/com/rims/memberlink/conf/jserv.conf=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= ------_=_NextPart_000_01C095F0.CF03612E Content-Type: application/octet-stream; name="jserv.conf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="jserv.conf" LoadModule jserv_module libexec/mod_jserv.so=0A= #lifeng=0A= #ApJServProperties /opt/memberLink/conf/jserv.properties=0A= ApJServProperties = /opt/MemberLink_QA/com/rims/memberlink/conf/jserv.properties=0A= ApJServManual off=0A= #ApJServManual on=0A= =0A= ApJServDefaultProtocol ajpv12=0A= ApJServSecretKey DISABLED=0A= ApJServMountCopy on=0A= ApJServLogLevel notice =0A= =0A= ApJServDefaultPort 8007=0A= =0A= AddType test/jsp .jsp=0A= AddHandler jserv-servlet .jsp=0A= =0A= ########################=0A= #=0A= #lifeng=0A= #Alias /memberLink /opt/memberLink/jsp=0A= #=0A= # Options Indexes FollowSymLinks=0A= #=0A= #ApJServMount /memberLink/jsp /memberLink =0A= #=0A= # AllowOverride None=0A= # deny from all=0A= #=0A= Alias /memberLink /opt/MemberLink_QA/com/rims/memberlink/jsp=0A= =0A= Options Indexes FollowSymLinks=0A= =0A= ApJServMount /memberLink/jsp /memberLink =0A= =0A= AllowOverride None=0A= deny from all=0A= =0A= ######################=0A= =0A= ------_=_NextPart_000_01C095F0.CF03612E Content-Type: application/octet-stream; name="jserv.properties" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="jserv.properties" ########################################################################= #######=0A= # Apache JServ Configuration File = #=0A= ########################################################################= #######=0A= =0A= ################################ W A R N I N G = ################################=0A= # Unlike normal Java properties, JServ configurations have some = important =0A= # extentions:=0A= #=0A= # 1) commas are used as token separators=0A= # 2) multiple definitions of the same key are concatenated in a =0A= # comma-separated list.=0A= ########################################################################= #######=0A= =0A= #=0A= # Execution parameters=0A= #######################=0A= =0A= # The Java Virtual Machine interpreter.=0A= # Syntax: wrapper.bin=3D[filename] (String)=0A= # Note: specify a full path if the interpreter is not visible in your = path.=0A= #(Lifeng)=0A= wrapper.bin=3D/usr/local/jbuilder4/jdk1.3/bin/java=0A= #wrapper.bin=3D/usr/local/apps/java/jdk1.2.2/bin/java=0A= =0A= # Arguments passed to Java interpreter (optional)=0A= # Syntax: wrapper.bin.parameters=3D[parameters] (String)=0A= # Default: NONE=0A= =0A= #(lifeng)=0A= wrapper.bin.parameters=3D-Dtomcat.home=3D/opt/MemberLink_QA/com/rims/mem= berlink=0A= wrapper.bin.parameters=3D-Dorg.omg.CORBA.ORBClass=3Dcom.inprise.vbroker.= orb.ORB=0A= wrapper.bin.parameters=3D-Dorg.omg.CORBA.ORBSingletonClass=3Dcom.inprise= .vbroker.orb.ORBSingleton=0A= wrapper.bin.parameters=3D-Djavax.rmi.CORBA.StubClass=3Dcom.inprise.vbrok= er.rmi.CORBA.StubImpl=0A= wrapper.bin.parameters=3D-Djavax.rmi.CORBA.UtilClass=3Dcom.inprise.vbrok= er.rmi.CORBA.UtilImpl=0A= wrapper.bin.parameters=3D-Djavax.rmi.CORBA.PortableRemoteObjectClass=3Dc= om.inprise.vbroker.rmi.CORBA.PortableRemoteObjectImpl=0A= wrapper.bin.parameters=3D-Dvbroker.agent.port=3D19354=0A= #(lifeng)=0A= =0A= # Apache JServ entry point class (should not be changed)=0A= # Syntax: wrapper.class=3D[classname] (String)=0A= # Default: "org.apache.jserv.JServ"=0A= wrapper.class=3Dorg.apache.tomcat.startup.Tomcat=0A= =0A= # Arguments passed to main class after the properties filename (not = used)=0A= # Syntax: wrapper.class.parameters=3D[parameters] (String)=0A= # Default: NONE=0A= # Note: currently not used=0A= =0A= # PATH environment value passed to the JVM=0A= # Syntax: wrapper.path=3D[path] (String)=0A= # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems=0A= # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 = systems=0A= # Notes: if more than one line is supplied these will be concatenated = using=0A= # ":" or ";" (depending wether Unix or Win32) characters=0A= # Under Win32 (windows-dir) and (windows-system-dir) will be=0A= # automatically evaluated to match your system requirements=0A= =0A= # CLASSPATH environment value passed to the JVM=0A= # Syntax: wrapper.classpath=3D[path] (String)=0A= # Default: NONE (Sun's JDK/JRE already have a default classpath)=0A= # Note: if more than one line is supplied these will be concatenated = using=0A= # ":" or ";" (depending wether Unix or Win32) characters. JVM = must be=0A= # able to find JSDK and JServ classes and any utility classes = used by=0A= # your servlets.=0A= # Note: the classes you want to be automatically reloaded upon = modification=0A= # MUST NOT be in this classpath or the classpath of the shell=0A= # you start the Apache from.=0A= #=0A= #wrapper.classpath=3D@JSERV_CLASSES@=0A= #wrapper.classpath=3D@JSDK_CLASSES@=0A= =0A= #(lifeng)=0A= #wrapper.classpath=3D/usr/local/apps/java/jdk1.2.2/lib/tools.jar=0A= #wrapper.classpath=3D/opt/rims/sprout/lib/baseV1_3.jar=0A= #wrapper.classpath=3D/opt/rims/sprout/lib/sproutV1_3.jar=0A= #wrapper.classpath=3D/opt/memberLink/lib/javax_ejb.zip=0A= #wrapper.classpath=3D/opt/memberLink/lib/mail.jar=0A= #wrapper.classpath=3D/opt/memberLink/lib/ecs.jar=0A= wrapper.classpath=3D/opt/memberLink/lib/collections.jar=0A= #wrapper.classpath=3D/opt/memberLink/lib/activation.jar=0A= ##=0A= ##wrapper.classpath=3D/opt/memberLink/lib/MemberLink08.22.00.jar=0A= #wrapper.classpath=3D/opt/memberLink/classes=0A= ##=0A= #wrapper.classpath=3D/usr/local/apps/jakarta-tomcat/lib/ant.jar=0A= #wrapper.classpath=3D/usr/local/apps/jakarta-tomcat/lib/jasper.jar=0A= #wrapper.classpath=3D/usr/local/apps/jakarta-tomcat/lib/servlet.jar=0A= #wrapper.classpath=3D/usr/local/apps/jakarta-tomcat/lib/webserver.jar=0A= #wrapper.classpath=3D/usr/local/apps/jakarta-tomcat/lib/xml.jar=0A= =0A= wrapper.classpath=3D/usr/local/inprise/ias/lib/vbjorb.jar=0A= wrapper.classpath=3D/usr/local/inprise/ias/lib/vbdev.jar=0A= wrapper.classpath=3D/usr/local/inprise/ias/lib/vbejb.jar=0A= wrapper.classpath=3D/usr/local/inprise/ias/lib/vbjdev.jar=0A= wrapper.classpath=3D/usr/local/inprise/ias/lib/navigator.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/MLClasses.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/MLBeanGroup.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/activatio= n.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/ant.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/archer2.j= ar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/ecs.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/jasper.ja= r=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/javax_ejb= .zip=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/javax_jts= .zip=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/mail.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/provideru= til.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/rmiregist= ry.jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/servlet.j= ar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/sproutaux= .jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/tools.jar= =0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/webserver= .jar=0A= wrapper.classpath=3D/opt/MemberLink_QA/com/rims/memberlink/lib/xml.jar=0A= wrapper.classpath=3D/usr/local/jbuilder4/jdk1.3/jre/lib/i18n.jar=0A= wrapper.classpath=3D/usr/local/jbuilder4/jdk1.3/jre/lib/rt.jar=0A= wrapper.classpath=3D/usr/local/jbuilder4/jdk1.3/lib/dt.jar=0A= #(lifeng)=0A= =0A= =0A= # An environment name with value passed to the JVM=0A= # Syntax: wrapper.env=3D[name]=3D[value] (String)=0A= # Default: NONE on Unix Systems=0A= # SystemDrive and SystemRoot with appropriate values on Win32 = systems=0A= =0A= #(lifeng)=0A= #wrapper.env=3DPATH=3D/usr/bin:/bin:/usr/local/bin:/home/kal/downloads/j= re1.2.2/bin:/usr/local/apps/java/jdk1.2.2/bin:/usr/local/#apache/bin:/op= t/memberLink=0A= wrapper.env=3DPATH=3D/usr/bin:/bin:/usr/local/bin:/home/kal/downloads/jr= e1.2.2/bin:/usr/local/apps/java/jdk1.2.2/bin:/usr/local/apache/bin:/opt/= MemberLink_QA/com/rims/memberlink=0A= =0A= # An environment name with value copied from caller to Java Virtual = Machine=0A= # Syntax: wrapper.env.copy=3D[name] (String)=0A= # Default: NONE=0A= #wrapper.env.copy=3DJAVA_COMPILER=0A= #wrapper.env.copy=3D/usr/local/apps/java/jdk1.2.2/bin/javac=0A= =0A= # Copies all environment from caller to Java Virtual Machine=0A= # Syntax: wrapper.env.copyall=3D[true|false] (boolean)=0A= # Default: false=0A= =0A= # Protocol used for signal handling=0A= # Syntax: wrapper.protocol=3D[name] (String)=0A= # Default: ajpv12=0A= =0A= #=0A= # General parameters=0A= ######################=0A= =0A= # Set the default IP address or hostname Apache JServ binds (or = listens) to.=0A= #=0A= # If you have a machine with multiple IP addresses, this address=0A= # will be the one used. If you set the value to localhost, it=0A= # will be resolved to the IP address configured for the locahost=0A= # on your system (generally this is 127.0.0.1). This feature is so =0A= # that one can have multiple instances of Apache JServ listening on =0A= # the same port number, but different IP addresses on the same = machine.=0A= # Use bindaddress=3D* only if you know exactly what you are doing = here,=0A= # as it could let JServ wide open to the internet.=0A= # You must understand that JServ has to answer only to Apache, and = should not=0A= # be reachable by nobody but mod_jserv. So localhost is usually a=0A= # good option. The second best choice would be an internal network = address=0A= # (protected by a firewall) if JServ is running on another machine than = Apache.=0A= # Ask your network admin.=0A= # "*" _may_ be used on boxes where some of the clients get connected = using=0A= # "localhost"and others using another IP addr.=0A= #=0A= # Syntax: bindaddress=3D[ipaddress] or [localhost] or [*]=0A= # Default: localhost=0A= bindaddress=3Dlocalhost=0A= =0A= # Set the port Apache JServ listens to.=0A= # Syntax: port=3D[1024,65535] (int)=0A= # Default: 8007=0A= port=3D8007=0A= =0A= #=0A= # Servlet Zones parameters=0A= ###########################=0A= =0A= # List of servlet zones Apache JServ manages=0A= # Syntax: zones=3D[servlet zone],[servlet zone]... (Comma separated = list of String)=0A= # Default: NONE=0A= zones=3Droot=0A= =0A= # Configuration file for each servlet zone (one per servlet zone)=0A= # Syntax: [servlet zone name as on the zones list].properties=3D[full = path to configFile] (String)=0A= # Default: NONE=0A= # Note: if the file could not be opened, try using absolute paths.=0A= root.properties=3D@JSERV_CONF@/zone.properties=0A= =0A= #=0A= # Thread Pool parameters=0A= #########################=0A= =0A= # Enables or disables the use of the thread pool.=0A= # Syntax: pool=3D[true|false] (boolean)=0A= # Default: false=0A= # WARNING: the pool has not been extensively tested and may generate = deadlocks. =0A= # For this reason, we advise against using this code in production = environments.=0A= pool=3Dfalse=0A= =0A= # Indicates the number of idle threads that the pool may contain.=0A= # Syntax: pool.capacity=3D(int)>0=0A= # Default: 10=0A= # NOTE: depending on your system load, this number should be low for = contantly=0A= # loaded servers and should be increased depending on load bursts.=0A= pool.capacity=3D10=0A= =0A= # Indicates the pool controller that should be used to control the =0A= # level of the recycled threads.=0A= # Syntax: pool.controller=3D[full class of controller] (String)=0A= # Default: org.apache.java.recycle.DefaultController=0A= # NOTE: it is safe to leave this unchanged unless special recycle = behavior=0A= # is needed. Look at the "org.apache.java.recycle" package javadocs for = more=0A= # info on other pool controllers and their behavior.=0A= pool.controller=3Dorg.apache.java.recycle.DefaultController=0A= =0A= #=0A= # Security parameters=0A= #####################=0A= =0A= # Enable/disable the execution of org.apache.jserv.JServ as a = servlet.=0A= # This is disabled by default because it may give informations that = should=0A= # be restricted.=0A= # Note that the execution of Apache JServ as a servlet is filtered by = the web=0A= # server modules by default so that both sides should be enabled to let = this =0A= # service work.=0A= # This service is useful for installation and configuration since it = gives =0A= # feedback about the exact configurations Apache JServ is using, but it = should=0A= # be disabled when both installation and configuration processes are = done.=0A= # Syntax: security.selfservlet=3D[true|false] (boolean)=0A= # Default: false=0A= # WARNING: disable this in a production environment since may give = reserved=0A= # information to untrusted users.=0A= security.selfservlet=3Dtrue=0A= =0A= # Set the maximum number of socket connections Apache JServ may handle = =0A= # simultaneously. Make sure your operating environment has enough = file=0A= # descriptors to allow this number.=0A= # Syntax: security.maxConnections=3D(int)>1=0A= # Default: 50=0A= security.maxConnections=3D50=0A= =0A= # Backlog setting for very fine performance tunning of JServ.=0A= # Unless you are familiar to sockets leave this value commented out.=0A= # security.backlog=3D5=0A= =0A= # List of IP addresses allowed to connect to Apache JServ. This is a = first =0A= # security filtering to reject possibly unsecure connections and avoid = the =0A= # overhead of connection authentication.=0A= # Syntax: security.allowedAddresses=3D[IP address],[IP Address]... = (Comma separated list of IP addresses)=0A= # Default: 127.0.0.1=0A= #security.allowedAddresses=3D127.0.0.1=0A= =0A= # Enable/disable connection authentication. =0A= # NOTE: unauthenticated connections are a little faster since = authentication =0A= # handshake is not performed at connection creation.=0A= # WARNING: authentication is disabled by default because we believe = that=0A= # connection restriction from all IP addresses but localhost reduces = your=0A= # time to get Apache JServ to run. If you allow other addresses to = connect and=0A= # you don't trust it, you should enable authentication to prevent = untrusted=0A= # execution of your servlets. Beware: if authentication is disabled and = the=0A= # IP address is allowed, everyone on that machine can execute your = servlets!=0A= # Syntax: security.authentication=3D[true,false] (boolean)=0A= # Default: true=0A= security.authentication=3Dfalse=0A= =0A= # Authentication secret key.=0A= # The secret key is passed as a file that must be kept secure and = must=0A= # be exactly the same of those used by clients to authenticate = themselves.=0A= # Syntax: security.secretKey=3D[secret key path and filename] = (String)=0A= # Default: NONE=0A= # Note: if the file could not be opened, try using absolute paths.=0A= #security.secretKey=3D@JSERV_CONF@/jserv.secret.key=0A= =0A= # Length of the randomly generated challenge string (in bytes) used = to=0A= # authenticate connections. 5 is the lowest possible choice to force a = safe=0A= # level of security and reduce connection creation overhead.=0A= # Syntax: security.challengeSize=3D(int)>5=0A= # Default: 5=0A= #security.challengeSize=3D5=0A= =0A= #=0A= # Logging parameters=0A= ####################=0A= =0A= # Enable/disable Apache JServ logging.=0A= # WARNING: logging is a very expensive operation in terms of = performance. You=0A= # should reduced the generated log to a minumum or even disable it if = fast =0A= # execution is an issue. Note that if all log channels (see below) = are=0A= # enabled, the log may become really big since each servlet request = may=0A= # generate many Kb of log. Some log channels are mainly for = debugging=0A= # purposes and should be disabled in a production environment.=0A= # Syntax: log=3D[true,false] (boolean)=0A= # Default: true=0A= log=3Dtrue=0A= =0A= # Set the name of the trace/log file. To avoid possible confusion = about=0A= # the location of this file, an absolute pathname is recommended.=0A= # =0A= # This log file is different than the log file that is in the=0A= # jserv.conf file. This is the log file for the Java portion of = Apache=0A= # JServ.=0A= #=0A= # On Unix, this file must have write permissions by the owner of the = JVM=0A= # process. In other words, if you are running Apache JServ in manual = mode=0A= # and Apache is running as user nobody, then the file must have its=0A= # permissions set so that that user can write to it.=0A= # Syntax: log.file=3D[log path and filename] (String)=0A= # Default: NONE=0A= # Note: if the file could not be opened, try using absolute paths.=0A= #log.file=3D/opt/memberLink/logs/jserv.log=0A= log.file=3D/opt/MemberLink_QA/com/rims/memberl/logs/jserv.log=0A= =0A= # Enable the timestamp before the log message=0A= # Syntax: log.timestamp=3D[true,false] (boolean)=0A= # Default: true=0A= log.timestamp=3Dtrue=0A= =0A= # Use the given string as a data format =0A= # (see java.text.SimpleDateFormat for the list of options)=0A= # Syntax: log.dateFormat=3D(String)=0A= # Default: [dd/MM/yyyy HH:mm:ss:SSS zz]=0A= log.dateFormat=3D[dd/MM/yyyy HH:mm:ss:SSS zz]=0A= =0A= # Since all the messages logged are processed by a thread running = with=0A= # minimum priority, it's of vital importance that this thread gets a = chance=0A= # to run once in a while. If it doesn't, the log queue overflow = occurs,=0A= # usually resulting in the OutOfMemoryError.=0A= #=0A= # To prevent this from happening, two parameters are used: = log.queue.maxage=0A= # and log.queue.maxsize. The former defines the maximum time for the = logged=0A= # message to stay in the queue, the latter defines maximum number of=0A= # messages in the queue.=0A= #=0A= # If one of those conditions becomes true (age > maxage || size > = maxsize),=0A= # the log message stating that fact is generated and the log queue = is=0A= # flushed in the separate thread.=0A= #=0A= # If you ever see such a message, either your system doesn't live up to = its=0A= # expectations or you have a runaway loop (probably, but not = necessarily,=0A= # generating a lot of log messages).=0A= #=0A= # WARNING: Default values are lousy, you probably want to tweak them = and=0A= # report the results back to the development team.=0A= =0A= # Syntax: log.queue.maxage =3D [milliseconds]=0A= # Default: 5000=0A= log.queue.maxage =3D 5000=0A= =0A= # Syntax: log.queue.maxsize =3D [integer]=0A= # Default: 1000=0A= log.queue.maxsize =3D 1000=0A= =0A= # Enable/disable logging the channel name=0A= # Default: false=0A= # log.channel=3Dfalse=0A= =0A= # Enable/disable channels, each logging different actions.=0A= # Syntax: log.channel.[channel name]=3D[true,false] (boolean)=0A= # Default: false=0A= =0A= # Info channel - quite a lot of informational messages=0A= # hopefully you don't need them under normal circumstances=0A= # log.channel.info=3Dtrue=0A= =0A= # Servlets exception, i.e. exception caught during =0A= # servlet.service() processing are monitored here=0A= # you probably want to have this one switched on=0A= log.channel.servletException=3Dtrue=0A= =0A= # JServ exception, caught internally in jserv=0A= # we suggest to leave it on=0A= log.channel.jservException=3Dtrue=0A= =0A= # Warning channel, it catches all the important=0A= # messages that don't cause JServ to stop, leave it on=0A= log.channel.warning=3Dtrue=0A= =0A= # Servlet log=0A= # All messages logged by servlets. Probably you want =0A= # this one to be switched on.=0A= log.channel.servletLog=3Dtrue=0A= =0A= # Critical errors=0A= # Messages produced by critical events causing jserv to stop=0A= log.channel.critical=3Dtrue=0A= =0A= # Debug channel=0A= # Only for internal debugging purposes=0A= # log.channel.debug=3Dtrue=0A= ------_=_NextPart_000_01C095F0.CF03612E Content-Type: application/octet-stream; name="server.xml" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="server.xml" =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0D=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= ------_=_NextPart_000_01C095F0.CF03612E Content-Type: application/octet-stream; name="mod_jserv.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mod_jserv.log" [13/02/2001 10:01:36:009] (EMERGENCY) ajp12: can not connect to host = 127.0.0.1:8007=0A= [13/02/2001 10:01:36:030] (EMERGENCY) ajp12: function connection = fail=0A= [13/02/2001 10:33:27:054] (EMERGENCY) ajp12: can not connect to host = 127.0.0.1:8007=0A= [13/02/2001 10:33:27:151] (EMERGENCY) ajp12: function connection = fail=0A= [13/02/2001 10:33:38:165] (EMERGENCY) ajp12: can not connect to host = 127.0.0.1:8007=0A= [13/02/2001 10:33:38:165] (EMERGENCY) ajp12: function connection = fail=0A= [13/02/2001 10:33:49:182] (EMERGENCY) ajp12: can not connect to host = 127.0.0.1:8007=0A= [13/02/2001 10:33:49:182] (EMERGENCY) ajp12: function connection = fail=0A= [13/02/2001 10:34:00:208] (EMERGENCY) ajp12: can not connect to host = 127.0.0.1:8007=0A= [13/02/2001 10:34:00:211] (EMERGENCY) ajp12: function connection = fail=0A= [13/02/2001 10:34:11:625] (EMERGENCY) ajp12: can not connect to host = 127.0.0.1:8007=0A= [13/02/2001 10:34:11:626] (EMERGENCY) ajp12: function connection = fail=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: printing debugging = information (command line, env)=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 0] = /usr/local/jbuilder4/jdk1.3/bin/java=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 1] = -Dtomcat.home=3D/opt/MemberLink_IAS/com/rims/memberlink=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 2] = -Dorg.omg.CORBA.ORBClass=3Dcom.inprise.vbroker.orb.ORB=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 3] = -Dorg.omg.CORBA.ORBSingletonClass=3Dcom.inprise.vbroker.orb.ORBSingleton= =0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 4] = -Djavax.rmi.CORBA.StubClass=3Dcom.inprise.vbroker.rmi.CORBA.StubImpl=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 5] = -Djavax.rmi.CORBA.UtilClass=3Dcom.inprise.vbroker.rmi.CORBA.UtilImpl=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 6] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=3Dcom.inprise.vbroker.rmi.CO= RBA.PortableRemoteObjectImpl=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 7] = -Dvbroker.agent.port=3D19354=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 8] = org.apache.tomcat.startup.Tomcat=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: argument[ 9] = /opt/MemberLink_IAS/com/rims/memberlink/conf/jserv.properties=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: environment[ 0] = PATH=3D/usr/bin:/bin:/usr/local/bin:/home/kal/downloads/jre1.2.2/bin:/us= r/local/apps/java/jdk1.2.2/bin:/usr/local/apache/bin:/opt/MemberLink_IAS= /com/rims/memberlink:/bin:/usr/bin:/usr/local/bin=0A= [13/02/2001 10:34:12:632] (ERROR) wrapper: environment[ 1] = CLASSPATH=3D/opt/memberLink/lib/collections.jar:/usr/local/inprise/ias/l= ib/vbjorb.jar:/usr/local/inprise/ias/lib/vbdev.jar:/usr/local/inprise/ia= s/lib/vbejb.jar:/usr/local/inprise/ias/lib/vbjdev.jar:/usr/local/inprise= /ias/lib/navigator.jar:/opt/MemberLink_IAS/classes:/opt/MemberLink_IAS/n= ewMLBeanGroup.jar:/opt/MemberLink_IAS/com/rims/memberlink/lib/activation= .jar:/opt/MemberLink_IAS/com/rims/memberlink/lib/ant.jar:/opt/MemberLin= k_IAS/com/rims/memberlink/lib/archer2.jar:/opt/MemberLink_IAS/com/rims/m= emberlink/lib/ecs.jar:/opt/MemberLink_IAS/com/rims/memberlink/lib/jasper= .jar:/opt/MemberLink_IAS/com/rims/memberlink/lib/javax_ejb.zip:/opt/Mem= berLink_IAS/com/rims/memberlink/lib/javax_jts.zip:/opt/MemberLink_IAS/co= m/rims/memberlink/lib/mail.jar:/opt/MemberLink_IAS/com/rims/memberlink/l= ib/providerutil.jar:/opt/MemberLink_IAS/com/rims/memberlink/lib/rmiregis= try.jar:/opt/MemberLink_IAS/com/rims/memberlink/lib/servlet.jar:/opt/Mem= berLink_IAS/com/rims/memberlink/lib/sproutaux.jar:/opt/MemberLink_IAS/co= m/rims/memberlink/lib/tools.jar:/opt/MemberLink_IAS/com/rims/memberlink/= lib/webserver.jar:/opt/MemberLink_IAS/com/rims/memberlink/lib/xml.jar:/u= sr/local/jbuilder4/jdk1.3/jre/lib/i18n.jar:/usr/local/jbuilder4/jdk1.3/j= re/lib/rt.jar:/usr/local/jbuilder4/jdk1.3/lib/dt.jar=0A= ------_=_NextPart_000_01C095F0.CF03612E--