Enabling https on already running apache server

How to enable https already running apache server.
Regards

Saurabh,
> How to enable https already running apache server.
>
It should be on by default. It is controlled by the secure listen
directive in httpd.conf
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)
Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement
Using VA 5.51 build 315 on Windows 2000 build 2600

Similar Messages

  • Re: Using already running Tomcat server for development.

    Hi Nick,
    Yes, you can use existing Tomcat Server for debugging app developed with
    NitroX. And you can refer to Help > Help Contents > NitroX User Guide >
    NitroX Tour > Running and debugging the application.
    We do support Tomcat 4.0.x to Tomcat 5.0.x. If you need any further
    assistance please get back to us.
    Thanks
    M7 Support
    "Nick Mulder" <[email protected]> wrote in message
    news:41d9f379$[email protected]..
    Sorry if this has been covered anywhere else.Just wondering if you can use an existing tomcat server for debugging
    webapps being developed in NitroX. I have a non dedicated server a
    development server. Up until purchasing NitroX I have been using ant build
    files to compile and re-deploy my apps into the running tomcat server.
    Just wondering if I can do something similar thru NitroX and Eclipse.
    Forgive me if I am missing something obvious, but I am new to eclipse.
    Thanks,
    Nick Mulder

    Take a look at these links: http://plato.acadiau.ca/courses/comp/dsilver/2513/EclipseAndTomcatTutorial/
    http://www.keyboardsamurais.de/2004/01/15/tomcat_tutorial_helloworld_for_complete_fools_-_english/
    http://www-128.ibm.com/developerworks/opensource/library/os-ectom/?ca=dgr-lnxw16EclipsTomcat
    I've found going through tutorials is a proven, quick way of getting up to speed with new tools and configurations.
    HTH,
    James

  • Using already running Tomcat server for development.

    Sorry if this has been covered anywhere else.
    Just wondering if you can use an existing tomcat server for debugging
    webapps being developed in NitroX. I have a non dedicated server a
    development server. Up until purchasing NitroX I have been using ant build
    files to compile and re-deploy my apps into the running tomcat server. Just
    wondering if I can do something similar thru NitroX and Eclipse. Forgive me
    if I am missing something obvious, but I am new to eclipse.
    Thanks,
    Nick Mulder

    Take a look at these links: http://plato.acadiau.ca/courses/comp/dsilver/2513/EclipseAndTomcatTutorial/
    http://www.keyboardsamurais.de/2004/01/15/tomcat_tutorial_helloworld_for_complete_fools_-_english/
    http://www-128.ibm.com/developerworks/opensource/library/os-ectom/?ca=dgr-lnxw16EclipsTomcat
    I've found going through tutorials is a proven, quick way of getting up to speed with new tools and configurations.
    HTH,
    James

  • NX6600GT can't enable DOT - WinSys already running

    I'm new at this and I can't find this info anywhere on the forum.
    When I go to the Display Properties / MSI Clock tab and try to enable DOT I get an error that WinSys is already running and it turns the enable DOT feature off.
    I have and have been doing a lot of this   
    Any sugestions ???
    THKS in advance for your help

    When I got the NX6600GT card I used the Driver that was on the install CD then I went to the MSI site and it did not have any newer drivers to install.
    When I looked at the add/remove programs there are no MSI divers only nVidia
    To be clear I was following Glenns instructions. 
    I did not have any MSI drivers showing in add/remove programs I only had the nVidia display drivers.
    I removed the nVidia display drivers through the add/remove programs
    ran ad-aware, removed the worm 
    then I downloaded the nVidia driver 77.72 from the nVidia site
    I still have the 77.72_win2kxp_english_whql.exe file on the desktop in case you need me to reinstall it again.
    installed the nVidia driver 77.72 from saved file on desktop
    when I was reinstalling the nVidia driver I made sure my Norton AV was disabled so it would not interfere with the install.
    I hope this helps if you need any further details please ask.
    MrBigA I am going to look into the Coolbits when this is resolved, maybe more things that I'm not aware of are not working properly in the back ground.
    THKS for your continued reply

  • Apache server

    Hi
    I have a OES 2 (Netware) on the same machine.
    When I enable the HTTP proxy autentication, the Apache server goes down. I
    still want to use the HTTP proxy autentication. What I have to do to solve
    the problem with the Apache server?
    Regards
    Viegas

    Hi
    Thank's for your answer.
    ....And how can I do that, step by step?
    Regards
    Viegas
    "Jim Michael" <[email protected]> escreveu na mensagem
    news:pzZ2i.3000$[email protected]..
    > Viegas wrote:
    >
    >> When I enable the HTTP proxy autentication, the Apache server goes down.
    >> I still want to use the HTTP proxy autentication. What I have to do to
    >> solve the problem with the Apache server?
    >
    > Not sure I totally understand your setup, but if you're saying you're
    > running a web server ON the BorderManager box, you could just bind a
    > secondary private IP to the box and tell Apache to listen on that IP
    > instead of the primary one.
    >
    > --
    > Jim
    > Support Sysop

  • Cannot configure IIS at port 80 as Apache server already running at 80

    I have to install BAM in a PC in which Apache server is already running in port 80. So IIS cannot run at port 80. How can i configure BAM to use a different port of IIS ??
    Please suggest...

    Change 2 config files:
    1) OracleBAMEventEngine.exe.config
    Change value to include port number:
    <!-- WebApplication configuration -->
    <add key="WebServerName" value="SERVERNAME:PORT" />
    This will ensure it makes a correct service call necessary for notification.
    2) Web.config
    Change value to include port number:
    <add key="ApplicationHostName" value="SERVERNAME:PORT" />
    (This is referred to in the Installation guide if you choose to use another port number other than 80 or 443)
    Also, change this value to include port number:
    EventEngineServerName: EventEngine server machine name that DNS resolves to IP address,
    or simply IP address use "localhost" for remoting to the current box
         -->
    <add key="EventEngineServerName" value="SERVERNAME:PORT" />
    -michelle

  • Getting eclipse php programs to run in Apache server

    disclamer: An associate has told me that if I can make this happen without his help, he will give me programming projects designed to help me learn. This is not any sort of school assignment.
    I have no previous experience with IDEs or web servers; so my learning curve is real steep, especially with no direction provided. I have spent nearly three weeks researching, and reading to enable me to run php programs on Apache server. One problem I have encountered in research is that most of the tutorials deal with Apache Tomcat and/ or Linux. I am using Eclipse and Apache for Windows, because this is the combination that my associate requires me to use.
    I am including basic configuration information first, followed by a description of the problems I have encountered.
    The information below reflects instructions I have gleaned from various tutorials.
    Installation information:
    Eclipse 4.5.0 Mars for Windows (C:\Users\will\eclipse)
    php PDT plugin 3.5 (from Eclipse market place)
    Apache 2.4 (C:\apache24)
    php 5.6.11 (C:\php)
    My hosts file has been edited to include this,
    127.0.0.1 mywebsite.localdomain php
    Per tutorial instructions, I have created these folders:
    C:\Users\will\mywebsite
    C:\Users\will\workspace
    Various edits have been made in httpd.conf and httpd-vhosts.config. (I will give details upon request.) I have also created a php.ini file in C:\php.
    Here is what I have experienced.
    I can run my php program by typing http://mywebsite.localdomain/hello.php in the address bar of my browser. Attempting to run in Eclipse as PHP web application or run on server yields nothing. Attempting to create a new server displays Apache Tomcat options to choose from. I do not have Tomcat installed. Using file>new>other>server in Eclipse, I have not been able to successfully configure the server.
    Please, give me some step-wise instructions, ask me for details of .conf files for you to examine, or other useful advice. Please, remember I am rank newbie.
    Thank you for your time and replies.

    On 08/11/2015 10:19 AM, Will Klem wrote:
    > I have resolved half of the problem.
    > I can now run my program in Eclipse as PHP web application. I deleted my
    > existing files and rewrote them. I also included the files in HTDOCS (as
    > well as C:\Users\will\mywebsite and C:\Users\will\workspace). I don't
    > understand why this helped, but it did. As for the run on server option,
    > my associate told me that I don't need to attempt this until after I
    > have more experience. Then he will provide some helpful hints.
    >
    > I thank the many who have viewed this post for taking the time to read it.
    Will,
    I didn't reply for fear I wasn't understanding what you were asking.
    Please note that there is an Eclipse PDT forum where you'll get more
    "birds of a feather" information on Eclipse and PHP.
    Hope this helps.

  • How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    Please advise...
    VJ

    cross posted
    http://forum.java.sun.com/thread.jsp?thread=299137&forum=31&message=1184025

  • How to get my apache server running on my ip address?

    I am new to apache server. I installed apache server as described in :
    https://wiki.archlinux.org/index.php/LAMP
    Firstly where do I store the files that I want to open using my apache server and how do I like map my public ip to apache server?
    say my public ip is x.x.x.x
    how do I get it work such that next time in browser instead of typing http://localhost/ if I type my public ip it shows the contents on my server.
    Thanks

    Read completely before trying.....
    1. Register an account at www.dyndns.org, its free, up to two domains.
    2. Login to dyndns and create a domain of your choice.
    3. This dyndns keeps track of your router IP addresses which is typically dynamic.
    4. Now we need to update the ip addresses of the domain when ever it changes. It generally changes every time we restart the router. In order to do it automatically we will setup the dyndns account on the router.
    5. On the router, login as admin to change/setup the settings. The router can be reached with the ip 192.168.1.1, this ip addresses changes with the manufacturer, like for belkin its 192.168.2.1
    6. On the router check for something which says DDNS, here you can setup the dyndns.
    7. Give the login details for your dyndns and the domain name.
    8. So, now you have linked your router to your dyndns and you can reach the router from anywhere in the world by type the domain name. The ip is not reliable since its dynamic and so it changes.
    9. No to use an application on a computer connected to the router. You need to use port forwarding.
    10. By using port forwarding, we can make the router redirect the requests to a computer on the network.
    11. Now again, your computer is typically connected to router using DHCP or dynamic ip. So need a static ip address for the computer as well so that it will remain constant all the times and the router can redirect the requests to this ip.
    12. Make the computer acquire a static ip. Configure your system for static ip. You just need to specify some ip address out of the dhcp range. So a static ip address can be 192.168.1.101 (as first 100 are for dhcp).
    13. Now on the router look for Port-Forwarding or Virtual Servers etc...
    14. You will be able to see a list of text boxes for ip and port.
    15. Now specify ip address of the static ip address computer and any port number like 8080. Make the private port or the internal port as the port number of your application. Application name can be anything. Type can be UDP or Choose Both, use TCP only if your are connected with a LAN cable.
    16. Here is an example...
    If we are using a webserver on our computer which runs on port 8080, we use it by typing..
    http://localhost:8080
    If someone on the same router whats to use our webserver they can type in:
    http://<ip-address>:8080 which can be http://192.168.1.5:8080
    Here as you can see, the ip address is dynamic, so change it to 101 from 5. When you choose static, the OS will ask you to specify the ip address, then just specify the ip as 101.
    Now you can access the web server by using the ip:
    http://192.168.1.101:8080
    But this can be done only by the people connected to the same router. Now we need to make it accessible by anyone in the world. So we need to make people access your computer which is behind the router.
    So first we need to make people access the router. But since the router's public IP is dynamic. We need something to keep track of the ever changing ip address of the router. Such kind of service is the dyndns.org
    By specifying the login details and domain from dyndns inside the router, the router uploads the new IP everytime it changes to the dyndns servers. The dyndns keeps track of the ip address.
    lets say our domain is registerd as: project.dyndns.org
    we provide this domain and login details to our router, and the router updates the ip address in case of any changes.
    We will now be able to reach the router by typing:
    http://project.dyndns.org
    we dont have to worry about the ip address any more.
    But still we need to get to the computer to access the web server.
    So we have to link the router to the computer. As we know our computer is at IP 192.168.1.101
    Now we will setup the port forwarding so that any request to a port A on the router will be redirected to a port B of the IP 192.168.1.101, which is the computer itself.
    Here port B is 8080 on the computer with the IP 192.168.1.101
    So we need to link a port say 8090 on the router to the 8080 on the computer.
    So, configure your router for port forwarding so that the 8090 on the router will point to 8080 on 192.168.1.101
    Now, anyone can access the router by typing:
    http://project.dyndns.org
    But to reach the computer we need to type the port as well, so type:
    http://project.dyndns.org:8090
    So any request to 8090 will be redirected to the 8080 on the computer which is handled by the webserver on the computer.
    EDIT:
    Once everything is setup, you can use the domain for SSH and other remote access tools. Just do the port forwarding for the required tools separately.
    Last edited by gopichand (2011-12-05 15:16:23)

  • Can not connect to Admin Console FMS 3.5 running separate Apache Server

    Hi All! I have installed the FMS 3.5 Server on a separate IP from our main Apache Server: The server is running Redhat Linux 2.6.18-128.1.10.el5
    FMS 3.5 running on ***.***.**.138 using ports 1935, 8080 (Admin Server using port 1111)
    Apache 2 running on ***.***.**.139 using port 80, 443. (several sites setup on this IP)
    However, when accessing the fms_adminConsole.htm in the root directory of one of the domains on ***.***.**.139, all login attempts fail. I am connecting to localhost and using the assigned user and password set up in fms.ini. Using either IP fails as well. The FMS server is set up to listen to all hosts as no specific IPs were set.
    /var/log/messages show that FMS and the Admin Server are up an running and listening:
    Jul  7 12:15:37 228215-web1 Service[28196]: Server starting...
    Jul  7 12:15:37 228215-web1 Service[28196]: Server started (/opt/adobe/fms/conf/Server.xml).
    Jul  7 12:15:37 228215-web1 Adaptor[28216]: Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
    Jul  7 12:15:38 228215-web1 Adaptor[28216]: Listener started ( _defaultRoot__edge1 ) : 1935/v4
    Jul  7 12:15:38 228215-web1 Adaptor[28216]: Listener started ( _defaultRoot__edge1 ) : 8080/v4
    Jul  7 12:16:20 228215-web1 Service[28480]: Server starting...
    Jul  7 12:16:20 228215-web1 Adaptor[28480]: Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4
    Jul  7 12:16:21 228215-web1 Adaptor[28480]: Listener started ( FCSAdminAdaptor ) : 1111/v4
    Jul  7 12:16:22 228215-web1 Service[28480]: Server started (./conf/Server.xml).
    All other settings for FMS are default. This is my first time setting up FMS as a fresh install on a new unknown server and I am at a loss as to what settings to check or which files I may need to modify to get it to connect properly. It is a managed server is hosted by rackspace.com if that makes any difference.
    Sorry if I have not provided enough info... let me know what I missed and I will supply it.

    Sorry for the confusion! *I* am the one really confused. But to answer your question (I hope), the webpage is on the same physical server as the FMS server, but I am using an outside network (I am not on the local server network) to browse the webpages.
    Both IPs fail when trying to reach:
    http://***.***.**.138:1111
    http://***.***.**.139:1111
    Does that mean the ports are blocked? The /var/log/messages shows:
    Jul  7 13:20:37 228215-web1 Service[29862]: Server starting...
    Jul  7 13:20:37 228215-web1 Service[29862]: Server started (/opt/adobe/fms/conf/Server.xml).
    Jul  7 13:20:37 228215-web1 Adaptor[29882]: Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
    Jul  7 13:20:38 228215-web1 Adaptor[29882]: Listener started ( _defaultRoot__edge1 ) : 1935/v4
    Jul  7 13:20:38 228215-web1 Adaptor[29882]: Listener started ( _defaultRoot__edge1 ) : 8080/v4
    Jul  7 13:20:51 228215-web1 Service[30144]: Server starting...
    Jul  7 13:20:51 228215-web1 Adaptor[30144]: Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4
    Jul  7 13:20:52 228215-web1 Adaptor[30144]: Listener started ( FCSAdminAdaptor ) : 1111/v4
    Jul  7 13:20:53 228215-web1 Service[30144]: Server started (./conf/Server.xml).

  • Is it possible to install OEM 12c on a server already running OEM 11g ?

    Is it possible to install OEM 12c on a server already running OEM 11g ?
    We have a server already running OEM 11g, planning to install OEM 12C on the same server and running it in parallel while we transfer targets one by one to OEM 12c ?
    Please let us know, if anyone has any experiences on this.
    Thanks,

    Hi,
    Yes it is allowed to install EM 12c on same host but you need to make sure that the hardware is strong enough to keep both the OMS’es up and running. For production system setup i will not recommend you this approach but if this if for your testing purpose you can install both the OMSes on same host with different repositories.
    Your second question is not clear, if your final goal is to have em 12c in your enviro then you can go through the proper EM upgrade method which will take care of all target and history migration. Manually doing all is not supported.
    Pls go through this: http://download.oracle.com/docs/cd/E24628_01/index.htm

  • Warning: Either the server is already running or the port number is invalid. Shut down the MATLAB process in which the server is running or run the server on a different port number.

    安装好SIT后,matlab 提示
    Warning: Either the server is already running or the port number is invalid. Shut down the MATLAB process in which the server is running or run the server on a different port number.
    怎么解决?

    这个应该和SIT无关,意思是你有个MATLAB进程占用了某个端口号或者matlab的服务器正在运行,导致你现在的程序没法建立这个端口的服务器。 试试刀windows进程管理里把matlab相关的进程kill掉,再启动试试。或者参考链接http://www.cnblogs.com/qiweiwang/archive/2010/07/29/1788281.html  里边有关于建立服务器的描述,就在前半部分。

  • "A Sync Server is already running on this computer"

    I noticed many messages like this in Console:
    2006-06-13 11:37:33.525 SyncServer[703] A Sync Server is already running on this computer, exiting process.
    2006-06-13 11:52:33.515 SyncServer[750] A Sync Server is already running on this computer, exiting process.
    2006-06-13 12:07:33.527 SyncServer[789] A Sync Server is already running on this computer, exiting process.
    2006-06-13 12:22:33.521 SyncServer[835] A Sync Server is already running on this computer, exiting process.
    I also noticed that although .Mac was set to sync every hour, it had not synced on my computer for a couple of months. As a result, I was getting frustrated about appointments and contact details not appearing on my home calendar when I'd write them into iCal at work: it's hard to have a social life when you keep forgetting dinner dates and your excuse is "I don't know what happened to the appointment I wrote into iCal a week ago!"
    So I switched .Mac to sync manually, clicked the "Sync Now" button, then switched .Mac to sync automatically. The messages are gone for now, and the changes I've been making are finally appearing in .Mac.
    I know there was discussion about this topic on other threads, but they've been archived now. The last thread I saw was this one: http://discussions.apple.com/thread.jspa?messageID=1453973
    I'm guessing the sync server is doing a naive check for the existence of a PID file, without checking that there is a sync server running with that PID, and at some point the sync server crashed without deleting its PID file. Thus when the sync server starts up it sees the PID file and assumes that the previous sync server is still running.
    Does anyone know if the syncserver is doing a PID/lock file check? Where is that file stored? If there is such a file, I'll make sure to delete it when the machine starts up.
    iMac Intel Core Duo   Mac OS X (10.4.6)  

    At a later stage, I tried checking the .Mac status. When I opened the System Preferences panel for .Mac, I got a message saying "There was a problem with the sync operation / .Mac login failed. [OK]"
    Now I've got the "Sync Server is already running on this computer" messages again. This time there was actually a SyncServer running - I killed it (and "2006-06-13 17:53:37.837 SyncServer[1945] Handling SIGTERM in kqueue callback from runloop" came up in Console). Now I can check the .Mac Sync panel and it tells me the last sync was at 16:48.
    I can manually sync (click the "Sync Now" button) and it works fine. There is now a SyncServer running, which started at the time I clicked the "Sync Now" button.

  • URGENT PLEASE:How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server? Can I run through an Applet?
    How can I set Environment variables in Windows2000 Professional Environment?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    The code is here
    import java.sql.*;
    public class RecordShow {
    public static void main(String args[]) {
    String url = "jdbc:mysql://localhost/myhost";
    Connection con;
    String query = "select mytable.column," +
    "from mytable " +
    "where mytable.column = 1";
    Statement stmt;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,
    "myuser", "mypassword");
    stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery(query);
    ResultSetMetaData rsmd = rs.getMetaData();
    int numberOfColumns = rsmd.getColumnCount();
    int rowCount = 1;
    while (rs.next()) {
    System.out.println("Row " + rowCount + ": ");
    for (int i = 1; i <= numberOfColumns; i++) {
    System.out.print(" Column " + i + ": ");
    System.out.println(rs.getString(i));
    System.out.println("");
    rowCount++;
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.print("SQLException: ");
    System.err.println(ex.getMessage());
    Please advise... THANKS
    VJ

    Ehm, I wasn't referring to you at all... read up,
    there's a comment by jschell saying that CGI might be
    easier/better for his purposes.
    Yep.
    I know PHP/Perl/whatever might be easier for some
    purposes, but only if you happen to know them and want
    to/are able to use them. Ok. But you aren't the one asking the question are you. And the person who asked the question seems to have absolutely no familiarity with Apache or applets.
    So whatever they do they are going to have to learn a lot.
    And that does indeed suggest that in all likelyhood they have not investigated the alternatives.
    And for the vast majority of internet applications, especially with smaller projects (obvious this person is not working with a large team), using perl, or something besides java, is going to be the best business solution. It is simpler, and more secure (probably due to the fact that it is simpler.)
    Since this is a Java forum, I
    answer under the assumption that people have made a
    choice one way or another to use a Java solution to
    their problem, so I try to solve it in Java first, and
    only when that fails (very seldom) do I turn to other
    solutions.You approach problems by arbritrarily deciding to try to solve it in java first and only if you fail do you then look to other solutions?
    My first step is to try to figure out which of the various avenues is going to cost less. (And a secondary, but non-trivial concern, is then to convince the customer that just because they have heard of a buzz word like 'enterprise bean' that it doesn't mean that is a cost effective solution.) We must come from different worlds.

  • Configuring HTTP Apache Server with Oracle Apex

    Hi All,
    I have trawled through various threads on here to see if it would help my resolve the problem i seem to be having, but to no avail :(
    I have an oracle RAC db with apex installed. the RAC uses a service: apextest.com
    I have an HTTP Server installed on a seperate server, I have copied the Images over so it knows what to use. Made sure the httpd.conf file is pointing to the correct images path.
    As its a RAC db, i have put in the dads.conf file a 'TNSFormat' setting for the 'PlsqlDatabaseConnectString', using the TNSnames.ora entry named DEXTER which uses the apextest.com service name.
    My dads.conf file:
    Alias /i/ "/apex/Apache/Apache/images/"
    AddType text/xml       xbl
    AddType text/x-component       htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure         wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString     DEXTER TNSFormat
    PlsqlNLSLanguage               AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode        Basic
    SetHandler                     pls_handler
    PlsqlDocumentTablename         wwv_flow_file_objects$
    PlsqlDatabaseUsername          APEX_PUBLIC_USER
    PlsqlDefaultPage               apex
    PlsqlDatabasePassword          apex_pword
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>My TNSnames Entry:
    DEXTER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = servername.com)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = servername2.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = apextest.com)
      )i can tnsping using the apex_public_user account and correct password and also sqlplus using the same account and password:
    tnsping DEXTER
    sqlplus apex_public_user/apex_pword@DEXTERim getting the error of:
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    The error log is spitting out -
    mod_plsql: /pls/apex/apex HTTP-503 ORA-12514Does anyone have any ideas? Anything i've missed out / not done ?
    Note: I have used the same HTTP Apache Server to host a version of apex4 on a standalone database which is installed on the same server. So just wondered if that has anything to do with it?
    thanks in advance :)

    Hello,
    According to the error ORA-12514, there is a problem for the mod_plsql to connect to the database :
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Cause: The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a service name for a service (usually a database service) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:
    - Wait a moment and try to connect a second time.
    - Check which services are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SERVICE_NAME parameter in the connect descriptor of the net service name used specifies a service known by the listener.
    - If an easy connect naming connect identifier was used, check that the service name specified is a service known by the listener.
    - Check for an event in the listener.log file.
    Is the "alias" DEXTER defined in the file tnsnames.ora used by mod_plsql ?
    Regards

Maybe you are looking for