Virtual Hosting Problem - SMTP error, POP is fine

Hi all,
I set up my server with this domain: brandingforces.com
Additionally I did managed it to get 9 other domains running.
Everything is working fine, even webmail and POP.
However, on the virtual hosted domain steinberginc.com, I do get this error:
Cannot send message using the server mail.steinberginc.com
Use the pop-up menu below to try a different outgoing mail server. All messages will use this server until you quit Mail or change your network settings.
I am not sure where the problem might be since other domains are sending fine SMTP.
I did set up all domains in SA-mail-hosting-virtual domains...... I listed them without the WWW.
Each domain has one IP for the nameserver and 1 IP as the mailserver (in machine field)
Can someone help me?

my fault. old email settings on mail were still configured on port 26 instead of 25. What were the old settings from the other server.

Similar Messages

  • Virtual Host Problem !!!!!

    I have few virtual host on a Iplanet Web server 6.0 SP2 , One of the application / virtual host has stopped running, giving error "page cannot be displayed", HTTP/1.1" 500 335.
    I checked the logs as well but the error logs is also not getting any error message.
    I am also now not able to run a simple HTML file on this virtual host.
    I have other virtual hosts on the same server instance and they are running absolutely fine.
    Has anyone faced this kind of problem?
    URGENT !!!!!!!!

    bzoler wrote:
    I have configured a virtual hos t on my weblogic 7 server
    but it doesn't work
    are there some special thing to do
    to make it work?Could you please be more specific about what you mean by "doesn't work"?
    Try posting WLS questions to weblogic.developer.interest.servlet or
    weblogic.developer.interest.webserver newsgroups.
    Subbu

  • Virtual hosts problem

    I have an interesting problem. Running CF 7.02
    standard on Windows using Apache 2.2 as the web server. I have
    multiple name virtual hosts set up on this server. Let's say I have
    two sites A and B. A user requests
    http://A/default.cfm. They get
    http://B/default.cfm but the images
    are missing since the server is looking for B/default.cfm's images
    in A. This seems to occur on all sites where there is a request to
    a page with the same relative path to the webroot as another site
    like webroot/default.cfm and a couple of other generic functions
    duplicated between sites. Also, thankfully, this behavior does not
    occur on what I consider the primary site running CF code or other
    virtual sites that have no CF.
    The CFIDE mapping in the CF Administrator was established in
    the webroot of this primary CF site. From reviewing the access logs
    for the different sites, it appears that there is an http request
    made followed by access to the CFIDE directory. Since this is
    mapped within the webroot of the primary website, it seems like it
    is accessing this sites default.cfm instead of the one from the
    correct virtual site. The images for this page are missing because
    it is looking for the files in the correct virtual site.
    The CFIDE mapping for CF MX Standard is set up on
    installation and is not configurable through the Administrator so I
    have not tried to change this to a different location. Has anyone
    else seen a problem like this?
    Brian

    In the administrator in Caching, make sure Cache web server
    paths is unchecked. If it is selected, uncheck it and restart CF.
    You can also set this in jrun.xml under the
    jrun.servlet.jrpp.JRunProxyService by adding:
    <!-- set this to false for multi-hosted sites -->
    <attribute
    name="cacheRealPath">false</attribute>

  • Setup virtual host problem

    I would like to set two virtual hosts on one server. According to the apache's document, I have done the following in Apach httpd.conf. Howerver, I don't why it does not work. Does anyone can help me?
    nameVirtualHost 10.1.1.1
    <VirtualHost 10.1.1.1>
    ServerName devserver
    DocumentRoot "c:\dev"
    </VirtualHost>
    <VirtualHost 10.1.1.1>
    ServerName testserver
    DocumentRoot"c:\test"
    </VirtualHost>

    I would like to set two virtual hosts on one server.
    According to the apache's document, I have done the
    following in Apach httpd.conf. Howerver, I don't why
    it does not work. Does anyone can help me?
    nameVirtualHost 10.1.1.1
    <VirtualHost 10.1.1.1>
    ServerName devserver
    DocumentRoot "c:\dev"
    </VirtualHost>
    <VirtualHost 10.1.1.1>
    ServerName testserver
    DocumentRoot"c:\test"
    </VirtualHost>Hi,
    Have you tried something like this:
    nameVirtualHost 10.1.1.1
    <VirtualHost devserver>
    ServerName devserver
    DocumentRoot "c:\dev"
    </VirtualHost>
    <VirtualHost testserver>
    ServerName testserver
    DocumentRoot"c:\test"
    </VirtualHost>
    Jim

  • Boot problem, RAM error but RAM fine, help!

    I've been having trouble booting for some time now.
    At first I didn't get any response when I pressed the power button (black screen, no chime). The force restart <ctrl,apple,power> would get it going after a few tries but unreliable and it could go for weeks without a successful boot. Now I can hardly boot and get a RAM error (4 beeps) at the startup, more frequently now.
    It won't boot from an external firewire drive or installation CD.
    Tried the following;
    Disk repair, when I eventually got it to boot on CD after many attempts said everything was fine.
    Everything was fine on the hardware check.
    Changed the RAM, twice!
    Tried this ribbon cable insulating thing I found on another thread, it booted up straight away and then not again for ages. Probably just a coincidence.
    Reset PRAM, PMU etc.
    Paid a service place €50 to tell me what I knew and that it's probably the logic board, €800 odd to replace... no thank you.
    It works perfectly when it's up and running. I did get the odd crash when waking from sleep.
    So my choices are, now that I've booted it again after a few weeks of attempts;
    1. Leave it on indefinitely as a desk top, don't sleep and don't install anything requiring restart, like Quicktime so I can't see iTunes videos.
    2. Start saving!
    3. Be saved by some genius out there...?

    Have you tried isolating which RAM slot may be at fault. If the RAM has been changed and the problem is intermittent it could be a loose connection between the RAM holder and logic board.Actually 4 beeps isn't a RAM error but rather a ROM error. This would point towards a new logic board being required ££££. You could take a risk on ebay. There's plenty of Ti owners who smashed displays or broken hinges who break their Powerbooks up to sell in parts on ebay.
    mrtotes

  • Virtual Hosts - I'm lost!

    I've been pulling my hair out trying to figure out how to get MySQL, phpMyAdmin and virtual hosts set up on my MacBook Pro. I finally paid a computer science student $100 to do it for me, and he botched it, so I'm now going back to square one.
    My websites are located in /Users/username/sites/. I've modified the httpd.conf, hosts and NetInfo files, and I can now preview the home page of ONE of my virtual host sites. The problem is that I see the page whether I type http://localhost/, http://Geobop/, http://GW/ or http://GS/ into my browser. It should preview only at http://Geobop/.
    I rediscovered the article Enabling Virtual Hosts on MacOS X at http://www.evolt.org/article/EnablingVirtual_Hosts_on_MacOSX/18/13138/
    and added a script to my httpd.conf file, as follows:
    # Leave this one alone - it makes sure that localhost works.
    <VirtualHost 127.0.0.1>
    DocumentRoot /Library/WebServer/Documents
    ServerName localhost
    </VirtualHost>
    #<VirtualHost 127.0.0.1:80>
    # ServerName geobop
    # ServerAdmin [email protected]
    # DocumentRoot /Users/MYNAME/Sites/Geobop
    #</VirtualHost>
    If I understand correctly, this is supposed to make http://localhost/ display something unique, rather than a local website. However, all the URL's I cited above still display the same thing...but this time around they display blank pages with columns of numerals along the left margin.
    In an earlier experiment, I deleted all my virtual hosts from httpd.conf. Then all these URL's displayed the following:
    Index of /
    Name Last modified Size Description
    [DIR] Parent Directory 13-Mar-2007 15:49 -
    [ ] index.php 06-Oct-2006 15:36 1k
    [ ] php5.fcgi 06-Oct-2006 18:18 1k
    [ ] phpMyAdmin-2.9.0.2.tar 06-Oct-2006 17:44 11.4M
    [ ] phpinfo.php 06-Oct-2006 15:20 1k
    [ ] phpinfo.php5 06-Oct-2006 18:20 1k
    Apache/1.3.33 Server at localhost Port 80
    Can someone tell me what's going on and how to fix it? If I can get Apache and my virtual hosts squared away, then I'm going to try to get MySQL and phpMyAdmin back up and running.
    Thanks.

    I don't know much about it, but I do have two comments since it does not sound like a virtual hosts problem.
    1) Netinfo Machines will not work by default. You will need to configure lookupd to give Netinfo priority over DNS:
    lookupd -configuration
    The default configuration will be:
    LookupOrder: Cache FF DNS NI DS
    configname: Host Configuration
    What you need to do is configure lookupd to give NI priority over DNS. Here is how it should look:
    LookupOrder: Cache NI FF DNS DS
    To do this, use commands like this, you will need to have root access enabled:
    su
    lookupd -configuration
    cd /etc
    sudo mkdir lookupd
    cd lookupd
    echo LookupOrder Cache NI FF DNS DS > hosts
    reboot
    lookupd -configuration
    After rebooting, your lookupd order should put NI in front of DNS. Now you can make entries in the "machines" column to your local domains.
    2) MySQL is not installed, however a socket is configured so yeah it's a little confusing. You have to go to the website http://dev.mysql.com/downloads/mysql/5.0.html and scroll down to OSX. Just ignore the pesky questionnaire screen before the download page.

  • Associating Default Web Application with Virtual Host

    Hi
    We are trying to run several virtual hosts on the same managed server. However, each of those virtual hosts (e.g. bob.mydomain.com, john.mydomain.com) will need to have a different default web application (the rest of the deployed web applications will be the same between hosts). We tried to create default web applications with <context-root> in weblogic.xml set to / (also tried "") - however when attempting to deploy 2nd default web app an error message comes up:
    Context path '/""' is already in use
    So, it appears that we can't associate a default web application with a virtual host. Any ideas on how to solve it?
    Our Environment:
    Weblogic version: 10.3 TP, Windows
    Many thanks
    Jason

    Is your webapp targetted to the correct virtual-host during deployment?It could be possible that your webapp is targetted to the default web-server instead of the virtual-host causing this error. Can you validate this from your config file?
    You can also configure default webapps for virtual hosts by setting the default-web-app-context-root element of virtual-host element in your config file

  • The essential guide to DW cs4... by D. Powers: when from wamp to xampp+virtual host and having problems :(

    Following the book in chapter 2 I think Ivé followed everything correctly, but have encluded all the things I've edited below.
    I was using wamp with no problems but after trying to set up a virtual host and now using xampp im abit lost its probabsomething stupid but I can find the prob.
    (This post is abit long and dragged out so I used some colour to try ease the reading..)
    When I try to view a dynamic page in live view or in firefox I get the following error:
    **when using:
    <VirtualHost *:80>
    DocumentRoot c:/xampp/htdocs
    ServerName localhost
    </VirtualHost>
    result:
    Access forbidden!
    You don't have permission to access the requested object.     It is either read-protected or not readable by the server.
    If you think this is a server error, please contact the webmaster.
    Error 403
    thegoodlife
    2009/10/13 12:47:48 PM
    Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
    *when using:
    <VirtualHost *:80>
    DocumentRoot c:/htdocs
    ServerName localhost
    </VirtualHost>
    result:
    Object not found!
    The requested URL was not found on this server.          If you entered the URL manually please check your     spelling and try again.
    If you think this is a server error, please contact the webmaster.
    Error 404
    thegoodlife
    2009/10/13 12:32:58 PM
    Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
    This is what I've done, blue indicating where I have or was meant to edit, red being the relivant context. (hope it helps )
    1. Created a new folder called htdocs (C:\htdocs)
    2. Changed the pathname to:
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "C:/htdocs"
    and
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "C:/htdocs">
    3. Created vhosts folder; with a sub-folder called thegoodlife (C:\vhosts)
    4. entered new vhost:
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    127.0.0.1 localhost
    127.0.0.1 dwcs4
    127.0.0.1 thegoodlife
    127.0.0.1 bin.errorprotector.com ## added by CiD
    5.It says uncomment the command by removing the #, (Supplemental configuation.), but this is the origional file; already uncommented?
    # Real-time info on requests and configuration
    Include "conf/extra/httpd-info.conf"
    # Virtual hosts
    Include "conf/extra/httpd-vhosts.conf"
    # Distributed authoring and versioning (WebDAV)
    Include "conf/extra/httpd-dav.conf"
    6.Set the permissions and changed the code as instructed, unsing (c:/xampp/htdocs) as advised.
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    <Directory C:/vhosts>
      Order Deny,Allow
      Allow from all
    </Directory>
    # Use name-based virtual hosting.
    ##NameVirtualHost *:80
    # VirtualHost example:
    # Almost any Apache directive may go into a VirtualHost container.
    # The first VirtualHost section is used for all requests that do not
    # match a ServerName or ServerAlias in any <VirtualHost> block.
    <VirtualHost *:80>
    DocumentRoot c:/xampp/htdocs
    ServerName localhost
    </VirtualHost>
    <VirtualHost *:80>
    DocumentRoot c:/vhosts/dwcs4
    ServerName dwcs4
    </VirtualHost>
    <VirtualHost *:80>
    DocumentRoot c:/vhosts/thegoodlife
    ServerName thegoodlife
    </VirtualHost>
    Then creating the site definition:
    local root forlder: C:\htdocs\thegoodlife\
    testing server folder: C:\vhosts\thegoodlife\
    URL prefix: http://thegoodlife/
    hope i've covered all area's where I could have gone wrong

    Just one more thing - the description of what i did while first Kernel appeared:
    Happened 2 days ago. Wasn't turning it off for like a day, only sleep mode by closing it. Worked fine all day, wasn't doing anything, except for checking mail 2-3 times and having windows 7 virtual machine opened but doing nothing, everything was going fine. Then closed it without turning off.
    Opened 3-4 hours later, everything was working fine for 30 minutes of checking mail, then Kernel appeared. After that pretty much everything i did is described in part 1-5.
    Note: all the time MBP was connected to internet via wifi, so updates to both MBP and virtual machine of all programs were possible.
    I only shared downloads and desktop folders, so windows couldn't have access to system folder of Mac Os.
    Hope this might help...Thanks again.

  • Problem with DNS and/or Virtual Host (works from inside, not from outside)

    I am running several web sites (as virtual hosts) successfully on one Xserve (192.168.200), which are accessible internally and from the Internet (via forwarding port 80 on our firewall).
    Now I am trying to add another web site (newmini.domain.com), which however is running on a Mac mini (also on the same subnet as the Xserve) at 192.168.100. What I did is make an additional entry under the Xserve's DNS for the domain (domain.com) (+ Machine..., pointing to 192.168.0.100). (I also made the necessary changes to the Mac mini's httpd and hosts configuration--no problem there).
    Now, here's the strange thing: All computers on the subnet, whose DNS points to the Xserve, can see and browse newmini.domain.com fine. No problem. The computers ask the Xserve for the IP of the host in question, the Xserve says, "192.168.100", the request goes to the Mac mini, and it serves the web site as expected.
    But this doesn't happen if the request comes from the Internet. Instead of seeing the Mac mini, the client sees the default web site of the Xserve... So it appears that somewhere, the virtual host part of the HTTP request is lost between our firewall and the Xserve.
    Any ideas? Thanks.

    It's not going to.
    You say you've setup port forwarding on the firewall. Port forwarding only cares about the port number (80). It knows nothing about the nature of the request (e.g. the hostname that the web request is for). Therefore all extenal connections on port 80 get sent to the XServe. The newmini doesn't see the traffic at all.
    If you only have a single public IP address you can only forward port 80 traffic to a single machine. Your options are to either use a different port number, or configure the XServe to proxy the connection to the mini (so now the traffic goes router -> XServe -> Mini -> XServe -> router), although that might not do what you want since it still places load and dependencies on the XServe.

  • Problem Changing the Root Directory of the Default Virtual Host in J2EE 7.0

    Hi,
    I'm trying to change the root directory for the default virtual host in J2EE 7.0.
    i did the following steps in visual admin: services -> HTTP Provider -> Runtime -> Virtual Hosts -> default:
    Root Directory: "D:/usr/sap/<server>/<instance>/j2ee/cluster/server0/apps/sap.com/crm~b2b/servlet_jsp/b2b/root/b2b" (this the correct path to the application)
    Start Page:"z_index.jsp"
    I restarted HTTP Provider Service and the J2EE.
    When I start http://<server>:<port> i get the following error:
    The requested resource /z_index.jsp is not available
    Details:   File [z_index.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    sap.com/com.sap.engine.docs.examples is the initial default root directory, but i changed it to the correcht path...
    Can anybody help me?
    Yours
    Michael
    Message was edited by:
            Michael Cendon

    Hi,
    hqt200475 wrote:
    Hi,
    I have the Environemt:
    + Linux SUSE 11 + Oracle Enterprise 11.2.0.2
    oracle@stb:~> uname -a
    Linux stb 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxMy Problem is changing the home directory of an existing Standalone-ASM:
    /u00/app/oracle/product/11.2.0/grid_1/I want to move it to
    /u00/app/grid/product/11.2.0/grid_1/My Question: what is the optimal path?
    Optimal Flexible Architecture standard
    All Oracle components on the installation media are compliant with Optimal Flexible Architecture. This means, Oracle Universal Installer places Oracle Database components in directory locations, assigning the default permissions that follow Optimal Flexible Architecture guidelines.
    Oracle recommends that you use Optimal Flexible Architecture, specially if the database will grow in size, or if you plan to have multiple databases.
    /u00/app/oracle/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "oracle"
    /u00/app/grid/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "grid"
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16763/appendix_ofa.htm
    Hope this helps,
    Levi Pereira

  • Problem Virtual Hosts phpmyadmin

    I’ve been using WAMP for testing purposes for about one year now.
    Recently I purchased Dreamweaver CS5, and the Dreamweaver CS5 with PHP book from David Powers.
    According to the instructions in this book, I’ve set up a couple of virtual hosts so it is possible for me to work with site relative links. So far so good, the virtual hosts works.
    But now I can’t get to phpmyadmin through the WAMP icon and get the 404 error.
    The Alias for phpmyadmin ( standard configuration in WAMP) seems not to be working anymore.
    I’ve no idea if an alias will function with the use of virtual hosts.
    A pity that David Powers doesn’t tackle this problem in his book as well.
    Any ideas on how to solve this problem? Without creating new problems as for example no connection with the database! I’ve been searching the web for a couple of days now, so any help is more than welcome.

    While googling "apache virtual host phpmyadmin" I stumbled across this possibly helpful thread on the sitepoints.com forums.

  • I downloaded latest update of iTunes (windows 7, 64bit) and have now the problem runtime error R6025 pure virtual function call (Microsoft Visual C   runtime library) - Who would have a solution to that problem? Thanks *********

    I downloaded latest update of iTunes (windows 7, 64bit) and have now the problem runtime error R6025 pure virtual function call (Microsoft Visual C   runtime library) - Who would have a solution to that problem?
    Thanks from Switzerland
    <Edited by Host>

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    (I've asked the hosts to remove your email address)
    tt2

  • Security problem with virtual host

    Hello,
    I am using flex builder3 and php5 to run an application built
    in codeIgniter 1.6.3 and flex. Problem is that I am using a virtual
    host to run codeigniter in browser. My doc root is
    htdocs\projects\FlexPHP . Here my flex files resides. In browser I
    can access it by giving following url :
    http://localhost/projects/FlexPHP/bin-debug/FlexPHP.html
    and I am accessing my php application in
    http://flexphp/ (path :
    htdocs\projects\FlexPHP\src\server-script)
    I am calling http service from flex ...
    <mx:HTTPService id="phpService"
    url="
    http://flexphp/profile/ProfileMngr"
    resultFormat="e4x" result="showResult()" useProxy="false"
    showBusyCursor="true" />
    <mx:Button label="Call PHP"
    click="phpService.send()"/>
    and getting following error
    [RPC Fault faultString="Security error accessing url"
    faultCode="Channel.Security.Error" faultDetail="Destination:
    DefaultHTTP"]
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\3.0.x\frameworks\project s\rpc\src\mx\rpc\AbstractInvoker.as:216
    at
    mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49 ]
    at
    mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest .as:103]
    at
    DirectHTTPMessageResponder/securityErrorHandler()[E:\dev\3.0.x\frameworks\projects\rpc\sr c\mx\messaging\channels\DirectHTTPChannel.as:368]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/redirectEvent()
    I have placed cross-domain policy file in server-script
    folder as the urls are different but it didnt solve my problem.
    I have tried it with another virtual host which is not a
    codeigniter application , a simple php page returing a xml..working
    properly.
    Any help is appreciated. Thanks in advance.

    no problem from flex side.. need to escape crossdomain.xml
    file in htacess for codeigniter i.e RewriteCond $1
    !^(index\.php|images|application|uploads|robots\.txt|crossdomain\.xml)
    in htaccess file.

  • Virtual Host & NetStorage Problem

    Good Morning,
    I recently moved my NetStorage server over to SLES 10.2 w/OES2sp1.
    The Basic NetStorage Service has been configured and is working, however these are the issues that still remain after many changes to configurations (mostly Apache2):
    Virtual Hosts: I like to have my servers that use Virtual Hosts setup that if you browse to the internal server name (i.e. servername.domain.local) I get the Novell Welcome Screen, and when I browse to NetStorage (i.e. NetStorage.domain.org) I have a redirect setup to: netstorage.domain.org/NetStorage and it takes me to the NS Login page.
    I can get one or the other working, but not both. This used to work fine on NetWare.
    NetStorage w/Internet Explorer: When IE 6 is used to access NetStorage (after moving onto Linux), instead of getting a prompt to accept the certificate, I see the certificate text on the right side of the NetStorage home page and I can not login. With IE 7, I get prompted to accept the certificate, but I still get the text and can not login.
    With Firefox, it works fine.
    Any insight is welcome,
    Thank you,
    Tony

    Originally Posted by afiore
    Good Morning,
    I recently moved my NetStorage server over to SLES 10.2 w/OES2sp1.
    The Basic NetStorage Service has been configured and is working, however these are the issues that still remain after many changes to configurations (mostly Apache2):
    Virtual Hosts: I like to have my servers that use Virtual Hosts setup that if you browse to the internal server name (i.e. servername.domain.local) I get the Novell Welcome Screen, and when I browse to NetStorage (i.e. NetStorage.domain.org) I have a redirect setup to: netstorage.domain.org/NetStorage and it takes me to the NS Login page.
    I can get one or the other working, but not both. This used to work fine on NetWare.
    NetStorage w/Internet Explorer: When IE 6 is used to access NetStorage (after moving onto Linux), instead of getting a prompt to accept the certificate, I see the certificate text on the right side of the NetStorage home page and I can not login. With IE 7, I get prompted to accept the certificate, but I still get the text and can not login.
    With Firefox, it works fine.
    Any insight is welcome,
    Thank you,
    Tony
    I am having the same problem. Did you ever find a solution to this?

  • Problem getting db connection when using virtual hosts / tomcat / apache

    Hello,
    I have servlets that use a connection pool to query an oracle database. When running Tomcat 5.5 stand-alone, everything works fine. But the same servlets do not work when running them on a server tomcat and apache integrated with jk and using virtual hosts. The problem is the connection pool, because servlets not using the pool also work fine.
    Does anybody have any idea why this is happening?
    Thank you.
    Logan

    Hi Saish,
    Thank you for helping.
    Try connecting with the machinen's IP, if this is a viable strategy for you (meaning the database IP is not dynamically assigned).I'm not sure how to do this. Here is a copy of my context.xml:
    <Context path="" docBase="" debug="0">
    <Resource name="jdbc/CraigsList" auth="Container"
    type="javax.sql.DataSource" username="craigslist" password="xxxxxx"
    driverClassName="oracle.jdbc.driver.OracleDriver"
    url="jdbc:oracle:thin:@localhost:1521:GRI"
    maxActive="8" maxIdle="4"/>
    </Context>
    Does this help?
    Thanks.

Maybe you are looking for

  • How do i access a network hard drive connected to my time capsule?

    I'm using a Macbook Pro running the latest version of Snow Leopard and my external HD is a G-Drive mobile 500GB. I have the external HD connected to the USB port of my time capsule. How do I access this drive? I've already turned the Time Capsule fil

  • 870a gx54 problem with FX4100 CPU

    Just built a pc for my son and it won't boot up - did the usual bits swapping out items for known working items and it boots fine with an AMD x4 process but is just dead with the FX4100 -don't have another am3+ system so can't check whether the CPU i

  • Another iTunes problem

    My Ipod mini will connect no probs, but iTunes 8 just will not pick up my iPhone 3G. My office computer will, but not my home one (which it was originally synced with). I ran diagnostics and this is the result: Microsoft Windows XP Professional Servi

  • Sudoku Pluzzle

    I'm looking for Algorithms that will solve sudoku puzzles. Im trying to write my own program for this to get ready for a compition. Would anyone know where to find these algorithms or ways to slove sudoku puzzles using a system every time? Any sugges

  • Entourage not connecting to Hotmail account

    There is an HTTP error: Access to the resource is forbidden. Explanation: The Windows Live Hotmail folder list could not be received. Error: -18597 Have never been able to connect accounts... Please help Matt