Mod_rewrite for Tomcat 5?

Hi all
I'm learning JSP right now; till now I worked with PHP, and with my used WAMP (XAMPP) I had the possibility to use the Apache mod mod_rewrite to rewrite URL's.
Can I use this module also for Tomcat? I tested it with a .htaccess file in a folder, but it didn't seem to be recognised in any way by the server.
Thank you for information.
Josh

thank you for your infos.
i found a tomcat addon to my xampp apache/php installation, so now i can use
http://localhost/java/
to parse my java files. but sadly .htaccess files don't seem to be regarded... tomcat lists it like every other file in the directory listing... so i think this dir is not being handled by apache anymore, and so i don't seem to be able to use .htaccess files so far...
any help would be greatly appreciated! Josh

Similar Messages

  • Java version for tomcat 4.0.5

    i read jdk1.2 and above are ok for tomcat 4.0.5. Can someone confirm it. has anyone got java 1.2.2 running with tomcat 4.0.5???

    buddies...i installed tomcat 4.0.5 succesfully . The bootstrap problem was due to my jdk version. Now i installed jdk1.3 and tom is live & kicking. I wanna take this opportunity to thank all of u and each one of u who responded patiently to my repeated questions and error. once again thank u so much :)

  • Adding SAN through web-security and Creating CSR for Tomcat (CUCM 10.5) to be signed by Third Party CA

    Hi Guys,
    Wondering if Any one has done this or could suggest the needful,
    We are running CUCM 10.5 cluster and currently using self-signed certificate for Tomcat. Now, we would like to get it signed by Third party CA.
    Just to be clear that we are doing this for Jabber clients so they should not get prompted for certificate Invalid.
    Now the issue; The CUCM is using IP address as hostname and for that reason we had to add the desired IP address under SAN (alternate name) through set web-security command. We did that successfully and restarted the Tomcat service and when we run the Show web-security command, it does show the added SAN;
     altNames: 2 names
              1) UCS-CUCM-UB.domain (dNSName)
              2) 10.x.x.x (dNSName)
    But when we try to generate the new CSR, it didn't contain the modified SAN, just the first one i.e only 1) UCS-CUCM-UB.domain (dNSName)
    Is there anything we missed here to get the added SAN being populated in the new CSR ?
    Regards
    M

    Hi Gordon,
    Thank you for your prompt response. For recommendation, you are right but we don't want to initiate that change for now unless, there is no other option left.
    While Generating new CSR, under SAN, there is only Parent Domain field which is populated with our domain name. How should I add the IP address there ?
    Regards

  • [svn:bz-trunk] 20680: Tomcat 7 Login Module work, due to the Tomcat 7 Security framework change we need to work out the security integration piece for tomcat 7 .

    Revision: 20680
    Revision: 20680
    Author:   [email protected]
    Date:     2011-03-08 08:23:30 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Tomcat 7 Login Module work, due to the Tomcat 7 Security framework change we need to work out the security integration piece for tomcat 7. So far the ValveBase and tomcat Realm had API changes which will impact on the Login integration with Tomcat 7
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
    Added Paths:
        blazeds/trunk/modules/opt/lib/catalina-708.jar
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve708.java

    Revision: 20680
    Revision: 20680
    Author:   [email protected]
    Date:     2011-03-08 08:23:30 -0800 (Tue, 08 Mar 2011)
    Log Message:
    Tomcat 7 Login Module work, due to the Tomcat 7 Security framework change we need to work out the security integration piece for tomcat 7. So far the ValveBase and tomcat Realm had API changes which will impact on the Login integration with Tomcat 7
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
    Added Paths:
        blazeds/trunk/modules/opt/lib/catalina-708.jar
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve708.java

  • Does anyone have a good server.xml file for tomcat?

    I am trying to link apache and tomcat on a RedHat 9 computer. I previously posted a message stating that I could not get tomcat to "automagically" make the configuration files (mod_jk.conf-auto) that all the manuals promised it would. However, I found that my problem was the lack of an ApacheConfig tag in the server.xml file. After looking at my server.xml file, I found that it was much more simplistic than I would hoped = it did not have enough comments or commented out options. It had none of the directives that the manuals said it included by default.
    In short, does anyone who has apache and tomcat linked have a server.xml file that I can look at so that I can figure out what I must add to mine to get tomcat working with apache? I would greatly appreciate it if you could copy and paste the whole thing here.
    Thank you very much in advance.
    Edward S. Rice

    Hi!
    I am having the Apache-Tomcat4.0 version installed on a Win2000 machine. I am pasting here my server.xml. Hope it will be useful to you. I even didnot do much modifications to my server.xml except for adding a context.
    Please come back if problem persists.
    <!-- Example Server Configuration File -->
    <!-- Note that component elements are nested corresponding to their
    parent-child relationships with each other -->
    <!-- A "Server" is a singleton element that represents the entire JVM,
    which may contain one or more "Service" instances. The Server
    listens for a shutdown command on the indicated port.
    Note: A "Server" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <Server port="8005" shutdown="SHUTDOWN" debug="0">
    <!-- A "Service" is a collection of one or more "Connectors" that share
    a single "Container" (and therefore the web applications visible
    within that Container). Normally, that Container is an "Engine",
    but this is not required.
    Note: A "Service" is not itself a "Container", so you may not
    define subcomponents such as "Valves" or "Loggers" at this level.
    -->
    <!-- Define the Tomcat Stand-Alone Service -->
    <Service name="Tomcat-Standalone">
    <!-- A "Connector" represents an endpoint by which requests are received
    and responses are returned. Each Connector passes requests on to the
    associated "Container" (normally an Engine) for processing.
    By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
    You can also enable an SSL HTTP/1.1 Connector on port 8443 by
    following the instructions below and uncommenting the second Connector
    entry. SSL support requires the following steps (see the SSL Config
    HOWTO in the Tomcat 4.0 documentation bundle for more detailed
    instructions):
    * Download and install JSSE 1.0.2 or later, and put the JAR files
    into "$JAVA_HOME/jre/lib/ext".
    * Execute:
    %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
    $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA (Unix)
    with a password value of "changeit" for both the certificate and
    the keystore itself.
    By default, DNS lookups are enabled when a web application calls
    request.getRemoteHost(). This can have an adverse impact on
    performance, so you can disable it by setting the
    "enableLookups" attribute to "false". When DNS lookups are disabled,
    request.getRemoteHost() will return the String version of the
    IP address of the remote client.
    -->
    <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
    port="8080" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="60000"/>
    <!-- Note : To disable connection timeouts, set connectionTimeout value
    to -1 -->
    <!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
    <!--
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
    port="8443" minProcessors="5" maxProcessors="75"
    enableLookups="true"
         acceptCount="10" debug="0" scheme="https" secure="true">
    <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
    clientAuth="false" protocol="TLS"/>
    </Connector>
    -->
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <!--
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
    port="8009" minProcessors="5" maxProcessors="75"
    acceptCount="10" debug="0"/>
    -->
    <!-- Define a Proxied HTTP/1.1 Connector on port 8081 -->
    <!-- See proxy documentation for more information about using this. -->
    <!--
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
    port="8081" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="10" debug="0" connectionTimeout="60000"
    proxyPort="80"/>
    -->
    <!-- Define a non-SSL HTTP/1.0 Test Connector on port 8082 -->
    <!--
    <Connector className="org.apache.catalina.connector.http10.HttpConnector"
    port="8082" minProcessors="5" maxProcessors="75"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0"/>
    -->
    <!-- An Engine represents the entry point (within Catalina) that processes
    every request. The Engine implementation for Tomcat stand alone
    analyzes the HTTP headers included with the request, and passes them
    on to the appropriate Host (virtual host). -->
    <!-- Define the top level container in our container hierarchy -->
    <Engine name="Standalone" defaultHost="localhost" debug="0">
    <!-- The request dumper valve dumps useful debugging information about
    the request headers and cookies that were received, and the response
    headers and cookies that were sent, for all requests received by
    this instance of Tomcat. If you care only about requests to a
    particular virtual host, or a particular application, nest this
    element inside the corresponding <Host> or <Context> entry instead.
    For a similar mechanism that is portable to all Servlet 2.3
    containers, check out the "RequestDumperFilter" Filter in the
    example application (the source for this filter may be found in
    "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters").
    Request dumping is disabled by default. Uncomment the following
    element to enable it. -->
    <!--
    <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
    -->
    <!-- Global logger unless overridden at lower levels -->
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="catalina_log." suffix=".txt"
    timestamp="true"/>
    <!-- Because this Realm is here, an instance will be shared globally -->
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    <!-- Replace the above Realm with one of the following to get a Realm
    stored in a database and accessed via JDBC -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="org.gjt.mm.mysql.Driver"
    connectionURL="jdbc:mysql://localhost/authority?user=test;password=test"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="oracle.jdbc.driver.OracleDriver"
    connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL?user=scott;password=tiger"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!--
    <Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
    driverName="sun.jdbc.odbc.JdbcOdbcDriver"
    connectionURL="jdbc:odbc:CATALINA"
    userTable="users" userNameCol="user_name" userCredCol="user_pass"
    userRoleTable="user_roles" roleNameCol="role_name" />
    -->
    <!-- Define the default virtual host -->
    <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
    <!-- Normally, users must authenticate themselves to each web app
    individually. Uncomment the following entry if you would like
    a user to be authenticated the first time they encounter a
    resource protected by a security constraint, and then have that
    user identity maintained across all web applications contained
    in this virtual host. -->
    <!--
    <Valve className="org.apache.catalina.authenticator.SingleSignOn"
    debug="0"/>
    -->
    <!-- Access log processes all requests for this virtual host. By
    default, log files are created in the "logs" directory relative to
    $CATALINA_HOME. If you wish, you can specify a different
    directory with the "directory" attribute. Specify either a relative
    (to $CATALINA_HOME) or absolute path to the desired directory.
    -->
    <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs" prefix="localhost_access_log." suffix=".txt"
    pattern="common"/>
    <!-- Logger shared by all Contexts related to this virtual host. By
    default (when using FileLogger), log files are created in the "logs"
    directory relative to $CATALINA_HOME. If you wish, you can specify
    a different directory with the "directory" attribute. Specify either a
    relative (to $CATALINA_HOME) or absolute path to the desired
    directory.-->
    <Logger className="org.apache.catalina.logger.FileLogger"
    directory="logs" prefix="localhost_log." suffix=".txt"
         timestamp="true"/>
    <!-- Define properties for each web application. This is only needed
    if you want to set non-default properties, or have web application
    document roots in places other than the virtual host's appBase
    directory. -->
    <!-- Tomcat Root Context -->
    <!--
    <Context path="" docBase="ROOT" debug="0"/>
    -->
              <Context path="/vijay" docBase="D:\Java\servlets" debug="0"/>
    <!-- Tomcat Manager Context -->
    <Context path="/manager" docBase="manager"
    debug="0" privileged="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="localhost_examples_log." suffix=".txt"
         timestamp="true"/>
    <Ejb name="ejb/EmplRecord" type="Entity"
    home="com.wombat.empl.EmployeeRecordHome"
    remote="com.wombat.empl.EmployeeRecord"/>
    <!-- PersistentManager: Uncomment the section below to test Persistent
              Sessions.
    saveOnRestart: If true, all active sessions will be saved
    to the Store when Catalina is shutdown, regardless of
    other settings. All Sessions found in the Store will be
    loaded on startup. Sessions past their expiration are
    ignored in both cases.
    maxActiveSessions: If 0 or greater, having too many active
    sessions will result in some being swapped out. minIdleSwap
    limits this. -1 means unlimited sessions are allowed.
    0 means sessions will almost always be swapped out after
    use - this will be noticeably slow for your users.
    minIdleSwap: Sessions must be idle for at least this long
    (in seconds) before they will be swapped out due to
    maxActiveSessions. This avoids thrashing when the site is
    highly active. -1 or 0 means there is no minimum - sessions
    can be swapped out at any time.
    maxIdleSwap: Sessions will be swapped out if idle for this
    long (in seconds). If minIdleSwap is higher, then it will
    override this. This isn't exact: it is checked periodically.
    -1 means sessions won't be swapped out for this reason,
    although they may be swapped out for maxActiveSessions.
    If set to >= 0, guarantees that all sessions found in the
    Store will be loaded on startup.
    maxIdleBackup: Sessions will be backed up (saved to the Store,
    but left in active memory) if idle for this long (in seconds),
    and all sessions found in the Store will be loaded on startup.
    If set to -1 sessions will not be backed up, 0 means they
    should be backed up shortly after being used.
    To clear sessions from the Store, set maxActiveSessions, maxIdleSwap,
    and minIdleBackup all to -1, saveOnRestart to false, then restart
    Catalina.
    -->
              <!--
    <Manager className="org.apache.catalina.session.PersistentManager"
    debug="0"
    saveOnRestart="true"
    maxActiveSessions="-1"
    minIdleSwap="-1"
    maxIdleSwap="-1"
    maxIdleBackup="-1">
    <Store className="org.apache.catalina.session.FileStore"/>
    </Manager>
              -->
    <Environment name="maxExemptions" type="java.lang.Integer"
    value="15"/>
    <Parameter name="context.param.name" value="context.param.value"
    override="false"/>
    <Resource name="jdbc/EmployeeAppDb" auth="SERVLET"
    type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/EmployeeAppDb">
    <parameter><name>user</name><value>sa</value></parameter>
    <parameter><name>password</name><value></value></parameter>
    <parameter><name>driverClassName</name>
    <value>org.hsql.jdbcDriver</value></parameter>
    <parameter><name>driverName</name>
    <value>jdbc:HypersonicSQL:database</value></parameter>
    </ResourceParams>
    <Resource name="mail/Session" auth="Container"
    type="javax.mail.Session"/>
    <ResourceParams name="mail/Session">
    <parameter>
    <name>mail.smtp.host</name>
    <value>localhost</value>
    </parameter>
    </ResourceParams>
    </Context>
    </Host>
    </Engine>
    </Service>
    <!-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0
    as its servlet container. Please read the README.txt file coming with
    the WebApp Module distribution on how to build it.
    (Or check out the "jakarta-tomcat-connectors/webapp" CVS repository)
    To configure the Apache side, you must ensure that you have the
    "ServerName" and "Port" directives defined in "httpd.conf". Then,
    lines like these to the bottom of your "httpd.conf" file:
    LoadModule webapp_module libexec/mod_webapp.so
    WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy examples warpConnection /examples/
    The next time you restart Apache (after restarting Tomcat, if needed)
    the connection will be established, and all applications you make
    visible via "WebAppDeploy" directives can be accessed through Apache.
    -->
    <!-- Define an Apache-Connector Service -->
    <Service name="Tomcat-Apache">
    <Connector className="org.apache.catalina.connector.warp.WarpConnector"
    port="8008" minProcessors="5" maxProcessors="75"
    enableLookups="true"
    acceptCount="10" debug="0"/>
    <!-- Replace "localhost" with what your Apache "ServerName" is set to -->
    <Engine className="org.apache.catalina.connector.warp.WarpEngine"
    name="Apache" debug="0" appBase="webapps">
    <!-- Global logger unless overridden at lower levels -->
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="apache_log." suffix=".txt"
    timestamp="true"/>
    <!-- Because this Realm is here, an instance will be shared globally -->
    <Realm className="org.apache.catalina.realm.MemoryRealm" />
    </Engine>
    </Service>
    </Server>

  • Which JRE / J2SE should be installed for tomcat 5.5?

    Does anyone know which JRE / J2SE should be installed for tomcat 5.5? Could anyone please give me the link for download?
    Thank for any suggestion
    Eric

    Does anyone know which JRE / J2SE should be installed
    for tomcat 5.5? Could anyone please give me the link
    for download?http://java.sun.com/javase/downloads/index.jsp

  • RequestInterceptor for Tomcat 5.5 server.xml ?

    Hello,
    Tomcat 3X server.xml has RequestInterceptor element for preventing classloader. What is the equivalent for tomcat 4X, 5X? and Where to add this equivalent ? I am using Tomcat5.5 and I encountered error in my servlet Naming class. It was said it workd with tomcat3.2.1 by adding the RequestInterceptor.
    Thanks for help,
    Wayne

    i am posting the Car.xml which i created in
    /conf/catalina/localhost directory in Tomcat 5.5.7
    ?xml version='1.0' encoding='utf-8'?>
    <Context path ="/Car" docBase="C:\Program
    Files\Apache Software Foundation\Tomcat
    5.5\webapps\Car" debug="0" />Rather than have you working directory under webapps, you can have it elsewhere in your system and refer to it using the docBase attribute. For example, say you have your work directory in d:\work\car,
    then
    <?xml version='1.0' encoding='utf-8'?>
    <Context  path ="/Car" docBase="d:/work/car"  />would suffice.
    cheers,
    ram.

  • Set JAVA_OPTS for Tomcat in unix

    Hi all,
    I've faced a problem on setting multiple system properties in the JAVA_OPTS for Tomcat in Unix.
    Example:
    JAVA_OPTS=-Dmypath="/home/" -Dmypath2="/home2/"
    I've tried in Windows and it works fine but not sure why in Unix it can't be done. Will be very appreciate if someone can help.

    Nope. If your application requires more than one retrieval from System Property, it will require more than one -D in the startup. However, it only works for Windows environment not unix.

  • Problem with the Installation of the Runtime Libraries for Tomcat

    Hi all,
    I'm using JDeveloper 10.1.3.41.57. I want to install the runtime Libraries for TOMCAT, unfortunately, I get the following error message:
    Can not Archive C:\Programme\Apache Software Foundation\Tomcat 5.5\common\lib\adfcm.jar to instance C:\Programme\Apache Software Foundation\Tomcat 5.5\BC4JAR.10.1.3.41.57\\common\lib\adfcm.jar
    I can install the Libraries manually, however, this solution is unacceptable for me, because then I get the error message, when i try to deploy the application:
    26.02.2008 11:22:38 org.apache.catalina.core.StandardContext start
    SCHWERWIEGEND: Context [ADFSampleKonRAd] startup failed due to previous errors
    Does somebody have an idea, how can I solve the problem?
    Thanks in advance!
    buFka

    hi,
    I am also getting the same problem, If you got any solution please update me.
    error message: Can not Archive D:\Tomcat 5.0\common\lib\adfcm.jar to instance D:\Tomcat 5.0\BC4JAR.10.1.3.36.73\\common\lib\adfcm.jar
    thanks in advance,
    Naga.

  • [svn] 1605: Bug: BLZ-155 - Deadlock using a thread pool for tomcat connectors

    Revision: 1605
    Author: [email protected]
    Date: 2008-05-07 14:24:53 -0700 (Wed, 07 May 2008)
    Log Message:
    Bug: BLZ-155 - Deadlock using a thread pool for tomcat connectors
    QA: Yes - Jorge verified in the QE lab
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-155
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/client/EndpointPushNotifier.j ava

    Cross post: http://forum.java.sun.com/thread.jspa?threadID=5215686&tstart=0
    If you must post across forums, just post in the most relevant one and then give the link to that in the other posts.

  • Security Manager Setting for Tomcat.

    Hi,
    Can anyone show me how to setup Security Manager for Tomcat step by step ?
    What do we need to set in server.xml and tomcat policy?
    After setting, how do run Tomcat?
    I did refer to the Tomcat Security Guide, but I didn't success to setup Security Manager.
    Can anyone explain in layman term to me?
    Your help will be appreciated.
    Thank you.

    I've solved my problem.
    For those who have are interested,
    you can refer to :
    http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat-security.html

  • [svn:bz-trunk] 21014: bug fix for RTMP security test case failure for Tomcat 7,

    Revision: 21014
    Revision: 21014
    Author:   [email protected]
    Date:     2011-04-04 13:44:59 -0700 (Mon, 04 Apr 2011)
    Log Message:
    bug fix for RTMP security test case failure for Tomcat 7,
    defer the ValveBase.getContainer() call to run time.
    Checkin tests not run as it only applies to Tomcat 7
    Modified Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/Tomcat7Valve.java

    Revision: 21014
    Revision: 21014
    Author:   [email protected]
    Date:     2011-04-04 13:44:59 -0700 (Mon, 04 Apr 2011)
    Log Message:
    bug fix for RTMP security test case failure for Tomcat 7,
    defer the ValveBase.getContainer() call to run time.
    Checkin tests not run as it only applies to Tomcat 7
    Modified Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/Tomcat7Valve.java

  • [svn:bz-4.0.0_fixes] 21088: Update readme. txt for tomcat authentication to include setup instructions for Tomcat 7.

    Revision: 21088
    Revision: 21088
    Author:   [email protected]
    Date:     2011-04-15 09:50:24 -0700 (Fri, 15 Apr 2011)
    Log Message:
    Update readme.txt for tomcat authentication to include setup instructions for Tomcat 7.
    checkintests: not run. not code change.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/resources/security/tomcat/readme.txt

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Do i require JDK for tomcat to run

    hello,
    i have developed an application and am providing it to my client with JRE , and the java compiler javac and tools.jar file as my application when run creates a web app every time and also creates 2 .java servlet files internally and then compiles them.
    i provide him with tomact 4.0 , as this web-app is to be deployed , now when i try to run tomcat it is unable to run and asks for java.exe path . so i have set the classpath & path from dos and then try to run tomcat / catalina
    C:\>catalina start
    Using CATALINA_BASE: c:\progra~1\apache~1.0
    Using CATALINA_HOME: c:\progra~1\apache~1.0
    Using CATALINA_TMPDIR: c:\progra~1\apache~1.0\temp
    Using JAVA_HOME: c:\progra~1\java\j2re1.4.0_01
    Bad command or file name
    the above error is coming.
    please help as i have to hand over the software to him tommorrow and am unable to get tomcat running .
    do i require the JDK to be installed too sincce i am running tomcat or do i require some specific files from jdk for tomcat to run

    THIS IS SERIOUS!!!!!!!!! READ THIS!!!!!!!!!!!!!!!!!!! HEY PEOPLE JUST READ AND TRY THIS IT REALLY
    WORKS!!!!!
    THIS REALLY WORKS, SEE HOW THIS TEACHER
    MADE XTRA BUCKS IN WEEKS!!!SIMPLE AND IT'S
    LEGAL!!!!!!! I found this on a bulletin board and
    decided to try it a little while back, I was
    browsing through news groups just as you are
    right now and came across a article similar to
    this saying that you could make thousands of
    dollars within weeks with only an initial
    investment of $6.00!! So, I thought yeah right.
    This must be a scam, but like most of us, I was
    curious, so I kept reading. Anyway, it said that
    you send one dollar to each of the six names and
    addresses stated in the article. You then delete
    the first address and change the numbers. ( 2
    becomes 1, 3 becomes 2, etc.) place your own name
    and address on the bottom of the list at number 6
    and post the article to at least 200 news
    groups. (there are thousands) No catch that was
    it. Therefore, after talking to a few people and
    thinking it over I decided to try it. What do I
    have to lose except 6 stamps and $6.00 right?
    Then I invested the measly six dollars. WELL
    GUESS WHAT!!! Within 7 days, I started getting
    money in the mail!!! I was shocked. I thought it
    was going to stop but it just kept coming. In my
    first week, I made $25.00. By the end of the
    second week, I had $900.00. In the end of the
    third week, I made $5,000.00!!! It's still
    growing right now. This is now my fourth week and
    I have made a total of just over $38,000.00!
    Moreover, it's still coming in rapidly. This is
    certainly worth $6.00 and 6 stamps. I have spent
    more than that on the lottery!! Let me tell you
    how this works nd most importantly why it
    works...Also make sure that you print a copy of
    this article NOW so you can get the information
    off of it as you need it. I promise you that if
    you follow the directions exactly, that you will
    start making more money than you possibly thought
    just by doing something so easy!! SUGGESTION:
    READ THIS ENTIRE MESSAGE CAREFULLY (Print it
    out or down load it) Follow the simple directions
    and watch the money come in! It's easy. It's
    legal. And your investment is only $6.00(plus
    postage) IMPORTANT: This is not a rip off; it is
    not indecent; it isn't illegal; and it is
    virtually no risk - it really works!!!!! If all
    of the following instructions are adhered to, you
    will receive extraordinary dividends. PLEASE
    NOTE: please follow these directions exactly and
    $1,000's or more can be yours in 20 to 60 days.
    This program remains successful because of the
    honesty and integrity of the participants. Please
    continue its success by carefully adhering to the
    instructions. You will now become a part of the
    mail order business. In this business, your
    product is not solid and tangible, it's a
    service. You are in the business of developing a
    mailing list. Many large corporations are happy
    to pay big bucks for quality list. However, the
    money made from the mailing list is secondary to
    the income, which is made from people like you
    and me asking to be included to that list. Here
    are the four steps to success: STEP 1: Get 6
    separate pieces of paper write the following on
    each piece of paper "PLEASE PUT ME ON YOUR
    MAILING LIST." Now get 6 us 1dollar bills and
    place ONE inside EACH of the six pieces of paper
    so the bill will not be seen through the envelope
    to prevent thievery. Next, place one paper in
    each of the 6 envelopes and seal them. MAKE SURE
    THERE ARE ENOUGH STAMPS ON YOUR ENVELOPES. You
    should now have 6 sealed envelopes, each with a
    piece of paper stating the above phrase your name
    and address and a $1.00 bill. What you are doing
    is creating a service. THIS IS ABSOLUTELY LEGAL!
    You are requesting a legitimate service and you
    are paying for it! Like most of us, I was a
    little skeptical and a little worried about the
    legal aspects of it all. So, I checked it out
    with the U.S. Post Office (1-800-725-2161) and
    they confirmed that it is indeed legal!!!!! Mail
    the six envelopes to the following addresses: #1) John Hernandez 1600 Maiden Lane Richmond Tx. 77469
    #2) Matt Schumacher P.O.Box 936 Ogden KS. 66517 #3) TRB 14135 Armant Place Dr. Cypress Tx. 77429
    #4) Chuks Orji, Samuel Opara 8304 S. Course, #506
    Houston, Tx. 77072
    #5). Malcolm Williamson 502 E Michigan Apt#10
    Urbana, IL 61801
    #6) Eric Ogles 416 Arbor Ridge Dr. Stone Mountain GA. 30087
    STEP 2: Now take the #1 name off the list that
    you see above, move the other names up (6
    becomes 5, 5 becomes 4, etc...) and add YOUR name
    as number 6 on the list. STEP 3: Change anything
    you need to but try to keep this article as
    original as possible. Now post your amended
    article to at least 200 news groups. ( I think
    there are 24,000 groups) All you need is 200, but
    remember, the more you post , the more money you
    make! ** EVERYBODY AROUND THE WORLD CAN DO THIS
    BUT REMEMBER TO PUT ENOUGH STAMPS ON YOUR
    ENVELOPES!!!!** This is perfectly legal! If you
    have any doubts, refer to title 18 sec. 1302 &
    1341 of the postal lottery laws. Keep a copy of
    these steps for your self and whenever you need
    money, you can use it again and again. PLEASE
    REMEMBER that this program remains successful
    because of the honesty and integrity of the
    participants and by carefully adhering to the
    directions. Look at it this way, if you are of
    integrity, the program will continue and the
    money that so many others have received will come
    your way. NOTE: You may want to retain every name
    and address sent to you, on either a computer or
    a hard copy and keep the notes people sent you.
    This verifies that you are truly providing a
    service. (Remember to wrap the $1 bill in the
    note to prevent mail theft.) So, as each post is
    downloaded and the directions carefully followed,
    six members will be reimbursed for their
    participation as a list developer with one dollar
    each. Your name will move up the list
    geometrically so that when your name reaches the
    #1 spot you will be receiving thousands of
    dollars in CASH!!!!! What an opportunity for only
    $6.00 ($1 for each of the six people listed
    above) Send it now, add your own name to the list
    and you're in business! DIRECTIONS: HOW TO POST
    TO NEWS GROUPS STEP 1: You do not need to retype
    this entire letter to do your own posting. Simply
    put your cursor at the beginning of this letter
    and drag your cursor to the bottom of this
    document, and select "copy" from the edit menu.
    This will copy the entire letter into the
    computer's memory. STEP 2: Open a blank notepad
    file and place your cursor at the top of the
    blank page. From the edit menu, select "paste."
    This will paste the copy of the letter into
    notepad so you can add your name to the list.
    STEP 3: Save your new notepad file as a .txt
    file. If you want to do your postings in
    different settings, you'll always have this file
    to come back to. STEP 4: Use Netscape and
    Internet Explorer and try searching for various
    news groups (on-line forums, message boards,
    chat sites,discussions.) STEP 5: Visit these
    message boards and post this article as a new
    message by highlighting the text of this letter
    and selecting "paste" from the edit menu. Fill in
    the subject, this will be the header that
    everyone sees as they scroll through the list of
    postings in a particular group, click the post
    message button. You're done with the first one!
    CONGRATULATIONS,...THAT'S IT! All you have to do
    is jump to different news groups and post away,
    after you get the hang of it, it will take 30
    seconds for each news group! **REMEMBER, THE MORE
    NEWS GROUPS YOU POST IN (MESSAGE BOARDS ETC.) THE
    MORE MONEY YOU WILL MAKE!! BUT YOU HAVE TO POST A
    MINIMUM OF 200. That's it! You will begin
    receiving money from around the world within
    days! You may eventually want to rent a P.O. Box
    due to the large amount of mail you will receive.
    If you wish to stay anonymous, you can invent a
    name to use as long as the postman will deliver
    it. **JUST MAKE SURE THE ADDRESS IS CORRECT** Let
    me break it down, say I receive only 5 replies,
    so then I made $5 with my name at #6 on the
    letter. Now each of the 5 persons who just sent
    me $1 made the MINIMUM 200 postings, each with my
    name at #5 and only 5 people respond to the
    original 5 people. That is another $25 for me.
    Now those 25 people make the MINIMUM 200 post
    with my name at number 4 and only 5 replies each,
    I will make $125. Now, those 125 people post the
    MINIMUM 200 postings with my name at #3 and only
    get 5 replies each, I will make an additional
    $626! OK, now here's the fun part each of those
    625 people post a MINIMUM 200 with my name at #2
    and they only get 5 replies that just made me
    $3,125!!! Those 3125 people send a MINIMUM 200
    postings and they only get 5 replies each with my
    name at #1, I will receive $15,625!!! With an
    original investment of $6!!!! AMAZING!!!! . When
    your name is no longer on the list, you just take
    the latest postings in the news groups and send
    out another $6 to names on the list putting
    yourself at #6 and start posting again. Thousands
    of people are joining the internet each day and
    they are reading articles like these just as you
    are right now. So this can never be played out
    just keep it going and you can make tons of money
    too!!!! Please try it now and make big bucks in a
    few short weeks!!!!!! What do you have to lose?

  • IAS Enterprise Manager App Pool Statistics - available for Tomcat?

    Is the Enterprise Manager feature that manages / displays statistics for the application module pooling performance available for Tomcat?
    How can you monitor application module pooling performance (critical for any production application) in a non-iAS environment?
    Thanks

    The strange part is even Metalink has nothin of such for 10.1.2.3.0 server problems.

Maybe you are looking for