Apache's Tomcat4.1 on Windows XP

Hi,
I've downloaded Tomcat4.1 Standard and installed as per instructions. Could see the Apache Tomcat4.1 group added to StartMenu's Programs list. I tried running Start Tomcat which successfully opens Start Tomcat Server window and also was able to run localhost on browser opening index.jsp page of Jakarta project.
I can see the properties of Startup Tomcat pulling the following:
C:\j2sdk1.4.1\bin\java.exe -jar -Duser.dir="C:\Program Files\Apache Group\Tomcat 4.1" "C:\Program Files\Apache Group\Tomcat 4.1\bin\bootstrap.jar" start
When tried to run startup.bat file from bin directory, neither anything gets started or shutdown.bat can really shut down. I've set CATALINA_HOME environment variable and also set tools.jar of j2sdk1.4 to classpath.
Not able to understand. Please advise

Hi,
Start again. You are running tomcat and you can see the examples when logging through a browser window. So it is working.
Could it be that you are trying to start and stop froma defunct directory?
What are your values for CATALINA_HOME? Do these match the tomcat library that you are trying to run?
Next, I presume you are running on windows (did you mention XP?). Open a DOS window and type
netstat -a
This shows all processes that are running at the moment. You are probably looking for port 8080 (or maybe 80).
To kill this process if it is still running, (not the ideal way) - open control panel\settings\administrative tools\services
stop the service (right click and stop)
OK.
Go to the bin directory of tomcat and double click startup.bat
Check the DOS window that opens until it states that tomcat has started correctly
Test it using htttp://localhost:8080/
Stop the service using shutdown.bat
Does this help?
best
kev

Similar Messages

  • Installing Coldfusion 9 and Apache 2.2 on Windows Server 2008 R2 Standard

    I'm having issues getting ColdFusion 9 working with Apache 2.2 on Windows Server 2008 R2 Standard.
    The server is brand new and it's a fresh install of Apache and ColdFusion 9.
    Having installed Apache, I tested the web server and it was working fine, so I proceeded to install ColdFusion 9. I attempted to restart the Apache server through the Apache Service monitor, only to get the error dialog box 'The requested operation has failed'.
    On closer examination of the Windows error log, I saw the following error:
    The Apache service named  reported the following error: >>>
    httpd.exe: Syntax error on line 488 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/ColdFusion9/runtime/lib/wsconfig/1/mod_jrun22.so into server: The Apache service named is not a valid Win32 application.
    I updated the ColdFusion installation to 9.0.1 in case there was an issue with version 9.0 and Apache. Still no joy.
    After a bit of research, I thought perhaps there was an issue with the mod_jrun22.so file (since when I commented out the reference to that file from the Apache config file, the Apache HTTP server started without any problem). I tried replacing the mod_jrun22.so with the 32 bit version (extracted from the wsconfig.jar file), but that made no difference either.
    I have tried a number of things. I have run wsconfig and uninstalled all web server connectors and then re-created them.
    I have to use Apache and IIS is not an option (I use rewrite rules extensively in an existing live installation and have many sites set up in a vhosts file), so please - no suggestions to use IIS instead.
    The system requirements on http://www.adobe.com/sea/products/coldfusion/systemreqs/ state that Coldfusion 9 will work with Apache 2.2.17 and later on Windows 64 bit, so why am I having issues with a brand-new installation on a 'virgin' server?
    Any help would be much appreciated. I have spent hours trawling the Web for solutions.

    I missed an important detail in my opening post. My Coldfusion 9 version is 64 bit - not 32.
    OK. Simple solution to this. I'll put it here for other peoples' reference.
    To cut a long story short, after phoning Adobe support this morning I was told that you can't run a 64 bit version of ColdFusion with a 32 bit web server. In essence, the web server software and the ColdFusion server software must be the same - either 32 or 64 bit.
    Apache is only officially released as a 32 bit version, but there is a 64 bit unofficial version available from http://www.blackdot.be/?inc=apache/binaries, so I downloaded that and installed it, based on the instructions at http://www.elxis.org/guides/developers-guides/64bit-apache-php-mysql-windows.html.
    Once I'd installed the 64bit version of Apache, the installation of Coldfusion 9 64 bit went smoothly and all appears to be working just fine now (well, I can get to the ColdFusion Administrator page and I have successfully updated the server software to ColdFusion 9.0.1).
    The fact that you can't mix different 'bit' versions of software in this way may be obvious, but it wasn't obvious to me. Having been an early adopter of a 64 bit version of Vista on my own PC, I never experienced these kind of problems before. Software installed itself into the corresponding locations on my PC without any problem and just worked. This is the first time I've run into this problem.
    Unfortunately, there doesn't appear to be any information regarding this very important requirement on the system requirements pages, so I suggested to the support engineer that he may want to make the recommendation that the page is amended to clarify the situation: e.g.
    IMPORTANT: 64 bit versions of ColdFusion require 64 bit versions of web server software to function. You can not mix 32 bit and 64 bit versions of web servers and ColdFusion server.
    Hope this helps someone else out.

  • How to configure apache and weblogic in windows 2000

    i am novice,
    i want to configure apache and weblogic in windows 2000
    weblogic version is 6.1
    apache version is 2.0
    how to do?

    George,
    I would take the following 'first steps'
    1)Install Apache20 on your Windows machine following the Apache online documentation
    http://httpd.apache.org/docs-2.0/misc/tutorials.html
    2)Make sure you can 'serve up' static HTML content from your Apache Server
    3)Install Weblogic Server per our online documentation
    http://edocs.bea.com/wls/docs61/install/index.html
    4)Also, make sure you can 'serve up' both static and dynamic (e.g., JSP) content
    directly from WLS server
    5)Once you have both of the above 'sanity' checks attempt to configure a simple
    proxy by ppath or mime type via our online documentation
    http://edocs.bea.com/wls/docs61/adminguide/apache.html#103803
    Chuck Nelson
    DRE
    BEA Technical Support

  • How to configure apache for ssl in windows platform

    hi all,
    can anyone help me expalin how to configure apache for ssl in windows platform.

    George,
    I would take the following 'first steps'
    1)Install Apache20 on your Windows machine following the Apache online documentation
    http://httpd.apache.org/docs-2.0/misc/tutorials.html
    2)Make sure you can 'serve up' static HTML content from your Apache Server
    3)Install Weblogic Server per our online documentation
    http://edocs.bea.com/wls/docs61/install/index.html
    4)Also, make sure you can 'serve up' both static and dynamic (e.g., JSP) content
    directly from WLS server
    5)Once you have both of the above 'sanity' checks attempt to configure a simple
    proxy by ppath or mime type via our online documentation
    http://edocs.bea.com/wls/docs61/adminguide/apache.html#103803
    Chuck Nelson
    DRE
    BEA Technical Support

  • PDF Printing with FOP/Apache Tomcat/J4LFOPServer in windows

    Hi everyone,
    I have been learning to create pdf report with Apex 4.2 and BI Publisher 10 which I have been successful with. Now I like to learn how to create pdf reports using FOP thinking of the customers who will not spend money on BI Publisher. I have gone through the documents and procedures described in Java 4 Less. http://www.java4less.com/apache/fop.php and http://www.java4less.com/fopdesigner/fodesigner.php?info=apex. Configured Apex instance setting accordingly.
    For default layout a tabular pdf report is created.
    I have created an xsl-fo file named Formatted_report.fo on same query and xml file from report query with BI Desktop. But when I try to print a formatted output with Formatted_report.fo report layout it does not work(J4LFOPServer ). but same layout with .rtf template works fine (BI Publisher Print Server).
    Please help
    Hasan Al Mamun
    Programmer/Assistant Systems Analyst
    Bangladesh Bank
    Dhaka, Bangladesh
    Edited by: 913230 on Dec 15, 2012 9:37 AM

    hi,
    if you use the J4lFOPServer as you write, you can set it in debug mode as described here:
    http://www.java4less.com/apache/fop.php?info=faq#debug
    you will then see the XML data and the FO data in the server window. Maybe you can see there if there is an error and that can help you fixing it.
    Jon

  • How to create a service for the OHS (Apache 2.0) on Windows?

    I've downloaded the Oracle HTTP Server (Apache 2.0) (10.1.3.3.0).
    It works also fine with DB 10gR2 and APEX.
    But how do I create a windows service for the opmnctl.exe?
    Thanks
    Ralph

    I've downloaded the Oracle HTTP Server (Apache 2.0) (10.1.3.3.0).
    It works also fine with DB 10gR2 and APEX.
    But how do I create a windows service for the opmnctl.exe?
    Thanks
    Ralph

  • WLS 6.1 SP2 and Apache 1.3.26 Windows NT/2000

    Hi,
    Is there an Apache plugin available for WLS 6.1 (SP2) and Apache 1.3.26 running
    on Windows NT/2000?
    thanks

    I've solved my own problem. I learned that there was a sp4 (let alone a
    sp3) for WLS. Installed that and the problem went away. Sorry for the
    noise.
    -Phil
    Philip Bower <[email protected]> wrote in
    news:[email protected]:
    When I try to deploy the struts-example.war or if I add the struts.jar
    to any other web app I've created, I get this error when I start WLS
    and it tries to deploy that war.
    java.lang.StringIndexOutOfBoundsException
    at weblogic.servlet.internal.WebAppHelper.resolveManifestName
    (WebAppHelper.java:469)
    I'm using version 1.1b3 of struts. I'm having no problems with
    version 1.0.2 of struts.
    I'm guessing its complaining about the manifest file in struts.jar,
    but I don't understand why.
    Here's my version info and the stack trace (my web app is called
    findme in this example). Thanks in advance.
    -Phil
    Server BuildWebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529
    All Server Product VersionsWebLogic Server 6.1 SP2 12/18/2001
    11:13:46 #154529 WebLogic XML Module 6.1 SP2 12/18/2001 11:28:02
    #154529
    <Feb 11, 2003 7:45:25 AM EST> <Error> <J2EE> <Error deploying
    application findme: Could not load findme>
    <Feb 11, 2003 7:45:25 AM EST> <Error> <Management> <ApplicationManager
    starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException:
    java.lang.StringIndexOutOfBoundsException: String index out of range:
    -1
    at java.lang.String.substring(String.java:1525)
    at
    weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper
    .jav a:469)
    at
    weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.j
    ava: 234)
    at
    weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebApp
    Serv letContext.java:3407)
    at
    weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServlet
    Cont ext.java:3376)
    at
    weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContex
    t.ja va:862)

  • How to install Apache-Weblogic brige for Windows NT 4.0

    I had installed weblogic 5.1 and Apache 1.3.6 at Windows NT 4.0 SP4.Use
    apache as web server ,weblogic as web application server. But I can not find
    the way to install Apache-Weblogic brige, can anybody help me?

    That is correct. However, we plan to add ports to these other platforms in
    the future.
    Thanks,
    Michael
    Michael Girdley
    WLS Product Manager
    cedar z <[email protected]> wrote in message
    news:8ec3s4$5pv$[email protected]..
    It's seem that wl5.1 has no weblogic-to-apache brige for window NT.
    zhao wrote in message <8ebo1h$2gs$[email protected]>...
    I had installed weblogic 5.1 and Apache 1.3.6 at Windows NT 4.0 SP4.Use
    apache as web server ,weblogic as web application server. But I can notfind
    the way to install Apache-Weblogic brige, can anybody help me?

  • Apache with weblogic serveron windows xp.

              Hi,
              Can you plz tell me how to connect Apache http server to weblogic in the windows
              os. The documentation provided is for linux platform. Can someone help me for
              windows.
              Thanks,
              Ankur
              

    Please see the jdbc chapter in the PE 8.0 developer's guide for the correct configuration for MySQL
    also make sure you can ping the connectionpool via the cli or the gui

  • Apache/PHP/oracle10GDB on windows installation

    dear helper,<br>
    <br>
    there is something i forgot to do, but i can not find it anywhere.<br>
    <br>
    Steps i did:<br>
    installed apache 2.0.53<br>
    installed php 5.0.4<br>
    <br>
    in php.ini file:<br>
    uncommand > extension=php_oracle.dll<br>
    uncommand > extension=php_oci.dll<br>
    changed extension dir into > extension_dir = "D:\www\php\ext"<br>
    <br>
    in httpd.conf file:<br>
    added the following:<br>
    ### Run as an Apache module<br>
    LoadModule php5_module "d:/www/php/php5apache2.dll"<br>
    AddType application/x-httpd-php .php<br>
    PHPIniDir "D:/www/php"<br>
    <br>
    changed directoryindex to > DirectoryIndex index.html index.php<br>
    <br>
    created dir: d:\www\instantclient<br>
    copied the files into this dir:<br>
    oci.dll<br>
    oraociei10.dll<br>
    orannzsbb10.dll<br>
    <br>
    changed the system environment PATH to:<br>
    d:\www\instantclient;%SystemRoot%\s...........<br>
    <br>
    restart windows xp pro.<br>
    <br>
    the test i used:<br>
    <?<br>
    $db = "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.80)(PORT = 1521))) (CONNECT_DATA = (SID = ORCL))";<br>
    if($conn=OCILogOn("scott", "tiger",$db)) {<br>
    echo "<b>SUCCESS :-) Connected to database</b>\n";<br>
    } else {<br>
    echo "<b>FAILED :-( Could not connect to database</b>\n";<br>
    }<br>
    Ora_Logoff($conn);<br>
    phpinfo();<br>
    ?><br>
    <br>
    then i get the following error:<br>
    Fatal error: Call to undefined function OCILogOn() in D:\www\Apache2\htdocs\oratest.php on line 3<br>
    <br>
    and in the phpinfo() i dont see settings for OCI<br>
    <br>
    <br>
    please can anyone help me ???<br>
    <br>
    thanks in advance..<br>
    <br>
    Ludock<br>

    You should really be running PHP 5.1.2+ for the newer features, which this is designed to use:
    <?php
    // Attempt to connect with user schema and password, then TNS alias.
    if ($c = @oci_connect("php","php","xe"))
    // Print successful message to web page.
    echo "Successfully connected to Oracle.<br />";
    // Disconnect from the database.
    oci_close($c);
    else
    // Assign the OCI error and format double and single quotes.
    $errorMessage = oci_error();
    // Open HTML table.
    print '<table border="1" cellpadding="0" cellspacing="0">';
    // Write array elements.
    foreach ($errorMessage as $name => $value)
    print '<tr><td>'.$name.'</td><td>'.$value.'</td></tr>';
    // Close HTML table.
    print '</table>';
    ?>
    However, you can use the ociconnect() function alias, which was used in earlier releases. Hope this helps.

  • Where is the Apache plug-in for windows?

    The documentation for WebLogic 7 states that there is a plugin for windows version of Apache 2. It is not in my distribution and can't find it on BEA web site. Anyone know where I can get hold of this?

    If you have a 64 bit version of windows, there is no more TWAIN in PSE 13, only in the 32-bit version and the mac version.

  • Installing 64-bit ColdFusion with 32-bit Apache web server on Windows Server 2008 64-bit

    This is related to another discussion that had a solution of using an unofficial 64-bit Apache, which is not permitted in my situation.  The discussion is here: http://forums.adobe.com/message/3580001. 
    I’m having trouble running the Apache and ColdFusion services after connecting the two with wsconfig.  I’ve tried replacing the 64-bit mod_jrun22.so with the 32-bit equivalent and the Apache service will then start, but the ColdFusion services error when loading the jvm.dll.
    Anyone familiar with this?
    Apache Web Server 2.2.22
    ColdFusion 9
    Thanks.

    Looking into the same issue myself. Can you elaborate on this? Which version of the JVM did you upgrade to and did you configure it in the CF Admin to use that jvm?
    Using the web connector, I get an error message that the mod_jrun22.so is not a valid win32 application.
    Thanks

  • Is there a weblogic 11gr1(10.3.6) plugin for apache 2.4 on windows

    I need to find out what version of Web Server Proxy Plugin is the correct one to work with WebLogic Server 11gr1 (10.3.6) and Apache webserver 2.4.
    WebLogic Web Server Plug-In 12c  indicates that  it is backward compatible with WebLogic Web Server Plugins 11gR1 but supports only 64-bit Web Servers. Please refer to Oracle Weblogic WebServer Plug-In 12.1.3 documentation for more information. 
    However when I goto the documentation I do not find any information.
    Any help would be appreciated!

    Hi,
    Can you check your web-server if your web-server is 64 bit then you can go ahead and use the 12c plugins .
    As it is always good to be on the latest plugins .
    If its a 32 bit then you have to stay on 11g plugins for the Webservers.
    Certification matrix for 10.3.6
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    Hope it helps

  • Apache keeps crashing on windows NT ... help

    Hi,
    I would like to know why apache is crashing about 10 times a day? I am using Portal 3.0.8 on win NT.
    I aslo found in other topics that I am not the only one that has problems with apache on NT.
    Currently there are working 2 users on Portal to develop a site. If these problems stay, the site will never go live.
    Can anybody help me ??
    Thanks,
    Jerome
    null

    The NT crashes are a known issue, and have already been resolved.
    The fix requires that you patch up your iAS Oracle Home to 8.1.7.1. Additionally, the Oracle database needs to be patched up to
    - 8.1.7.1 (if it is an 8.1.7 database)
    - 8.1.6.3 (if it is an 8.1.6 database)
    We already have a bug for this (bug#1432961)
    Be aware, that the 8.1.7.1 patch to the database reinstalls an older version of the OWA packages which are shipped with the 8.1.7.1 database (bug#1745320). If you have not yet done the upgrade, you can avoid this problem by removing the line "owaload.sql" from the 8.1.7.1 script "catload.sql" before doing the upgrade.
    If you have already upgraded to 8.1.7.1, please reload the OWA packages that came with Portal (available under IAS_HOME\Portal\admin\plsql\owa). Please read bug#1671234 as well.

  • Can not download Apache plug-in for windows platform

              Can any one get to this URL?? i have been trying for 2 days and it just doesnt
              work
              http://dev2dev.bea.com/managed_content/direct/apache2.0/apache2.0.zip
              Regards,
              Ako
              

              Can any one get to this URL?? i have been trying for 2 days and it just doesnt
              work
              http://dev2dev.bea.com/managed_content/direct/apache2.0/apache2.0.zip
              Regards,
              Ako
              

Maybe you are looking for

  • Can't install Oracle 8.1.7 Enterprise Edition on Pentium4

    I have Pentium4 with 256MB SDRAM and Windows 2000 server installed on it. I'm trying to install Oracle 8.1.7 Enterprise Edition but the setup doesn't run at all. Is this a problem of O.S. or the processor?

  • ITunes 7.02 downloading!

    I downloaded iTunes v. 7.02 just a while ago, but after I click on the agree button for the TOS, a popup that said: 'iTunes cannot open because it has detected a problem with your audio configuration' appeared. I followed the steps for that issue com

  • Web Services - WSDL doubt.

    Hi all, I’m sorry to repeat this subject again, but I continue with some doubts… I read almost SDN web logs about web services. All they teach, how to configure and develop a simple web services… but the steps to create a web service connection betwe

  • Updated itunes-accidentally deleted borrowed music from other itunes

    I updated my itunes settings by changing manual updates to automatic. In doing this I accidentally deleted music on my ipod that I obtained from friends' itunes. Is there any way to salvage the lost music?

  • BI_PROCESS_TRIGGER event job in released status ONLY

    HI ALL, I WANT TO TRIGGAR PC TWICE IN DAY 5 PM AND 2AM. 1.I CTEATED EVENT IN SM62 (ZSDPC_EVENT) 2.I CTEATED SE 38 PROGRAM (zsdpp_pc_event_program )LIKE BELOW REPORT  zsdpp_pc_event_program. DATA: gv_time TYPE sy-uzeit,       eventid TYPE btceventid.