Thread.currentThread() unique for each server request?

Hello
I have a hosted application in glassfish. When there is a http request I write a file to disk in server machine.
I am just wondering in writer.class can I use Thread.currentThread() as a unique identification for each and every request?
Thank you

I am sorry. I made the question wired by adding unnessasary things.
Let me ask it simple, can I replace the singleton class IDpool with a class with a static variable id. like following
IDpool class (singleton and map<thread, id>)
public class IdPool {
    protected static IdPool pool = null;
    protected static Map<Thread,Long> idmap = new HashMap<Thread,Long>();
    public static Map<Thread,Long> getIdMap()
        return idmap;
    public static IdPool getSingleInstance()
        if(IdPool.pool==null)
            IdPool.pool = new IdPool();
        return IdPool.pool;
    public synchronized Long makeNewId(Thread thread)
        Long id =  Calendar.getInstance().getTimeInMillis();
        IdPool.idmap.put(thread,id);
        return id;
    public synchronized Long getId(Thread thread)
        return IdPool.idmap.get(thread);
}replace above with following
class IDClass
   public static long ID;
}In request handler class
// make new id
IDClass.ID = 123;In FileWriter.class
// get ID
long id = IDClass.ID;Because for each and every request it starting as a new application. Application means calling for the backend Request handler and file writer program I have made. Those are in a seperate jar file.The same instance of the application never used by two request. And once the request is finished application initialize for that particular request close down.
EJP, thank you very much for your kind attention for this matter.

Similar Messages

  • Which Recovery Media DVDs are unique for each delivered pc?

    This is related to the other thread: what is "boot media" and "data media"
    Having just finished making recovery media for the E520 I've just purchased for my daughter, I'm soon going to need to repeat the process for the other identical E520 I've just purchased for my other daughter.
    I'm lead to believe that the Windows 7 media is unique for each pc, but during the creation of the recovery media, the process created 4 x DVD.
    1. Bootable CD/DVD.
    * Volume label: CD_ROM
    * 305 MB
    2. Recovery DVD 0.
    * Volume label: RCD_AppCD0
    * 3.62 GB
    3. Recovery DVD 1.
    * Volume label: RCD_AppCD1
    * 4.04 GB
    4. Recovery DVD 2.
    * Volume label: RCD_AppCD2
    * 1.22 GB
    Do I need to make another complete set of 4 x CD/DVD or is only one of these unique for that pc hardware?
    This is for a Thinkpad E520 (1143CTO) with Windows 7 Home Premium 64-bit.
    Solved!
    Go to Solution.

    If the systems really are identical you don't really need to make another set, the set you made will work.  That said, it can't be a bad thing to have two sets in case one set get's damaged, lost or whatever.
    In such situations I prefer wearing belt and braces.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Brwoser does not refresh for each server event if delta handling is on

    I wrote a simple stateful BSP page. When I turn on delta handling(to remove flickering) on the page, page is refreshed only for every other server event. This page contains two table views and I use table view iterator for one of them. How can I force browser refresh for each server event? Browser is IE and version is 5.5.
    This problem doesn't exist if turn off delta handling. But I want to stop flickering any how, since users are complaining.

    Learning BSP is similar like driving a car. You first need to get a driver's license. So you study a bit, take a test and are ready to drive. Thereafter, flipping that deltaHandling checkbox is like getting into a big plane and trying to fly. It is unfortunately a quantum jump from using BSP to activating the DH system. Which also has a lot of very special constraints, etc.
    This was a very special development we did for a big application group inhouse. The first version was good, but did not exactly meet all our expectations. So we redid a lot of the work/concepts. All of this is highly specialized and not documented.
    What I could recommend is that you look at BSP application IT05. It should help a little. Otherwise, I am going to ask that you please open an OSS message (please reference this thread!). Then we can look at your application and show you what is to be done. But it is definitely not all moonshine and roses. Our standard answer is "do not use it" when people can not ride this bull. I will add it onto my weblog schedule for some future date.

  • How to set up different realms for each server ?

    I am using weblogic 6 sp1.I have a domain with several servers. i want to assoicate or use different custom security realm for each server.However -on weblogic console- there is no 'Target' tab in the Security node ,and no way to set up multiple Security nodes.How ca i do this (or can i)?

    Main reason why is this:
    Imagine situation I have 2 servers A and B both of them bellongs to domain SomeDomain.
    Server A is as WebServer and server B hosts all EJBs. And server A is outside
    firewall (does not have DB access). But i would like to use RDBMS realm so what
    to do in this situation. Place both servers in different domains and in server
    A install proxy realm for RDBS realm ?
    "Tom Moreau" <[email protected]> wrote:
    >
    You can't have a different realm for each
    server. There is only one realm for all
    servers - think of it as there is only
    one set of authentication & authorization
    information (that is users/groups/permissions)
    and it applies to all servers.
    Why do you want each server to have its
    own realm? If someone tries to log in,
    do you want WLS to automatically route
    them to a server who is capable of logging
    them in? I'm having trouble understanding
    why you want this feature.
    Thanks,
    -Tom Moreau
    Rachel <[email protected]> wrote:
    I am using weblogic 6 sp1.I have a domain with several servers. i want
    to assoicate or use different custom security realm for each server.However
    -on weblogic console- there is no 'Target' tab in the Security node
    ,and no way to set up multiple Security nodes.How ca i do this (or can
    i)?

  • APPL_SERVER_ID is different in dbc file for each server.

    I have 6 nodes as forms+apache tier, 2 nodes as CM tier and on one node DB runs.
    I just queried the value of SERVER_ID from view FND_NODES. It shows 8 different values of SERVER_ID for each server!!!!
    Fortunately it matches the value of APPL_SERVER_ID in each of the dbc file present on the servers.
    My question is, Is this normal to have different SERVER_ID values for different servers...???
    NODE_NAME SERVER_ID
    AUTHENTICATION SECURE
    C201U337 9C2BBAF52F4008D0E044001A4B09E42E39060489262310725199227515699710
    C201U330 9C2BC5172DC00AA6E044001A4B09E42E32065429041790627836165020768437
    C201U331 9C2BD0D529000B7BE044001A4B09E42E24399550293612105522291335723235
    C201U332 9C2BDCD02D400CBBE044001A4B09E42E20708529451149697927290717515622
    C201U333 9C2BE804D4400EAEE044001A4B09E42E41410145443153698699760618303252
    C201U334 9C2BF2A0E4C00F71E044001A4B09E42E31646098872979120473974598540592
    C201U335 9C2BFC48D1401058E044001A4B09E42E22585142603175288108114713024518
    c201u338
    C201U336 9C2BA4028D00074FE044001A4B09E42E54326788279280415817440150025596
    This is because one of the developers complained that errors for JDeveloper - OAF saying PoolException: Not able to create new database connection: FNDSECURITY_APPL_SERVER_ID..
    I donno which dbc file they are going to use. Please help me with this issue.
    Application is 12.1.3 and database is 11.2.0.2.0.
    Edited by: Vicky on Feb 17, 2011 1:53 AM

    I just queried the value of SERVER_ID from view FND_NODES. It shows 8 different values of SERVER_ID for each server!!!!
    Fortunately it matches the value of APPL_SERVER_ID in each of the dbc file present on the servers.This is an expected behavior.
    My question is, Is this normal to have different SERVER_ID values for different servers...???Yes.
    This is because one of the developers complained that errors for JDeveloper - OAF saying PoolException: Not able to create new database connection: FNDSECURITY_APPL_SERVER_ID..
    I donno which dbc file they are going to use. Please help me with this issue.From Web/Apache server -- Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]
    Thanks,
    Hussein

  • Need separate duplicate JMS modules for each server?

    Using WebLogic 9.2.2 on AIX 5.3.
    I'm trying to set up a domain with 6 managed servers. I need to deploy several JMS queues and a foreign server to each JMSServer on each server. I looked at the JMSModule object, and I'm trying to determine whether it's possible to define a single JMSModule that I can deploy to all of my servers. So far, this doesn't appear to be possible. As a result, I have to do tons of painful cut/paste inside the console. Is this how it's supposed to work?

    David,
    Sorry, if I was not clear earlier.
    A Module can be targeted to a single Cluster, one or more comma separated list of WLS servers and the servers don't have to be part of a cluster (note that certain resources such as UDD or CF that can be targeted to an entire cluster, cannot be done so, if the module is not targeted to the cluster. And to achieve the same, the user has to manually add/remove the managed servers to the list of Module's/sub-deployment's targets whenever a server is added or removed to/from the cluster/domain).
    So, in your case, you can define all the JMS resources for that domain in a single Module descriptor and deploy it to a list of all the managed servers. Then you can use the sub-deployments to group and target them onto other related targets (for example, one or more queues can be grouped as a sub-deployment and targeted to a single JMSServer that is hosted by one of the WLS server instance, where the Module is currently targeted to, etc).
    I believe you are creating/using a "system resource" type module via Admin console, the JMSModules wizard shall walk you through the targeting page, where you can see all the available target servers/clusters.
    Here is an example of config.xml snippet for this kind of module targeting :
    <jms-system-resource>
    <name>SystemModule-0</name>
    <target>Server-0,Server-1</target>
    <sub-deployment>
    <name>ConnectionFactory-0</name>
    <target>Server-0,Server-1</target>
    </sub-deployment>
    <sub-deployment>
    <name>Queues</name>
    <target>JMSServer-0</target>
    </sub-deployment>
    <descriptor-file-name>jms/systemmodule-0-jms.xml</descriptor-file-name>
    </jms-system-resource>
    and the corresponding JMS module descriptor file snippet (can be found under DOMAIN_DIR/config/jms dir) as shown below:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-jms xmlns="http://www.bea.com/ns/weblogic/weblogic-jms" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls
    ="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/
    /www.bea.com/ns/weblogic/weblogic-jms http://www.bea.com/ns/weblogic/weblogic-jms/1.0/weblogic-jms.xsd">
    <connection-factory name="ConnectionFactory-0">
    <sub-deployment-name>ConnectionFactory-0</sub-deployment-name>
    <jndi-name>ConnectionFactory-0</jndi-name>
    <security-params>
    <attach-jmsx-user-id>false</attach-jmsx-user-id>
    </security-params>
    </connection-factory>
    <queue name="Queue-0">
    <sub-deployment-name>Queues</sub-deployment-name>
    <jndi-name>Queue-0</jndi-name>
    </queue>
    </weblogic-jms>
    That being said, depending on, how many resources (factories, destinations etc) you are having and how you are going to group them, you may end of with too many sub-deployments within a single module, for which you need to carefully select targets/manage them.
    Both approaches (one module descriptor with many sub-deployments and many module descriptors with fewer sub deployments) have positives and negatives, when its comes to manageability. The recommended best practice is to have the JMS resource configuration split into more than one module with fewer number of sub-deployments within each, to have finer control over the resource configuration/management.
    Sounds like, you are trying to configure one queue on every managed server, that has duplicate(same) configuration properties. If that is the case, you can try using the UDD (Uniform Distributed Destination), that comes with automatic member (physical destination) management on all of its targets. That way, all you need is one UDD resource configuration/sub-deployment in the module and target the sub-deployment to the same targets as the module's targets (or accept the default targeting option, if available in the resource targeting page).
    More information on UDDs can be found here:
    http://edocs.bea.com/wls/docs100/jms/dds.html#wp1313025
    Hope this helps.
    Thanks
    Kats

  • How to get to know change content for each change request

    Hi, would I get to know the change content in each change request via SE09 or others before I release the change request?
    For example, the following info was in SE09 tree view for a change via OB52. Would I get to
    know what does "20000001 ZZZZZZZZZZ,20000002 ZZZZZZZZZZ" stand for?
    EE6K900014 200   ADMIN        tttts
        EE6K900015   ADMIN        Customizing Task
            View Maintenance: Data
                V_T001B
                    T001B
                        20000001 ZZZZZZZZZZ
                        20000002 ZZZZZZZZZZ
    Thanks.
    Edited by: yingying weng on May 27, 2009 5:10 AM

    yingying weng 
    To understand what is the transports, you need to understand the structures of the included tables, views, etc.  Or at least be able to look the table information up in SAP.
    For your example, table T001B (Permitted Posting Periods).
    You can go to SE11 to see the fields in the table.
    You can use SE16 to view the contents.
    In this example you would be transporting the following:
    T001B
    20000001 ZZZZZZZZZZ
    or
    200 0 0001 ZZZZZZZZZZ
    Client                           = 200
    Record Type                 = 0
    Posting Period Variant = 0001
    To account                    = ZZZZZZZZZZ
    Hope this helps.
    PJ

  • ITunes Connect - New Application Company Name common or unique for each a

    We have our first couple of applications ready to go. But I am a little confused with the iTunes connect meaning of 'Company Name' - when adding an application.
    We are developing audio / spoken word applications for several companies and wanted to show each application in the store as the application title and the authors name as the company name.
    Does anyone know if the company name you enter the first time in iTunes connect is common for all applications you submit - or can it be different for each application?
    Thanks

    It is common for all apps that you submit. You don't get the option of inputting a different one when you create others.
    You *can not* change this (or at least not without calling support, but even that hasn't worked yet).

  • Configure a different design for each Server.

    Hi, 
    I need to configure system-wide designs.
    If I work  on the productive system, the background should be colored red,
    on the test system the background should be colored in u201CSap-Blueu201D.
    How I can configure these?
    Thanks in Advance
    Christian

    Hello. The GUI version is ? For windows , java or may be ITS? The version is 620 640 710 ?  In windows gui -->
    Press ALT+F12 ( Customize local layout) --> set color to system, in SAPGUI 710 first change the theme on
    "enjoy". Regards.

  • SAS Token failed with 403 error while generating for each request using ARR module

    Hi,
    We are doing an e-Learning application, which plays a course on the browser (inside a div control). The course contains list of static contents such as html, js, css etc., and media files .mp4. We are hosting the static contents (.html, .js, .css etc) into
    Azure blob storage and media files into Media Service and CDN.
    When user triggers to take a course, the browser first request the Web Role with landing page (Ex: FirstPage.html) and with Course Unique Id - Ex:
    https://cloudservice1.cloudapp.net/course/courseid/firstpage.html. We have written a custom ARR Module (http://www.iis.net/learn/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-module),
    which receives the request, parse it and generate blob storage url with SAS token using C# code for each file. Then route to blob storage. (we have already passing storage account details to ARR Module using Web.config)
    For single user, the course plays fine. But we do the load testing with > 400 user load (with 5 instances), we are getting many 403 errors (and not all files). If the load is less than 200, we don’t get such issue.
    Also, we are using REST code to generate the SAS token. When the SAS token expiration time extending more than 60 min, getting error “Access without signed identifier cannot have time window more than 1 hour”. As the code is exist in ARR Module, unable to
    refer the Storage Client assembly. This 60 min time interval is for each file request – so there could not be an issue on expiration, but feeling this might be an issue?
    Can you please point me what could be the issue and how to solve this. Is the ARR Module caching the SAS token and providing the same even after the expiration time?
    Many Thanks, Thirumalai M

    hi,
    There is a similar thread (http://stackoverflow.com/a/17572316 ), I recommend you could refer to it.
    And I'd like to know how to set the expiry time in your code, and you could see this page (http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-shared-access-signature-part-1/
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • One connection for each request!trans

    Hi there,
    We migrated a big application from classic toplink to EJB 3, glassfish, EclipseLink. Some big module is still using classic toplink queries for a lot of things. As we didn't have the resource to change everything to pure ejb & jpa, we tried a couple of "tricks". They kind of work (in production), but I noticed that there is one connection for each db request.
    It stills works fast enough, thanks to Glassfish connection pooling. But I guess this is horrible. Regarding transactions too...
    Here is how I get a UnitOfWork:
    JpaEntityManager jpaEntityManager = JpaHelper.getEntityManager(entityManager);
    UnitOfWork unitOfWork = jpaEntityManager.getUnitOfWork();
    Here is some eclipselink query which is causing thousand of db queries and acquiring about the same number of connections :
    return ((Collection) unitOfWork.executeQuery(readAllQuery));
    thx, Yannick

    Hello,
    ReadAllQueries will always go to the database by default to ensure that all the results are returned. So unless you are using inmemory query options, you will always see the same number of queries as executeQuery calls when using ReadAllQuery objects.
    As for connections, the default is for connections to be obtained as they are needed, and then released when no longer needed. By default, EclipseLink/TopLink will use a read connection pool and obtain and release for each read query that is done outside of a transaction. When in a transactional context (ie reads through a uow where a transaction was started and changes made), reads will go through the write connection - this is done to ensure that transactional changes are picked up -and these will not be put into the shared cache until the transaction completes. So all reads done in the same uow while in a transaction will use the same write connection, since the uow needs to hold onto while the transaction is active anyway.
    How are your transactions demarcated and the EntityManager obtained?
    Best Regards,
    Chris

  • JNDI Lookup for multiple server instances with multiple cluster nodes

    Hi Experts,
    I need help with retreiving log files for multiple server instances with multiple cluster nodes. The system is Netweaver 7.01.
    There are 3 server instances all instances with 3 cluster nodes.
    There are EJB session beans deployed on them to retreive the log information for each server node.
    In the session bean there is a method:
    public List getServers() {
      List servers = new ArrayList();
      ClassLoader saveLoader = Thread.currentThread().getContextClassLoader();
      try {
       Properties prop = new Properties();
       prop.setProperty(Context.INITIAL_CONTEXT_FACTORY, "com.sap.engine.services.jndi.InitialContextFactoryImpl");
       prop.put(Context.SECURITY_AUTHENTICATION, "none");
       Thread.currentThread().setContextClassLoader((com.sap.engine.services.adminadapter.interfaces.RemoteAdminInterface.class).getClassLoader());
       InitialContext mInitialContext = new InitialContext(prop);
       RemoteAdminInterface rai = (RemoteAdminInterface) mInitialContext.lookup("adminadapter");
       ClusterAdministrator cadm = rai.getClusterAdministrator();
       ConvenienceEngineAdministrator cea = rai.getConvenienceEngineAdministrator();
       int nodeId[] = cea.getClusterNodeIds();
       int dispatcherId = 0;
       String dispatcherIP = null;
       String p4Port = null;
       for (int i = 0; i < nodeId.length; i++) {
        if (cea.getClusterNodeType(nodeId[i]) != 1)
         continue;
        Properties dispatcherProp = cadm.getNodeInfo(nodeId[i]);
        dispatcherIP = dispatcherProp.getProperty("Host", "localhost");
        p4Port = cea.getServiceProperty(nodeId[i], "p4", "port");
        String[] loc = new String[3];
        loc[0] = dispatcherIP;
        loc[1] = p4Port;
        loc[2] = null;
        servers.add(loc);
       mInitialContext.close();
      } catch (NamingException e) {
      } catch (RemoteException e) {
      } finally {
       Thread.currentThread().setContextClassLoader(saveLoader);
      return servers;
    and the retreived server information used here in another class:
    public void run() {
      ReadLogsSession readLogsSession;
      int total = servers.size();
      for (Iterator iter = servers.iterator(); iter.hasNext();) {
       if (keepAlive) {
        try {
         Thread.sleep(500);
        } catch (InterruptedException e) {
         status = status + e.getMessage();
         System.err.println("LogReader Thread Exception" + e.toString());
         e.printStackTrace();
        String[] serverLocs = (String[]) iter.next();
        searchFilter.setDetails("[" + serverLocs[1] + "]");
        Properties prop = new Properties();
        prop.put(Context.INITIAL_CONTEXT_FACTORY, "com.sap.engine.services.jndi.InitialContextFactoryImpl");
        prop.put(Context.PROVIDER_URL, serverLocs[0] + ":" + serverLocs[1]);
        System.err.println("LogReader run [" + serverLocs[0] + ":" + serverLocs[1] + "]");
        status = " Reading :[" + serverLocs[0] + ":" + serverLocs[1] + "] servers :[" + currentIndex + "/" + total + " ] ";
        prop.put("force_remote", "true");
        prop.put(Context.SECURITY_AUTHENTICATION, "none");
        try {
         Context ctx = new InitialContext(prop);
         Object ob = ctx.lookup("com.xom.sia.ReadLogsSession");
         ReadLogsSessionHome readLogsSessionHome = (ReadLogsSessionHome) PortableRemoteObject.narrow(ob, ReadLogsSessionHome.class);
         status = status + "Found ReadLogsSessionHome ["+readLogsSessionHome+"]";
         readLogsSession = readLogsSessionHome.create();
         if(readLogsSession!=null){
          status = status + " Created  ["+readLogsSession+"]";
          List l = readLogsSession.getAuditLogs(searchFilter);
          serverLocs[2] = String.valueOf(l.size());
          status = status + serverLocs[2];
          allRecords.addAll(l);
         }else{
          status = status + " unable to create  readLogsSession ";
         ctx.close();
        } catch (NamingException e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
        } catch (CreateException e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
        } catch (IOException e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
        } catch (Exception e) {
         status = status + e.getMessage();
         System.err.println(e.getMessage());
         e.printStackTrace();
       currentIndex++;
      jobComplete = true;
    The application is working for multiple server instances with a single cluster node but not working for multiple cusltered environment.
    Anybody knows what should be changed to handle more cluster nodes?
    Thanks,
    Gergely

    Thanks for the response.
    I was afraid that it would be something like that although
    was hoping for
    something closer to the application pools we use with IIS to
    isolate sites
    and limit the impact one badly behaving one can have on
    another.
    mmr
    "Ian Skinner" <[email protected]> wrote in message
    news:fe5u5v$pue$[email protected]..
    > Run CF with one instance. Look at your processes and see
    how much memory
    > the "JRun" process is using, multiply this by number of
    other CF
    > instances.
    >
    > You are most likely going to end up on implementing a
    "handful" of
    > instances versus "dozens" of instance on all but the
    beefiest of servers.
    >
    > This can be affected by how much memory each instance
    uses. An
    > application that puts major amounts of data into
    persistent scopes such as
    > application and|or session will have a larger foot print
    then a leaner
    > application that does not put much data into memory
    and|or leave it there
    > for a very long time.
    >
    > I know the first time we made use of CF in it's
    multi-home flavor, we went
    > a bit overboard and created way too many. After nearly
    bringing a
    > moderate server to its knees, we consolidated until we
    had three or four
    > or so IIRC. A couple dedicated to to each of our largest
    and most
    > critical applications and a couple general instances
    that ran many smaller
    > applications each.
    >
    >
    >
    >
    >

  • Remote Server Admin not working from outside of network for 1 server

    Our company recently changed ISPs and I had to change our two 10.4 server's IP addresses. We have a mail server (intel xserve) and a file/web server (quicksilver g4). Both servers have two network cards in them. The problem is two-fold:
    1- I can successfully manage the Xserve machine locally on our network and from my home. However, I can only manage the Quicksilver g4 server locally. Any kind of external access is not even acknowledged.
    2- I'm not sure if I missed any steps when changing IP addresses for these server-based computers. Also, I'm not sure if I correctly set our dns names to the correct IP address.
    For some background, this is the exact IP update process I used for each server:
    Quicksilver G4 (file/web server) - Installed network card #2 and configured it with the new Public IP in the "System Preferences/Network" panel. In Server Admin I set our website to use the new public IP address. (network card #2 has no firewall device in between it and the internet.)
    Then, I configured the default network card #1 to a static, yet private IP address that's behind our DLink firewall device with the rest of our network.
    Intel Xserve (e-mail server) - Network card #1 was the only one setup before our network change. It had a static, public IP address. When we changed ISPs, I configured network card #2 to the new static, public IP address supplied to us by the new ISP in the "System Preferences/Network" panel. This new IP address is where all email traffic currently gets pointed to. (All mail is successfully sent and delivered.) Until our former ISP gets shutdown, I still have network card #1 configured to the older static public IP address. After the old ISP is shut off, I plan on changing network card #1 to a static, private address.
    Any assistance would be greatly appreciated.
      Mac OS X (10.4.8)  

    What should I check in AD?  I am by no means an expert with AD.
    Yes, I am using the same client OS.
    I am talking about RDP over the internet, like from home to the office.  We have a static IP assigned to the router from ISP.  A static internal IP assigned to the server on the LAN.  And the router port forwards 3389 to the assigned IP. 
    It was working fine before we reinstalled Server 2012.  These are the steps I took when reinstalling:
    1. format drive and install OS
    2. rename the server
    3. install SQL server
    4. Install TFS and SharePoint
    5. Add Active Directory role and promote to Domain Controller
    6. Add domain users
    7. Enable remote access on the server and add users to remote access list

  • Need suggestion on how to implement UNIX SSH connector for various server

    Hi everyone,
    We have various unix servers like ubantu, redhat and mandrake . each unix type have serveral machines around 50+ each.
    I want to have one resource object for each server type
    ex: ubantu, redhat, mandrake.
    User will select on the server type and this will bring all itresources under this type.
    Also when we install the connector it gives us one schedule task for group and user reconciliation. If i plan to have one RO for each of the server type what should I do to have one schedule task for each server type
    How difficult it would be to implement this? any guidance on how to proceed with this?
    Thanks,
    asat

    Hope that this could help you.
    Managing 100s of Unix Servers using OIM.
    -INIYA

  • Is it possible to set a port number for a server as a value from env ?

    Hello,
    I'm using the version 6.1 - sp8 and I'd like to set the port number of a server as a value returned by an environment variable. Will this be achievable somehow through the admin console?
    In fact, I have an environment variable called '$WEB_SERV_PORT'. I'd need this value to be assigned as the port number for a server. The reason why I am trying to do this is coz I have multiple instances running as different batch accounts and each batch account would be having its own '$WEB_SERV_PORT' which would be the port on which iplanet would be running for that batch account.
    I'd appreciate if anyone could help.
    Thank you,
    Presley.

    Hello Sriram,
    Thanks for the info that you have provided. I do agree that what you said would be a better approach.
    However I've got a couple of questions on the approach that you have suggested (Sorry that its a bit off from the main topic). Just wanted to clarify if what I thought is in sync with the approach that you suggested.
    1. As you said, I could setup multiple virtual server within an instance (https-<hostname>) - Does this mean that I am creating "Virtual Server Classes" for each server and through the web-applications tab, assigning the corresponding war file to each Virtual Server Class?
    2. Another approach that came upto my mind is that I could create different instances like (https-virtual server1, https-virtual server2, https-virtual server3 etc..). I am assuming that if I follow this approach, I could have each server allocate memory indiviually to the virtual servers. for eg, I could allocate
    1024 MB to each virtual server where as in the first approach, I would have to make the 1024 MB to share between all the Virtual Server Classes. And also, in the case theres an issue with one server, I could handle the start/ stop etc individually, where as in the 1st approach, all the virtual classes would be affected by the start/stop. Am I assuming it correctly ?
    I'd appreciate if you could let me know.
    Thank you,
    Presley.
    Edited by: pressley on Mar 26, 2008 7:04 AM

Maybe you are looking for

  • Stop motion on premiere pro

    Hello, i am trying to make a stop motion film using adobe premiere pro cc, and possibly premiere elements 12 if necessary. I would like to know how i can createa live feed of images from camera to software. I would also like to be able to use the oni

  • Why we need to call writeFloat twice?

    When we playback the audio recorded, why we need to call  e.data.writeFloat(sample) twice? private function playRecorded(e:SampleDataEvent): void                 if (!rec.bytesAvailable > 0)                            return;                 var leng

  • Help to find my Iphone 4

    My iphone4 was stolen in Jun, 2011, I have tried several ways to find it out, but faild. Now I just find the apple support communities, is there someone here have any idea on how to find out your stolen/lost iphone via the serial number? Any possible

  • HT4436 que puedo hacer si no me acuerdo de las respuestas que puse en las preguntas de seguridad de mi ID?? HELP ME!

    que puedo hacer si no me acuerdo de las respuestas que puse en las preguntas de seguridad de mi ID?? HELP ME!

  • Wifi on lion, wifi on lion

    la connessioe wifi non è costante si disconnette e poi riprende