Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Apache Tomcat 4.1

  • 18-12-2005 06:13PM
    #1
    Registered Users, Registered Users 2 Posts: 7,548 ✭✭✭


    Im using this to run a small webpage from my pc for my own use and a few friends. Basically just for sharing files. I find its faster than sending files using MSN messenger.

    Anyway i am using Apache Tomcat 4.1. The server is running fine but i am wondering if it is possible to get rid of the DOS screen while the server is running.

    When i run the server the output is
    18-Dec-2005 17:12:47 org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-80
    Starting service Tomcat-Standalone
    Apache Tomcat/4.1.31
    18-Dec-2005 17:12:49 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=tru
    e
    18-Dec-2005 17:12:49 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNul
    l=true
    18-Dec-2005 17:12:49 org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', retur
    nNull=true
    18-Dec-2005 17:12:51 org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-80
    18-Dec-2005 17:13:09 org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    18-Dec-2005 17:13:09 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/30  config=F:\Program Files\Apache Group\Tomcat 4.1
    \conf\jk2.properties
    


Comments

  • Registered Users, Registered Users 2 Posts: 19,396 ✭✭✭✭Karoma


    Create a shortcut to the .bat ; then change the properties of the .lnk to Run:Minimized.

    (Or run it as a service, and use Apache Monitor perhaps?)


  • Registered Users, Registered Users 2 Posts: 7,548 ✭✭✭BrokenArrows


    running i minimised only places it in the taskbar its still there.

    How do i run it as a service.


  • Registered Users, Registered Users 2 Posts: 3,890 ✭✭✭cgarvey


    Recent versions of Tomcat come with a windows installer that installs the service for you. There also some documentation on the Tomcat site how to install as a service (after installing Tomcat on windows).

    .cg


  • Closed Accounts Posts: 703 ✭✭✭SolarNexus


    another option would be to setup a user account for the server, login, start the server, then logout (leaving the program running). The server will continue to run, as its own user, and you wont be bothered by it at all (other than performance issues, of course).


  • Registered Users, Registered Users 2 Posts: 7,742 ✭✭✭mneylon


    Isn't that version of Tomcat a bit on the old side?


  • Advertisement
Advertisement
Advertisement