I am doing a login server...

i am doing a school assignment and it requires me to implement an application which is very much similar to icq...
the server connects to a ms access database
this is the main interface
http://hk.geocities.com/iamsupersuperman/DLS.JPG
this is the login server
http://hk.geocities.com/iamsupersuperman/ls.JPG
this is the access database
http://hk.geocities.com/iamsupersuperman/access.JPG
each client must be able to see other clients in the online list ( of course when they are online)
the access database holds the status and ip address of the clients
but how can i make sure every client has a most up-to-date online list??
am i doing it in an appropriate approach?
please give me some ideas on how i can finish this assignment~~~thanks!!!!!

i got a problem..
should i use a vector to hold the login id and ip address of all clients who are online??
and then send these information to every client for every few seconds so that they can have a most up-to-date online list??
thanks!!
the login server:
import java.net.*;
import java.io.*;
import java.util.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
import java.util.Properties;
import java.io.InputStream;
public class Server3in1 extends Thread{
    protected Socket s=null;
    static LoginServer ls;
    public static void main(String args[]) {
        ls=new LoginServer();
        ls.setVisible(true);
        ls.loginMon.append("Login Server Started");
        ls.loginMon.append("\n" + "Waiting for connection...");
        try {
            ServerSocket listen=new ServerSocket(1234);
            while(true) {
                Server3in1 aRequest=new Server3in1(listen.accept());
        catch(IOException ioe) {
    public Server3in1(Socket s) {
        this.s=s;
        start();
    public void run() {
        try {
            BufferedReader is=new BufferedReader(new InputStreamReader(s.getInputStream()));
            String loginid=is.readLine();
            //beginning JDBC
            Connection myConn;
            Statement myStmt;
            ResultSet myRs=null;
            Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
            myConn=DriverManager.getConnection("jdbc:odbc:Assignment1");
            myStmt=myConn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
            myRs=myStmt.executeQuery("select * from login where loginid='" + loginid +  "';" );
            if(myRs.next()){
                ls.loginMon.append("\n" + "User " +loginid + " from " + s.getInetAddress() +" connected.");
            else
            {  ls.loginMon.append("\n" + "User " + loginid + " from " + s.getInetAddress() +" tried to connect but his id was invalid.");
            //end of JDBC
        catch (Exception e) {
            e.printStackTrace();}
class LoginServer extends JFrame implements ActionListener {
    JScrollPane JP;
    JTextArea loginMon;
    JButton shutdown;
    LoginServer() {
        setTitle("Login Server");
        setSize(450,500);
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        setLocation(280,210);
        Container container=getContentPane();
        container.setLayout(new BorderLayout());
        container.add(new JLabel("Login Server Monitor"),BorderLayout.NORTH);
        loginMon=new JTextArea(3,5);
        // loginMon.setEditable(false);
        JP=new JScrollPane(loginMon);
        container.add(JP,BorderLayout.CENTER);
        shutdown=new JButton("Shut Down");
        container.add(shutdown,BorderLayout.SOUTH);
        shutdown.addActionListener(this);
    public void actionPerformed(ActionEvent e) {
        if(e.getSource()==shutdown) {
}

Similar Messages

  • Login server does not recognize server

    I can't get the login server to log me in

    No it does not. I believe these are two different issues, so I assumed I should create a new thread. This question is simply, how to have BI Publisher recognize that I am using a domain identifier during logon. My other thread was how to default a domain if the user did not specify one. So, I'm going to assume I can't default one. Assume I'm doing nothing in the init blocks but straight LDAP authentication against 3 LDAP servers. BI Publisher is using BI Server security model. Shouldn't BI Publisher accept the entry of a domain during login? ex: CORPORATE/<user>. That is my question. Any help is much appreciated.

  • Partner Application and Login Server

    I have created a partner application using the samples provided in the ssosdk. In the SSOSignServlet I am checking a table to determine if the user returned from the login server has access to the partner application. If the user has access, I set the cookie and the user is redirected to the application. If the user does not have access, am not sure how to handle it. I can use response.sendRedirect(response.encodeUrl(m_cancelUrl), yet would rather display a message indicating that dont have access and are being redirected. If I try to output a message in the SSOSignOnServlet, I get into a loop. ANy ideas?

    I finally got it working by VERY CAREFULLY reading the instructions in the install.txt document in the SSO SDK package. You have to set up the partner application with a new schema in the login server database, and run the regapp.sql script AFTER editing it to insert data from the Login Server Partner Application admin screen. After you register the partner app in Portal, it gives you some info (site token, listener token, encryption key, etc). You have to MANUALLY copy these and paste them into the regapp.sql script, then run the script in the partner app schema. Make sure you don't confuse capital I with numeral 1 (like I did, since Oracle so nicely uses a non-serif font where you can not tell the difference).
    Also make sure you copy the exact values for these parameters into your code when you use the SSOEnabler class. The listener token was very confusing since different documents appear to disagree on whether it should include the partner app name or not. It does require the partner app name:
    app-name:hostname:port
    hostname and port are for the web server that is handling http requests for the login server (usually your main portal web server).
    John H.

  • Loadjava error while installing Login Server

    Hello,
    I am having some difficulty installnig the login server. The log shows an error
    in the linstall.cmd where the script is trying to load the SSOHash class.
    The error message says that the user does not
    have privileges to add a class to a restricted package.
    Due to this error, subesquent pkgs are invalid.
    Please help

    Fixed it by reinstalling JVM as follows:
    To install the required Java classes, perform the following commands:
    1. Connect as SYS User.
    2. Run %ORACLE_HOME/javavm/plsql/jlib/initjvm.sql
    3. Run %ORACLE_HOME/rdbms/admin/initplsj.sql
    4. Rerun Oracle Portal 3.0 Configuration Assistant
    Eveything works now.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Seni Williams ([email protected]):
    I have the same problem. Platform is Windows 2000 Professional, Oracle db EE 8.1.7. Oracle 9iAS 9.0.2.
    Tks<HR></BLOCKQUOTE>
    null

  • Does PHD Login Sync Work at All?

    Am I expecting too much? But does the login sync even work for anyone? After I setup a user in no instances zero have I got login sync to work as described after an initial sync not even 1 time!!!!!!!
    I've got brand new 10.5.8 server/client nothing configured for PHD except mobile preferences for PHD and it never works. Followed multiple guides just not happening.
    This would be a great feature for us but as of now I'm giving up and moving on to something else because my experience is not a good one I wouldn't consider using any part of the Mobility prefs as it seems to work NEVER.

    PHD setup is a bit ridiculous in that it doesn't quite seem to do what you expect. At least for my district's setup we had to enable both login / logout sync and background sync for login sync to work. Your best bet is to do all you configuration in the com.apple.homesync preference found under Preferences Details tab in WGM, do some exploring in there you get a lot more granular control and discover the settings make a lot more sense.

  • Instagram on my iPhone 4S keeps saying that it cannot connect to login server, it won't work!

    I went onto instagram and it kept on saying it couldn't refresh the feed. So I turned my phone on and off, deleted and re-installed the app, but when I try to login it says: 'Error: Sorry, we couldn't connect to our login server. Please confirm you have an internet connection and try again.'
    I have home wifi as well as 3 bars of reception with optus, I'm at home and it has never done this until today. I tried resetting my network setting but it is still saying the same thing. Safari and facebook still work.
    Pleaseeee does anyone know what I can do!?!?

    Error connecting to login server / "logging in" message displays, but I can't log in
    ON ANDROID, I SEE THE "LOGGIN IN" MESSAGE, BUT I'M NOT ABLE TO LOG IN AND DON'T RECEIVE ANY ERROR MESSAGE
    ON MY APPLE DEVICE, I SEE THE ERROR: "SORRY, WE COULDN'T CONNECT TO OUR LOGIN SERVER. PLEASE CONFIRM YOU HAVE AN INTERNET CONNECTION AND TRY AGAIN IN A MOMENT ."
    If you receive this error when trying to create an account or sign in to your account, and you believe your internet connection is stable, we suggest that you try to reset your WiFi router, as this may resolve the issue.
    Alternately, if your device is enabled with service through a carrier (ie 3G or EDGE), we'd suggest disabling WiFi and attempting to connect using your service provider's connection.
    If that doesn't help, please open the Settings app on your phone, then tap General > Date &amp; Time and be sure Set Automatically is turned ON. Finally, if you're still having trouble, please follow these troubleshooting tips.
    If the troubleshooting tips don't help, please email us with the following information:
    Are you able to access this webpage from your mobile device's browser: https://instagram.com/accounts/edit/
    Visit this website on the mobile device
    Hope that helped:-) ( got it off the instagram website )
    you're using to access Instagram and let us know your IP address : http://www.whatismyip.com/

  • Does Microsoft SQL Server 2k JDBC Driver SP3 support "trusted connections"?

    I get the following error when attempting to connect to a SQL Server instance via JDBC :-
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user '<username>'. Reason: Not associated with a trusted SQL Server connection.
    Does Microsoft SQL Server 2000 JDBC SP3 Driver support "trusted connections"?

    No, the MSDE instance I'm trying to connect to from my J2 application is configured as "Integrated Windows Authentication" ONLY (i.e not "mixed mode" and deliberately so) hence my search for a JDBC driver that supports o/s-based authentication.
    I appear to have found one now however at it appears that DataDirect's JDBC driver supports NTLM and Kerberos authenicaiton on Windows (although I haven't got it working yet).
    Thanks for your reply tho'

  • Left for vacation 5.27: firefox was accessible / returned from vacation 5.31: message on screen reads "unable to access server", "does not recognize server"

    left for vacation 5.27: server was accessible / returned from vacation 5.31: message on screen now read: "does not recognize server" / this is for both internet & email access
    == This happened ==
    Every time Firefox opened
    == i turned on my personal computer / this condition has remained for two days

    I realise this doesn't help you but I have reported this exact same issue (well, the part about being unable to login to webmail from abroad anyway) for MONTHS and all I get told is 'well you SHOULD be able to login'. I am no further forward and have come to the conclusion the only way to resolve this is to change ISP/phone provider.
    I had to create (and pay for) a domain with 1and1 in order to be able to send and receive e-mail while abroad, I didn't want to use Gmail or the like.
    As you say, it is INCREDIBLY FRUSTRATING, especially when I work for at least 6 months of the year overseas and BT just seem to ignore these posts.
    My trace is:
    1 1 ms 3 ms <1 ms 172.16.0.1
    2 1 ms 4 ms 16 ms 192.168.40.30
    3 3 ms 20 ms 3 ms 37-225.rv.ipnxtelecoms.com [62.173.37.225]
    4 15 ms 13 ms 16 ms 41-184-126-13.rv.ipnxtelecoms.com [41.184.126.13]
    5 109 ms 117 ms 109 ms ir2-th-lon.rv.ipnxtelecoms.com [41.184.56.101]
    6 109 ms 111 ms 153 ms tel-2.ccr01.lon09.atlas.cogentco.com [149.6.98.33]
    7 113 ms 110 ms 182 ms te0-0-0-2.ccr21.lon01.atlas.cogentco.com [154.54.36.165]
    8 109 ms 170 ms 167 ms bt.lon01.atlas.cogentco.com [130.117.14.170]
    9 116 ms 114 ms 111 ms 166-49-214-175.eu.bt.net [166.49.214.175]
    10 122 ms 115 ms 139 ms core2-te-0-3-0-1.ilford.ukcore.bt.net [62.172.102.14]
    11 113 ms 122 ms 112 ms core2-pos1-1.birmingham.ukcore.bt.net [62.172.103.93]
    12 118 ms 121 ms 117 ms iar1-gig5-5.birmingham.ukcore.bt.net [62.6.196.98]
    13 115 ms 117 ms 115 ms 62.172.57.218
    14 * * * Request timed out.
    15 * * * Request timed out.
    16 * * * Request timed out.
    17 * * * Request timed out.
    18 * * * Request timed out.
    19 * * * Request timed out.
    20 * * * Request timed out.
    21 * * * Request timed out.
    22 * * * Request timed out.
    23 * * * Request timed out.
    24 * * * Request timed out.
    25 * * * Request timed out.
    26 * * * Request timed out.
    27 * * * Request timed out.
    28 * * * Request timed out.
    29 * * * Request timed out.
    30 * * * Request timed out.
    Trace complete.

  • Set-up with different urls for login server and mid-tier

    The desired external host names are the following:
    Portal -> http://www.myportal.com
    Login Server -> http://www.login.com
    The real (internal) host names are the following:
    midtier -> midtier.xyz.com
    infrastructure-> infra.xyz.com
    How should the Oracle HTTP Server, Login/SSO server, portal be configured with this type of set-up?
    In particular, what should be in the httpd.conf, dads.conf, mod_osso.conf files and which values should be passed to the ssocfg and ptlasst scripts? Does the DAS url need to have the internal or external host name?

    How should the scenario described above be integrated into the instructions below? $HOSTNAME may refer to the internal or external midtier or infrastructure machine name. Which should be used?
    Assume HTTPS for the login server --> https://www.login.com.
    <PRE>
    Doc ID: Note:216126.1
    Subject: How to configure SSL with Portal 9.0.2
    Type: HOWTO
    Status: PUBLISHED
    Content Type: TEXT/PLAIN
    Creation Date: 25-OCT-2002
    Last Revision Date: 16-JAN-2003
    PURPOSE ------- This note explains how to set up SSL with Portal. There are several ways to configure SSL with Portal. This note uses SSL only between the browser and WebCache. The communication between the Webcache/Apache or PPE/Webcache is done in HTTP. This installation is a lot less CPU extensive than a full SSL configuration. Please note the configuration outlined here is not currently certified for Portal 9.0.2; however, it is fully supported by Oracle Support and Development. This means that this configuration was not tested by the Portal QA Department within Oracle. The difference in the QA test was that all components of the configuration were in SSL mode. SCOPE & APPLICATION ------------------- This note is intended for Portal administrators. This note is based on Unix. The Windows NT configuration is very similar. HISTORY ------- Version 1.0: SSL with a Unix shell script Version 1.1: Comment about the Webcache HTTP port How to configure SSL with Portal 9.0.2 -------------------------------------- Step 1 - Prerequisite --------------------- A. Get a SSL certificate ------------------------ IAS v2 is given with dummy certificates. You can use them. If you wish to use real SSL certificates, follow a note to configure SSL with Webcache like : - Note 161863.1 - Configuring WebCache with SSL - NT/2000 - Note 165305.1 - Configuring WebCache with SSL - Unix B. Password of the database schemas of portal --------------------------------------------- You need to have the passwords of the following database users: Database user Your passwords ---------------------------------------------- portal orasso orasso_ps orasso_pa These passwords are normally randomized during the installation of IAS V2. To find them, please follow one of these notes: - Note 206514.1 : IAS 9.0.2 : How to get the portal passwords to run the PTLASST script (Windows) - Note 199633.1 : Script to determine orasso password in 9iAS 9.0.2 on Unix - Note 205984.1 : Script to determine orasso password in 9iAS 9.0.2 on Windows C. Ports -------- During this installation, you will need to know a lot of ports of IAS V2. Please collect this information, before to begin. You can see the port list by going to the homepage of the midtier and of the infrastructure web page and clicking on the tab Port. You can also read the file portlist.ini that resides in both ORACLE_HOME in the directory $ORACLE_HOME/install. Here is the list, you need: Name of the port My port numbers Your port numbers --------------------------------------------------------------------- Midtier Web Cache HTTP port 7783 Midtier Web Cache HTTPS port 4459 Midtier Web Cache Admin port 4000 Midtier Web Cache Invalidation port 4001 --------------------------------------------------------------------- Infrastructure Oracle HTTP Server port 7784 Infrastructure Oracle HTTPS Server port 4460 Infrastructure Internet Directory(non-SSL) 4039 --------------------------------------------------------------------- D. Backups ---------- You should take a backup of your IAS installation in case that you want to revert all the changes done here and/or if you make a mistake during the configuration. The only good way to do a backup of IAS 9.0.2 is to have a full backup of the both ORACLE_HOMES of the Infrastructure and of the MidTier. Step 2 - Configure Portal to run in SSL --------------------------------------- 1) Edit the Webcache configuration Go to the administration port > http://hostname:web_admin_port/ > Typically http://hostname:4000/ Login: administrator/administrator Go to General Configuration / Site to Server Mapping -> Change the rule WebCache SSL - HTTP SSL -> Below the title Select "Application Web Servers" -> Check the checkbox with HTTP -> Uncheck the one with HTTPS -> Submit On the top of Webcache admin screen, press on <Apply the changes> Then restart WebCache. 2) Edit the dads.conf (in $MIDTIER_ORACLE_HOME/Apache/modplql/conf) Add a new line in the DAD: <Location /pls/portal> PlsqlCGIEnvironmentList REQUEST_PROTOCOL=HTTPS,SERVER_PORT=4459 Where 4459 is the HTTPS port of the MIDTIER. 3) Modify the web.xml of the portal application ($MIDTIER_ORACLE_HOME/j2ee/OC4J_Portal/applications/portal/portal/WEB-INF) Add several parameters to the page servlet (PPE). [...] <servlet> <servlet-name>page</servlet-name> [...] <init-param> <param-name>useWebCache</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>useScheme</param-name> <param-value>http</param-value> </init-param> <init-param> <param-name>usePort</param-name> <param-value>7783</param-value> </init-param> </servlet> [...] Where 7783 is the HTTP port of Webcache. Step 3 - Run the PTLASST ------------------------ Because of bug 2659809, we will remove an entry in OID before to run the PTLASST script. This entry will be recreated by PTLASST. Because of bug 2654938, we will reconfigure Webcache after PTLASST. Run this script, and modify the environment variables with the values found above. This scripts does 3 things: 1) It configures SSO/DAS to run in the infrastructure HTTPS port 2) It configures Portal in HTTPS mode, and associates Portal with SSO in HTTPS. 3) Restart OC4J and HTTP processes of the MIDTIER and INFRASTRUCTURE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - portal_ssl.sh - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - export INFRA_ORACLE_HOME=/u01/oracle/product/infra902 export MIDTIER_ORACLE_HOME=/u01/oracle/product/ias902 export INFRA_SID=iasdb export MIDTIER_SID=ias902 export PORTAL_SID=$INFRA_SID export PORTAL_TNS=iasdb export MIDTIER_HTTP_PORT=7783 export MIDTIER_HTTPS_PORT=4459 export WEBCACHE_INV_PORT=4001 export WEBCACHE_ADM_PORT=4000 export INFRA_HTTP_PORT=7784 export INFRA_HTTPS_PORT=4460 export OID_PORT=4039 export EM_PORT=1810 export PORTAL_PASSWORD=ABCDEFGH export ORASSO_PASSWORD=ABCDEFGH export ORASSO_PA_PASSWORD=ABCDEFGH export ORASSO_PS_PASSWORD=ABCDEFGH export HOSTNAME=machine.domain.com export IAS_PASSWORD=ABCDEFGH export ORAENV_ASK=NO export ORACLE_SID=$INFRA_SID . oraenv unset ORAENV_ASK echo '******** PART 1 - SSO IN SSL **********' export LD_LIBRARY_PATH=$INFRA_ORACLE_HOME/lib:$LD_LIBRARY_PATH export PATH=$INFRA_ORACLE_HOME/jdk/bin:$PATH export PATH=$ORACLE_HOME/bin:$PATH # This step will change the URL used to login by default for # all partner application cd $INFRA_ORACLE_HOME/sso/bin ./ssocfg.sh HTTPS $HOSTNAME $INFRA_HTTPS_PORT # This step add a new partner application to SSO. # It associates the new URL used by OIDDAS with SSO. cd $INFRA_ORACLE_HOME/sso/lib java -jar $ORACLE_HOME/sso/lib/ossoreg.jar -host $HOSTNAME -port 1521 -sid $INFRA_SID -site_name ssl_$HOSTNAME -success_url https://$HOSTNAME:$INFRA_HTTPS_PORT/osso_login_success -cancel_url https://$HOSTNAME:$INFRA_HTTPS_PORT/ -logout_url https://$HOSTNAME:$INFRA_HTTPS_PORT/osso_logout_success -home_url https://$HOSTNAME:$INFRA_HTTPS_PORT/ -start_date 08012002 -admin_id oracle -ip_check false -config_mod_osso true -oracle_home_path $INFRA_ORACLE_HOME -u root -sso_server_version v1.2 echo '---------------------' echo 'Change the URL of DAS' echo '---------------------' rm das.ldif echo 'dn:cn=OperationURLs,cn=DAS,cn=Products,cn=OracleContext' > das.ldif echo 'changetype:modify' >> das.ldif echo 'replace:orcldasurlbase' >> das.ldif echo orcldasurlbase:https://$HOSTNAME:$INFRA_HTTPS_PORT/ >> das.ldif ldapmodify -h $HOSTNAME -p $OID_PORT -D "cn=orcladmin" -w "$IAS_PASSWORD" -f das.ldif echo '******** PART 2 - PORTAL IN SSL **********' echo '-----------------------' echo 'Delete an entry in LDAP' echo '-----------------------' ldapdelete -h $HOSTNAME -p $OID_PORT -D "cn=orcladmin" -w "$IAS_PASSWORD" "orclApplicationCommonName=PORTAL,cn=Portal,cn=Products,cn=OracleContext"
    echo '-------------' echo 'Configure SSL' echo '-------------' export ORACLE_HOME=$MIDTIER_ORACLE_HOME $MIDTIER_ORACLE_HOME/assistants/opca/ptlasst.csh -mode MIDTIER -i custom -s portal -sp $PORTAL_PASSWORD -c $HOSTNAME:1521:$PORTAL_SID -sdad portal -o orasso -op $ORASSO_PASSWORD -odad orasso -host $HOSTNAME -ssl -port $MIDTIER_HTTPS_PORT -ldap_h $HOSTNAME -ldap_p $OID_PORT -ldap_w $IAS_PASSWORD -pwd $IAS_PASSWORD -sso_c $HOSTNAME:1521:$PORTAL_SID -sso_h $HOSTNAME -sso_p $INFRA_HTTPS_PORT -ultrasearch -oh $MIDTIER_ORACLE_HOME -mc false -mi true -chost $HOSTNAME -cport_i $WEBCACHE_INV_PORT -cport_a $WEBCACHE_ADM_PORT -wc_i_pwd invalidator -emhost $HOSTNAME -emport $EM_PORT -pa orasso_pa -pap $ORASSO_PA_PASSWORD -ps orasso_ps -pp $ORASSO_PS_PASSWORD -pd portal_dblink -p_tns $PORTAL_TNS -s_tns $PORTAL_TNS -verbose -portal_only $MIDTIER_ORACLE_HOME/assistants/opca/ptlasst.csh -mode SSOPARTNERCONFIG -i custom -s portal -sp $PORTAL_PASSWORD -c $HOSTNAME:1521:$PORTAL_SID -sdad portal -o orasso -op $ORASSO_PASSWORD -odad orasso -host $HOSTNAME -ssl -port $MIDTIER_HTTPS_PORT -sso_c $HOSTNAME:1521:$PORTAL_SID -sso_h $HOSTNAME -sso_p $INFRA_HTTPS_PORT -pa orasso_pa -pap $ORASSO_PA_PASSWORD -ps orasso_ps -pp $ORASSO_PS_PASSWORD -p_tns $PORTAL_TNS -s_tns $PORTAL_TNS -verbose -silent echo '--------' echo 'WebCache' echo '--------' export ORACLE_HOME=$INFRA_ORACLE_HOME sqlplus portal/$PORTAL_PASSWORD@$PORTAL_TNS @$MIDTIER_ORACLE_HOME/portal/admin/plsql/wwc/cachseed.sql $HOSTNAME $WEBCACHE_INV_PORT $WEBCACHE_ADM_PORT invalidator on portal echo '********** Part 3 - restart the MIDTIER **************' export ORAENV_ASK=NO export ORACLE_SID=$MIDTIER_SID . oraenv unset ORAENV_ASK echo '--- MIDTIER: stop all the dcm processes' cd $ORACLE_HOME/dcm/bin dcmctl stop -v echo '--- MIDTIER: clear the PLSQL cache' rm -Rf $ORACLE_HOME/Apache/modplsql/cache/plsql echo '--- MIDTIER: start all the dcm processes' dcmctl start -v export ORAENV_ASK=NO export ORACLE_SID=$INFRA_SID . oraenv unset ORAENV_ASK echo '--- INFRA: stop all the dcm processes' cd $ORACLE_HOME/dcm/bin dcmctl stop -v echo '--- INFRA: start all the dcm processes' dcmctl start -v - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SECURITY COMMENTS ----------------- This configuration has HTTP port of Webcache reachable from outside. Webcache has no way to limit the use of a port to a specific machine or IP address. This is not a real issue because the goal of SSL is not to avoid that people access your server but that people intercept the data sent between the browser and the webserver. But in case that you/your customer is very sensible about security and want a webserver with SSL only (what is very rare), you may want to add a firewall in front of Webcache to block the HTTP port. RELATED DOCUMENTS ----------------- Note 161863.1 - Configuring WebCache with SSL - NT/2000 Note 165305.1 - Configuring WebCache with SSL - Unix
    </PRE>

  • League of Legends on playonlinux : Login server not responding

    Hello,
    I installed League of Legends with playonlinux sometime ago and it worked well-ish.
    But since the last update it gets no response from the login server. Installing lib32-gnutls like advised on the wiki and disbaling peer to peer did not make it any better.
    I can't find logs about that error so I have no idea where to look.
    Before I try installing LoL with system wine, have anyone met this problem? Does anyone have an idea how to fix this?
    The update of the client happened just after a system update, I don't know if that might be a reason for that problem.
    Thanks in advance.

    Hello,
    My /etc/hosts is just right, it has my hostname as it should ^^
    Updating lib32-gnutls did not fix the problem.
    I ended up reinstalling with system wine (which includes installining wininet through winetrick in its process, so it may be what fixed my problem) and it works verry well now. 
    Thanks for you answers!

  • Using JAAS/JNDI with the Login Server

    Is it possible to set up single sign-on through the Login Server
    and OID for a Java portlet using JAAS and JNDI? What would be
    required to set this up?

    I was facing same problem,
    Here is I got an answer, I was doing same mistake.
    You cannot authenticate with an outlook.com account when you use the management shell. You have to use a @yourtenant.onmicrosoft.com
    account or an account where the domain has been associated with your O365 tenant like @contoso.com . Microsoft accounts cannot be used with the management shell.
    http://community.office365.com/en-us/f/156/t/238053.aspx 

  • Export/import login server and user grup security

    Hi,
    I followed the instructions to export Login server, user group
    security using the ssoexp.csh, secexp.csh. Then I imported the
    login server, and user group security using the ssoimp.csh,
    secimp.csh .
    I then logged into Portal and check the users, all the users are
    imported properly. However, I didn't see any group that are
    supposed to be imported. Do I missing anything?
    The syntax to run the secimp is as follows:
    secimp.csh -s portal30 -p portal30 -o portal30 -m reuse -d
    sec.dmp -c target_database
    The import finished w/o error. How can I see the groups in the
    new portal instance that I tried to import objects in?
    I noticed that the wwsec_group$ in the source area is over 3000,
    and in the target the count is only 10, which is the number of
    group I have before the import. But during the export, I don't
    see the wwsec_group$ table being exported, is that the problem?
    P.S. versions are: 9iAS 1.0.2, portal version 3.0.9.8 on solaris.
    Thanks;
    Kelly.

    This question is best suited to the Oracle9iAS SSO and Portal Security forum.
    Thanks

  • Why does my login screen when scrolling mouse over appear pixalated (has small squares wherver the mouse scrolls until the entire page has been scratched like a lotto ticket:) ?

    Why does my login screen when scrolling mouse over appear pixalated (has small squares wherver the mouse scrolls until the entire page has been scratched like a lotto ticket:) ?

    OS X Lion: Login window partially appears, cursor movement redraws screen

  • MBAM 2.5 Recovery DB Prerequisite - Required Permission - instance login server roles "processadmin"

    technet.microsoft.com/en-us/library/dn645331.aspx
    We have successfully deployed MBAM 2.5 Stand-alone topology in a lab environment.
    Now we are moving to install / deploy MBAM 2.5 in a QA DB server.
    Prerequisites for the Recovery Database
    Required SQL Server permissions
     Required permissions:
      SQL Server instance login server roles:
       dbcreator
       processadmin
      SQL Server Reporting Services instance rights:
       Create Folders
       Publish Reports
    Question: The QA team is reluctant to assign processadmin permission.
    1. Is there any document where is explains exactly WHY we need to assign "processadmin"?
    2. If we assign "processadmin" will it by any chance have any effect on other DB instance running on that SQL server?
    Thank you in Advance for your help.

    1. I haven't seen any document on why it needs to be assigned processadmin permission.
    2. processadmin permission have rights to start stop and restarts the  sql instance not other instanceses.

  • Load Balancing And the Login Server

    We have just added load balancing to our cluster of 30980 portal servers. The load balancing works only sporadically. We noticed a round-robin approach was taken in the configuration guides, which is not acceptable to our infrastructure team.
    Questions: Is there a problem with using load balancers such as Resonate with Oracle portal? If not, should one machine in the cluster be specifically identified as the login server? Can they each act as login servers for any of the others?

    I have had the same problem.
    I think whoever programmed the logon routine at that point should be fired immediately and banned from programming for life! Logging on is a very basic and well-understood task, and programmed gozillions of times since 1940s. Common sense and unwritten rules of programming dictate simply if you make something case-sensitive, then you should accept an input in its original form (i.e. password in smalls, or whatever) but not change it to uppercase and then work case-sensitively. Either this, or you program everything case-insensitively.
    Fire that programmer or give him to us gollumvoice

Maybe you are looking for

  • Transparency Marks in PDF

    I have started using InDesign recently with one minor problem. It is all fine until I export using  PDF/X-1a:2001 (as I have been erecommened to do as it converts to CMYK etc). When I then view the PDF it shows slight frame edges around objects, howe

  • Can't re-order songs in playlist

    In most of the playlists I have created I can move the songs into whatever order I desire, but one of my playlists won't let me. I can sort by heading, but cannot manually move a song from ... say 1st place to 3rd place. I'm sure I'm doing something

  • Cutting Off Songs

    Ok. So in this forum I recently learned about the Shared Music function of iTunes. so I tried it out, worked great. However, Front Row would switch to the next song with 5 seconds left! I mean, a song is playing, and with 5 seconds left, it would go

  • Invoic Mapping

    Hi, I am trying to map the following condition for Invoic to EDI. The Condition is : If first digit of E1EDK01 - KUNDEUINR <> "0", then Pass source into target else " ". Source Idoc segment  is E1EDK01 and Source Element is KUNDEUINR. Target EDI Segm

  • Security update 2010-004

    (not sure this post is in the proper thread - please advise if not) Today I installed the Security Update 2010-004 onto my iBook G4 (10.5.8) and then Safari would not work as before. I finally thought to check the DSN Server settings and found that m