Web debugging not using port 8080

empty

You're quick to answer!
My third question is when I start Tomcat from inside NitroX by using the
Run->Debug... menu - selecting my own server.xml in server config. -> Which
tags can I debug? Only JSP/Java or also Struts tags?
Again Thanx,
Nikolaj
"M7 Support" <[email protected]> wrote in message
news:[email protected]...
For the browser issue you have to wait for the next build. It hasexactly the options your are asking for.
You can see the server.xml we generate. After you start Tomcat take a
look at the end of the first line in the Console view. The name of the
file is there. You can copy it while the server is running.
Would you mind being more specific about the third issue? Do you start
Tomcat from inside NitroX by using the Run->Debug... menu or you are
trying to attach to it?
Regards,
M7 Support
Nikolaj Ravn wrote:
Thanks Support,
It was almost too obvious.
But when I run/debug a new browser session is opened still using port
8080.
1) How do I configure this browser to use another port (and other
params...)?
2) How do I prevent this browser from starting?
3) (and most important) How do I make my application hook up on the
Tomcat
being started. My breakpoints doesn't stop the code as expected. I guess
its
a common issue using the webcontainer. It would be nice to see your
server.xml that you use. Any help here?
Again thanx and you do have a nice product here. Anticipating your
pricing.
Nikolaj
"M7 Support" <[email protected]> wrote in message
news:[email protected]...
You can start with your own server.xml.
Open Window->Preferences->NitroX->Server configurations.
Select your configuration and press the Edit button.
In the Configuration tab select Existing configuration file and enter
the full path to it.
Close the dialogs with OK.
Start the debugger as usual.
M7 Support
Nikolaj Ravn wrote:
How do I make NitroX use another port for debugging than 8080?
I'm using Tomcat 4.1 - and I need to use port 8070. I understand that
NitroX
is making its own server.xml for starting Tomcat - but from what? Not
my
server.xml, I guess.
Thanx,
Nikolaj

Similar Messages

  • How to detect what's using port 8080

    I'm getting this error when runing my ANT script:
    [java] LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.net.BindException: Address already in use: JVM_Bind:8080
    wonder how can I tell what's using port 8080.
    thanks

    windows:
    c:\netstat -an | find "8080"
    *nix:
    netstat -an | grep "8080"

  • Running BW Query in a Web, but not using Portal

    Hello guys,
    I'm running a BW Query using Web (From Query Designer) and it keeps trying to open a portal page. Then I need to change the URL manually to something like this:
    http://sapdev:8000/sap/bex?......
    Then works fine, my query runs with no issues. Where can I define to do not use Portal url ? (I'm checking the following document: How to... enable SAP BW Web functionality....").
    Regards,
    Marcelo

    Hi Marcelo,
    Please check out these threads:
    Re: Error while running BW Query.
    wrong url on running BEx query
    Regards
    Jeeth

  • What portion of Web services is using port 9010

    I can't manage to find documentation anywhere which states what portion of Web Services uses port 9010. I'm setting up a Snow Leopard server (all current updates installed) for a client, and they need to use Readerware for their library database and management: http://www.readerware.com/.
    The server component kept throwing errors about port 9010 when it would start as it uses 9010 as its "control port" in communications with client software. Readerware support pointed me in the direction of Web Services, though just turning them off doesn't fix the problem. Even though a Port Scan in Network Utility shows 9010 as clear after flipping the big switch in Server Preferences, Readerware still throws errors and refuses to work correctly. Only if I switch off Web Services, reboot the server, and immediately start Readerware, will it work. If I turn Web Services on, Readerware continues to operate correctly until the server component is quit and relaunched. Then, 9010 port-in-use errors again.
    My Snow Leopard Server install is still fairly virgin, and I haven't done anything to change Web Services other than turn it on and off. No software firewall is running. The Webmail component of Web Services is turned off as the Mail service itself is turned off. The obvious solution to me would be to customize the control port of Readerware, but they don't seem to offer that option.

    to add more to this, the Apache server status page on 9010 (http://localhost:9010/server-status/) appears to be localhost only
    That's absolutely correct. You don't typically want to expose the data that /server-status and /server-info give to the outside world.
    So would commenting this out actually break Sever Admin?
    Yes, because Server Admin doesn't communicate with Apache over port 9010.
    Server Admin.app talks to servermgrd, a daemon process that runs on Mac OS X Server. Server Admin.app tells servermgrd what information it wants and servermgrd collects that data and returns it to the GUI app.
    Since servermgrd lives on the server itself it's quite capable of communicating with Apache on localhost port 9010.
    The other possible solution to your problem is to configure your other app so that it listens on a specific IP address rather than * - that way localhost:9010 can be the regular apache/Server Admin interface, while 192.168.1.2:9010 could be your ReaderWare app (if it supports this kind of configuration).

  • How to view HR photo from a web-site NOT using ArchiveLink NOR ContentRep.

    Hello,
    We have a web site where ALL our employees' photos are maintained.
    It is accessible via HTTP with one of the parameters is the ID number of the employee.
    Is it possible to customize the PA in such a way that it will display the photo in the SAPgui by accessing the photo using a URL ?
    For example the following URL:
    http://<server_name>:<server_port>/hr_photo/EMPLOYEE_ID.jpg
    Please, help.
    Thanks and kind regards,
    Gil Halevy

    I know what you are asking for but sadly, it is NOT possible without customization. I have had 2 past clients with this issue....typically they had the employee photos on some common intranet server in some folder and simply referenced them by "(username).jpg" through some kind of custom employee directory app/web page. Since ESS services, many MSS services, HRAS services, etc. via the portal and then also SAPGui transactions rely on the ArchiveLink config for photos as standard, we had to load all the photos into ArchiveLink and do it the "right" way. It actually is VERY easy to do. The added benefit that the clients like too is that you can have SEVERAL photos (such as photos over time) for a single employee (since there is no longer the dependence on the naming of the image file such as (employee#).gif or (userid).jpg. Sooooo....sorry I don't have the answer you wanted, but hopefully my answer helped.

  • Charts in Web VI not using current data - lag, delayed

    Hi, I'm using Labview to generate a "web portal" for viewing some realtime information coming from a number of machines.
    The machines report power system frequency from a number of sites and display the current measurement as an ASCII readout on the Labview front panel, but I also have a chart showing the history of the measurements over the last 20 seconds.  When I look at the front panel on the computer hosting the VI (i.e. on its monitor) all is well and all the data is correct, current and up-to-date.
    However, when I access via the web interface (using an Embedded VI) the ASCII readouts are all current, however, the chart is delayed by a variable amount.  I have seen it chart data 3 seconds behind the current samples, and sometimes nearly a minute behind.  i.e., the timestamp of the most recent value on the web chart is lagging the most recent time stamp at the server, even though the web interface is getting the most recent values on the ASCII readouts.
    I'm guessing there is some sort of error in rendering the charts at the web client Labview Runtime Engine, but I've no idea how I might fix this.  Any advice would be much appreciated.
    I am using Labview 7.1 for historical reasons, I can upgrade to 8.6, but would prefer not to.
    Thanks

    It is a good amount of time ago that I have been using remote panels with LabVIEW 7.0 but I have faced the same issue in 2003 (if I remember correctly). As far as I remember, the big difference between updating a numeric indicator and a chart is, that updating the chart requires the entire history needs to be send to the remote client.
    You say "I also have a chart showing the history of the measurements over the last 20 seconds". I think that you expect too much from the remote panel in conjunction with charts. If you write to the chart at a slower rate you might get better behaviour.
    Another apprach (I do not remember if this is a good tip): The behaviour might improve by decreasing the Chart History Length.
    Hope this helps, Guenter

  • Changing Text on a web page not using textbox

    Hi I am new to programming in Javascript and am just needing a bit of a hand using an onChange event to change some normal text in the middle of a web page. The exmaple is if you have a text box that you can enter in a dollar amount and then once you click out side of the box it will change the total at the bottom of the web page (which is in noraml text) I don't want to put the total at the bottom into a form box to make this work.
    Thanks
    Davo

    One way is using the property innerhtml, but I think this only works properly in Internet Explorer 6. I send you a reference that could helps you:
    http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/innerhtml.asp

  • How to make all web pages not use mobile page

    I don't want to see the mobile web page. I want the desktop view. It seems to be grayed out.

    I have that installed but it still shows me the mobile version of the site. The desktop icon is grayed out.

  • Running a web server along with Oracle XE - Port 8080 problem & solution

    Hi,
    My company is tight on computing power so we're using an older machine to run our Oracle XE instance and our Apache web server. The Apache server is using port 80 to host the website, while Oracle XE is using port 8080 for APEX.
    Initially this did not pose any problems, but as when our consultants were at clients sites they weren't able to access port 8080. This was a huge problem for us since we use APEX for our time sheet system.
    I could have used a 2nd computer to host the APEX engine on port 80 (if you want to know how to do this just search the forum), but I didn't have an extra machine at my disposal.
    After doing some reading I found that I could modify the Apache httpd.conf file (/etc/httpd/conf/httpd.conf for linux systems) to handle this. I thought I'd post my results for others in the same situation:
    - #Search for the mod_proxy section and add the following:
    - ProxyRequests Off
    - #This maps the :8080/apex to :80/apex
    - ProxyPass /apex http://www.mydomain.com:8080/apex
    - ProxyPassReverse /apex http://www.mydomain.com:8080/apex
    - #This maps the :8080/i/ (for images) to :80/apex.
    - #YOU NEED THIS since all images and js calls reference the /i/ directory
    - ProxyPass /i http://www.mydomain.com:8080/i
    - ProxyPassReverse /i http://www.mydomain.com:8080/i
    - #Search for Alias and add the following:
    - #This is optional. It will allow a simple url for your users to access a common application
    - Redirect /myapps http://www.mydomain.com/apex/f?p=100
    Of course you can add some restirctions, and verification for the apache module to the conf above, but I thought I'd keep it basic for this example.
    Hope this helps others in the same sitation.

    Thanks for all the responses I got,
    Martin, Thank you
    I tried the same advises on my static IP address and it works fine, and very quickly some times, thank you.
    My Appache function well and I test a sample webpage.
    The domain name did not succeed in my network, may be because its a fake one, I do not really know but I already have an active domain but want to use it when the things will work for sure in all the aspects, and finish the tests.
    Your advises were very useful for me.
    But I still get the TCP_Error with timeout, some times, I think, the issue is related to the network now (not sure, but the tests takes long time and I prefere to let you know the development for now) , I'm trying to fix the network, as much as I can to get the perfect performance. But I just wonder about the Listener , may be there is something we need to change, still testing
    Did you tried your applications onsite from multiple workstations at the same time in Oracle XE using your web server?
    Appriciate your help and all other attendants.
    Thanks

  • Web server and apex running on same machine - port 8080 possible conflict

    Hi Guys,
    I have installed Apache Tomcat and currently in the process of installing Oracle 11G in the same machine.
    The tomcat is using port 8080 and I understand from other installs, that APEX uses 8080 as well.
    Is there way after installing Oracle 11G XE database, to shut down APEX so it doesn't conflict with Tomcat's use of 8080? I have no use for APEX at this point want to shut it down if its possible.
    Alternatively, can it be configured to use another port?
    Many thanks.

    You can do either, shut it down or change the port. So sad that you said you "have no use for Apex...". :(
    What gateway are you using for Apex? Is it the EPG, OHS or the Apex Listener? If you're using the EPG then there is a whole command structure/API for that. Here are a couple that you can run from a SQLPlus session:
    SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    EXEC DBMS_XDB.SETHTTPPORT(port);
    For example:
    EXEC DBMS_XDB.SETHTTPPORT(8080);
    OR
    EXEC DBMS_XDB.SETHTTPPORT(8181);If you're using OHS then you go to your OHS/Apache directory and find the OPM path and issue your shutdown startup commands from there. If it's the Apex Listener with Glassfish then you go to the Glassfish admin console and shutdown your Apex deployment from there. Specifics I'll leave to you.
    Earl

  • Port 8080 is already bound error when i try to bind it with Tomcat

    Hi,
    I use Oracle 9i AS version 2 on Sun Solaris.
    I start the oracle service with the following shell script
    #orastart.sh
    ORACLE_BASE=/users/ora9ias
    export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/orainfra
    export ORACLE_HOME
    ORACLE_SID=iasdb
    export ORACLE_SID
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
    export LD_LIBRARY_PATH
    PATH=${PATH}:$ORACLE_HOME/bin:$ORACLE_HOME/Apache/Apache/bin
    PATH=${PATH}:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin
    export PATH
    lsnrctl start
    sqlplus
         #Enter user-name: connect as sysdba
         #Enter password: manager
         #SQL>startup
         #SQL>exit
    oidmon start
    oidctl server=oidldapd instance=1 configset=1 start
    dcmctl start -cl
    I also run Tomcat Web Server on port 8080.
    When I run the orastart.sh before running the Tomcat Web Server than I am not able to run the web server because the port 8080 is already bound by some process in Oracle 9i AS.
    If I run the web server first than the orastart.sh then there is no problem in anything.
    As per requirements by the client we have to run the web server on port 8080 only. There is absolutely no guarantee that the client will run the processes in some specified order i.e. orastart first then Tomcat or vice-versa. Please provide me help so that i can change the port 8080 used by some oracle process to some other port number, so that it does not conflict with the port 8080 used by Tomcat.
    Anurag

    Hi Tugdual,
    I have done as u have mentioned, but in $ORACLE_HOME/install/portlist.ini there is no service that listens to the port 8080.
    I only get this problem when I run my script before running the Tomcat web server, when i run the Tomcat web server before the script then i face no problem.
    I am also pasting the output of the lsnrctl command. This shows that Oracle 9i AS is listening to port 8080.
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 9.0.1.3.0 - Production
    Start Date 26-NOV-2003 12:18:09
    Uptime 0 days 2 hr. 13 min. 16 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File /users/ora9ias/orainfra/network/admin/listener.ora
    Listener Log File /users/ora9ias/orainfra/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ikon.india.ipolicynet.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=0.0.0.0)(PORT=2482))(PRESENTATION=GIOP)(SESSION=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=2481))(PRESENTATION=GIOP)(SESSION=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=0.0.0.0)(PORT=9090))(PRESENTATION=http://admin)(SESSION=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=8080))(PRESENTATION=http://admin)(SESSION=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "iasdb.ikon.india.ipolicynet.com" has 2 instance(s).
    Instance "iasdb", status UNKNOWN, has 1 handler(s) for this service...
    Instance "iasdb", status READY, has 3 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    Please help me in this, as this is very urgent. Our client already uses the Oracle 9i AS 2 (on Solaris) for some other application and I have to use the same machine and also the client wants the Tomcat web server to listen to port 8080 only. He has asked us to change the port of Oracle 9i Service that uses the port 8080.
    thanx
    Anurag

  • Publish port 8080 in SA540

    Hello, I am trying to configure inbound traffic to a web server (192.168.1.1 / port 8080) in SA540 (WAN-to-LAN) but not working at all. I tried to create RDP at port 3389 from WAN-to-LAN and it works fine. I wondering port 8080 is used in SA540 internally so can't be used.
    Many Thanks!

    Hi Chi Hong Ip ,
    Yes you should be able to use port 8080 to port forward to an internal server.  First create a custom service to use TCP 8080 (Firewall ->Services -> Custom Services -> Add) .  Next create a firewall rule to port forward TCP 8080 to the internal server that offers the service (Firewall -> IPv4 Rules -> Add...)
    On your firewall rule set the Service as your newly created 8080 service.  See screenshots for typical setup. Remote users can now connect to your internal server simply by https://WAN_IP:8080
    Cheers,
    Julio

  • Trying to open port 8080 in WRT400N for external access

    Hi,
    I have tried everyhting I can find and I still can't get it open.
    I verified no port 8080 is in use with the "netstat -a" trick
    I got a router checker that verifies I have only one router.
    I got a free app that tells me the port is not open.
    I turned Comodo off .
    Once I start up Calibre I see this in 'netstat;
          Protocol     main address      Foreign Address
            TCP          0.0.0.0:8080              MAIN-PC:0               Listening
    *IF* MY 'public IP" is 98.93.123.456 -
    *IF* I had my stuff fixed would outsiders use 98.93.123.456:8080 to get to the server?
    I set Single Port Forwarding to 8080  8080 Both 192.168.1.106 (Enabled)
    I set Port Range Forwarding to the very same
    I set Port Range Trigger ing to 8080 to 8080,  8080 to 8080
    I can't figure out anything else to do?
    Any help would be appreciated
    Thanks

    @NO_SCREENNAME@ wrote:
    The closest thing to the wording I saw was "Filter Anonymous Internet Requests" and I unchecked it.
    I changed the port to 8081 everywhere I had it 8080 before
    If there is a number I should use let me know (I am noob in this stuff.)
    So nothing has changed.
    I can bring up the logon if I am on the same computer as Calibre and that's as far as it goes.
    Should I have my computers IP in the places I listed or the routers IP?
    OK I just tried that and the router told me "No"...grasping at straws I guess.
    We are making headway ...any more things to check?
    Thanks guys
    If you forward the port, and the online port scanner shows that the port is closed still odds are that the application on the PC that you are trying to forward to is not running, also it could still be a firewall running on the PC.
    1. Confirm the Router is getting a public IP address, if it is getting a private the device in front will need to be forwarded. (Your router is getting public IP)
    2. Confirm the Router has the correct ports forwarded; also be sure to know if it is TCP or UDP.
    3. Confirm the Application is running on the PC
    4. Make sure no firewalls running.
     After that you should be good just does the test in DOS (For example: public IP address followed by a single space and then the port number). The command would connect you to a web server running on port 8080. You will not see anything in the DOS window; usually what will happen if you connect is the screen will just go entirely black (if it’s successful). If the port is closed it will tell you that it cannot create a connection.

  • Apache Tomcat error re: port 8080

    Hello.
    Our environment:
    RoboHelp Server 8.0
    Apache Tomcat 6.0.26
    Windows Server 2008 enterprise without Hyper-V SP2  (32-bit virtual machine)
    RoboHelp 8.0.2.208
    Our help system is periodically non-responsive. The Apache logs (extract below) indicate that there is an application using port 8080. We (my IT support and I) discovered that RDP (Windows Remote Desktop) had been changed from port 3389 (its default) to port 8080. The server is dedicated to our help system; there isn't anyone touching it so we were a bit confused. We reset the RDP port back to 3389 and restarted the server (full server restart) and everything worked as it should. A couple of days later...the same thing...and then a few times in one day. Research indicates there may be some Windows or Apache bug related to ports being reset to 8080, but not a lot of detail or suggestion for resolution or work around.
    Has anyone experienced this port issue?
    I am not familiar with Apache...is there another port that it can use and still run the RoboServer?
    Any thoughts or suggestions re: how to proceed?
    TIA,
    Michelle
    From Catalina log:
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\W indows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\
    Sep 13, 2010 9:42:34 AM org.apache.coyote.http11.Http11Protocol init
    SEVERE: Error initializing endpoint
    java.net.BindException: Address already in use: JVM_Bind <null>:8080
    at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549)
    at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1014)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:680)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Caused by: java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(Unknown Source)
    at java.net.ServerSocket.bind(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFac tory.java:50)
    at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:538)
    ... 12 more
    Sep 13, 2010 9:42:34 AM org.apache.catalina.startup.Catalina load
    SEVERE: Catalina.start
    LifecycleException:  Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind <null>:8080
    at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
    at org.apache.catalina.core.StandardService.initialize(StandardService.java:680)
    at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:524)
    at org.apache.catalina.startup.Catalina.load(Catalina.java:548)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Sep 13, 2010 9:42:34 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 606 ms
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Sep 13, 2010 9:42:34 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.26

    The default port with RH Server is 8080 as this is the standard port for all web services. Having said that, I suspect you can change the port to another. I've never used anything other than the default. it sounds like if you have another web services accessing the same port that either it or RH Server needs to be changed.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Server Admin says Web service Not Available

    The service status indicator is dark grey (not the dimmed grey of a service being off), and even the Settings view switch button is not showing.
    However, Apache is running and serving just fine.
    I had someone install Tomcat 5.0.28 today (using port :8080), and I really think that's related as the problem wasn't present until after this. This person unfortunately removed the built-in Tomcat and installed Tomcat 5 in its place (which we'll move tomorrow), but I'm wondering if there's some config settings or something that could be causing a conflict?
    Or, maybe there's another reason altogether. What would make Server Admin think Apache is not even available, when in fact it is actually running just fine.
    Thx for any ideas...
    Xserve G5 DP 2.3GHz   Mac OS X (10.4.4)  

    The service status indicator is dark grey (not the dimmed grey of a service being off), and even the Settings view switch button is not showing.
    However, Apache is running and serving just fine.
    I had someone install Tomcat 5.0.28 today (using port :8080), and I really think that's related as the problem wasn't present until after this. This person unfortunately removed the built-in Tomcat and installed Tomcat 5 in its place (which we'll move tomorrow), but I'm wondering if there's some config settings or something that could be causing a conflict?
    Or, maybe there's another reason altogether. What would make Server Admin think Apache is not even available, when in fact it is actually running just fine.
    Thx for any ideas...
    Xserve G5 DP 2.3GHz   Mac OS X (10.4.4)  

Maybe you are looking for