Default JNDI server question.

Does Java standard/ee from Sun come with
a default JDNI server program,
upon which to perform
naming.rebind
?

Naming.rebind() is not a JNDI operation. It is an RMI Registry operation. Java comes with an rmiregistry.exe program, and you can start it in-process too: see java.rmi.registry.LocateRegistry.createRegistry().

Similar Messages

  • How do I changing the default WIKI Server name on OS x Lion Server?

    How do I changing the default WIKI Server name on OS x Lion Server? Enterprise solutions suggested I post this question here to get a direct answer. I have searched everywhere... This would be the META TAG On the top of browsers...

    I went looking for this answer, to no avail.
    Solution I used:
    step 1 - Navigate to the folder /usr/share/collabd/coreclient/locales/en.lproj/ and open the only file there called default.strings.
    step 2 - somewhere around lines 74 & 164 you will see the default title "OS X Lion Server". I'm sure only one of the is required to be changed to adjust the title on the window, but I changed both to my desired title. Save and close. If asked for authentication, enter you administrator details.
    step 3 - restart the server (or wiki service may work too)
    step 4 - done and your Wiki welcome page should show the new title
    Finally I have a bookmark that means something by default.
    Hope this helps

  • Unble to access the JNDI server in J2EE 1.4 RI ...

    Hi,
    the following code can be used to access the JNDI "server" included in the J2EE 1.3 RI, from a client placed at anywhere (you also must include the j2ee.jar in the classpath at runtime) :
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.enterprise.naming.SerialInitContextFactory");
    env.put(Context.PROVIDER_URL,"serverhost:1098");          
    Context ctx = new InitialContext(env);
    The same does not happen with J2EE 1.4 RI.
    1) Does anybody know how to configure the JNDI properties in order to access the JNDI server included in the J2EE 1.4 RI?
    2) Also, what Jars do we need to include?
    Thank you in advance,
    Dani Mazzuca

    Hi Dani,
    The preferred way for a standalone java client to access EJBs in the J2EE SDK is to use
    the no-arg InitialContext constructor : "new InitialContext()".
    In addition, set the -Dorg.omg.CORBA.ORBInitialPort=<orb port> (default is 3700
    but check domain.xml to verify) property when invoking the client VM.
    Keep in mind the reason there are differences in the setup for these
    clients is they are not portable. J2EE has a client component called
    an Application Client that is portable. In an application client, your code
    runs in a 1st-class J2EE container, so the container can take care of
    connecting to the appropriate naming service.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

  • Unable to find the default jndi

    Hi,
    Recently I have installed Coldfusion 8 and deployed the
    CFIDEover the weblogic 9.2 server. I operate on UNIX solaris. BUt
    everytime I bounce the server I see thi s message in the logs
    JRun JDBC was unable to locate a default JNDI
    provider..Failed to bind coldfusion/datasource/catalog: null
    Catalog is name of one of my datasources. I am new to
    coldfusion but I have followed the installation doc well.But I am
    sure missing something. I have creaed all th datasources in CF8
    administrator also. Please advise. Thanks
    The Log file aslo has this message
    <ClassLoader><W>Error initializing pre-processor
    class
    weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    java.lang.ClassCastException:
    weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    at
    weblogic.utils.classloaders.GenericClassLoader.initializePreProcessor(GenericClassLoader. java:619)
    at
    weblogic.utils.classloaders.GenericClassLoader.init(GenericClassLoader.java:126)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:120)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:110)
    at
    weblogic.utils.classloaders.GenericClassLoader.getAugmentableSystemClassLoader(GenericCla ssLoader.java:726)
    at
    weblogic.rmi.internal.ClientRuntimeDescriptor.<clinit>(ClientRuntimeDescriptor.java:51)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.<clinit>(WLInitialContextFactoryDelegate.ja va:180)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:131)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at
    javax.naming.InitialContext.<init>(InitialContext.java:175)
    at
    coldfusion.server.j2ee.sql.pool.JDBCPool.deployDataSource(JDBCPool.java:155)
    at
    coldfusion.server.j2ee.sql.pool.JDBCPool.init(JDBCPool.java:130)
    at
    coldfusion.server.j2ee.sql.pool.JDBCPool.<init>(JDBCPool.java:81)
    at
    coldfusion.server.j2ee.sql.pool.JDBCManager.createPool(JDBCManager.java:50)
    at
    coldfusion.sql.CFPooledDataSource.setDatasource(CFPooledDataSource.java:289)
    at
    coldfusion.sql.CFPooledDataSource.newDataSource(CFPooledDataSource.java:221)
    at
    coldfusion.sql.DataSourceFactory.createDataSource(DataSourceFactory.java:102)
    at
    coldfusion.sql.DataSourceFactory.setDataSource(DataSourceFactory.java:134)
    at coldfusion.sql.Executive.load(Executive.java:161)
    at coldfusion.server.ServiceBase.start(ServiceBase.java:59)
    at coldfusion.sql.Executive.start(Executive.java:75)
    at coldfusion.server.CFService.setupSql(CFService.java:131)
    at coldfusion.server.CFService.start(CFService.java:479)
    at
    coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:109)
    at
    coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:85)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at
    coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:94)
    at
    coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
    at
    weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.jav a:278)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at
    weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at
    weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java: 58)
    at
    weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:507)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1 723)
    at
    weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext .java:1700)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java :1620)
    at
    weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2761)
    at
    weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:889)
    at
    weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:333)
    at
    weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at
    weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at
    weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at
    weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at
    weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java :117)
    at
    weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
    at
    weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at
    weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    at
    weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)
    at
    weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
    at
    weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at
    weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at
    weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java :154)
    at
    weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.ja va:80)
    at
    weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:181)
    at
    weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDe ployment.java:358)
    at
    weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java :52)
    at
    weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:186 )
    at
    weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at
    weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeploy ments.java:233)
    at
    weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments. java:169)
    at
    weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.ja va:123)
    at
    weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerServic e.java:173)
    at
    weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService .java:89)
    at
    weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at
    weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Hi Chimbu,
    First of all create the new Essbase Server for the corresponding admin server.
    And named the Essbase server as LocalHost.
    Note one admin server can have multiple Essbase server
    Thanks And Regards
    Saru

  • JNDI Newbe questions  : Connecting to MQSeries queue using JMS

    Hi.
    I'm trying to make a connection to a MQseries cueue using JMS and as I understand it I have to look some things up in a JNDI server.
    Right now I'm using the IBM Websphere test environment inluded in Visual Age for Java but later this aplication will be deployed on a Webphere 3.5 server.
    Question 1 : (code grabbed from an example)
    queueConnectionFactory = (QueueConnectionFactory)           jndiContext.lookup("QueueConnectionFactory");
    queue = (Queue) jndiContext.lookup(queueName);
    When i run an lookup on from my initial context I take it that it tries to search through the JNDI directory which lives within my Websphere Test environment. Ofcourse it doesn't find anything called "QueueConnectionFactory" so: What am I looking for here?
    I guess I want to find the MQseries server here right? Firstly I don't know what that one is called (is there a generic name?!) and second i suspect that the MQ server is not registrated in my local JNDI server...
    which lead me to Question 2 :
    Do I register a remote server in my JNDI directory OR do I try to connect to the real JNDI directry (that might have information on the MQ service) ?

    You are looking for the queue manager name in this case. You need a queue manager name and a queue name in you code, you also need define a queue manager and a queue in MQSeries. Then in your WebSphere Test Environment (Or run MQSeries command when you deploy this application, refer to its document) to define the relation between these two pairs of managers and queues. You may actually go to read these two articals and you'll feel much better to do this:
    http://www.developer.ibm.com/library/articles/programmer/farrell1.html
    http://www.developer.ibm.com/library/articles/programmer/farrell2.html
    Hope its helpful. Don't forget my 'dollars' if you feel this info is good for you.
    PC

  • Leak in default jndi InitialContext

    WebLogic Build: 4.5.1 Service Pack 7 02/16/2000 15:17:50 #63218
    OS: both solaris and windows.
    There appears to be a leak when creating the default jndi initial context
    from multiple
    threads. As a quick demonstration of this problem, the following code from a
    JSP served by the Weblogic server:
    <HTML>
    <HEAD>
    <TITLE>Debug</TITLE>
    <%@ page import="javax.naming.InitialContext" %>
    </HEAD>
    <BODY>
    <H1>Debug</H1>
    <%
    for (int i=0; i<100; i++) {
    Thread t = new Thread() {
    public void run() {
    try {   new InitialContext(); } catch (Exception ex)
    {ex.printStackTrace(); }
    private byte buf[] = new byte[100000];
    t.start();
    try {  t.join(); } catch (Exception ex) {ex.printStackTrace();}
    t = null;
    System.gc();
    out.println("Avail mem is "+Runtime.getRuntime().freeMemory());
    out.println("<br>");
    %>
    </BODY>
    </HTML>
    Returns a steadily diminishing amount of memory
    Avail mem is 43085112
    Avail mem is 43059888
    Avail mem is 42959488
    Avail mem is 42858992
    Avail mem is 42758496
    Avail mem is 42658000
    Avail mem is 42557504
    Avail mem is 42457008
    Avail mem is 42354288
    Avail mem is 42256016
    The memory never gets gc'ed, and eventually Bad Things(TM) happen.
    Has anyone encountered this behaviour? Workarounds? Patches?
    Thanks,
    -kb-
    PS: Apologies to the very helpful support folks at Weblogic -- I just sent
    them a separate email, but this is
    turning into a critical last-minute problem, so instead of waiting, I'm also
    polling everyone on the
    news-groups.

    The problem remains even with the .close()
    I've been informed by Weblogic support that creating user-threads within the
    Weblogic server is not supported.
    My Optimizeit traces appear to indicate that the leak arises from Weblogic
    using the Thread.currentThread() object to index a static Thread-local cache
    that contains
    various interesting bits of information pertinent to the current thread.
    (Thus Thread objects
    are never garbage-collectable once you use 'most any Weblogic implemented
    services within
    the thread.)
    The workaround support suggested was essentially to run the task
    using one of the threads they keep in their execute-thread pool.
    The mechanics of their recommendation is to use the Weblogic Time service to
    .run() a
    Runnable within a Triggerable task (and schedule it ASAP).
    Time service tasks are run using a free thread within their execute-thread
    pool, so
    I speculate the "leak" is then invisible, because all the action happens
    within a
    fixed set of threads. (Weblogic apparently never idles out any of execute
    threads,
    so they cannot be GC'ed anyway, and re-using them re-uses the Thread-local
    cache.)
    Regards,
    -kb-
    Alex <[email protected]> wrote in message
    news:[email protected]...
    You might try closing your context in a finally block - context.close().
    That usually seems to be a good thing. But this is a guess.
    KB Sriram <[email protected]> wrote in message
    news:[email protected]...
    WebLogic Build: 4.5.1 Service Pack 7 02/16/2000 15:17:50 #63218
    OS: both solaris and windows.
    There appears to be a leak when creating the default jndi initial
    context
    from multiple
    threads. As a quick demonstration of this problem, the following codefrom
    a
    JSP served by the Weblogic server:
    <HTML>
    <HEAD>
    <TITLE>Debug</TITLE>
    <%@ page import="javax.naming.InitialContext" %>
    </HEAD>
    <BODY>
    <H1>Debug</H1>
    <%
    for (int i=0; i<100; i++) {
    Thread t = new Thread() {
    public void run() {
    try {   new InitialContext(); } catch (Exception ex)
    {ex.printStackTrace(); }
    private byte buf[] = new byte[100000];
    t.start();
    try {  t.join(); } catch (Exception ex) {ex.printStackTrace();}
    t = null;
    System.gc();
    out.println("Avail mem is "+Runtime.getRuntime().freeMemory());
    out.println("<br>");
    %>
    </BODY>
    </HTML>
    Returns a steadily diminishing amount of memory
    Avail mem is 43085112
    Avail mem is 43059888
    Avail mem is 42959488
    Avail mem is 42858992
    Avail mem is 42758496
    Avail mem is 42658000
    Avail mem is 42557504
    Avail mem is 42457008
    Avail mem is 42354288
    Avail mem is 42256016
    The memory never gets gc'ed, and eventually Bad Things(TM) happen.
    Has anyone encountered this behaviour? Workarounds? Patches?
    Thanks,
    -kb-
    PS: Apologies to the very helpful support folks at Weblogic -- I just
    sent
    them a separate email, but this is
    turning into a critical last-minute problem, so instead of waiting, I'malso
    polling everyone on the
    news-groups.

  • How to get default SMTP server name

    Hi,
    I want to know the name default SMTP server configured in machine. How i can get this through my java code.
    Help me on this

    You can find STMP server configured in hostname, in ask to dns of domain who is mailserver, you need to find MX records :
    - look a DNS config : NS (name server) , CNAME (Alias) , MX (mailexchange) etc...
    import java.util.ArrayList;
    import java.util.Hashtable;
    import javax.naming.*;
    import javax.naming.directory.*;
    public class MXLookup
         public static void main(String args[]) throws NamingException
              System.out.println(getMX("altern.org") + " mail servers");
         private static ArrayList getMX(String hostName) throws NamingException
              // Perform a DNS lookup for MX records in the domain
              Hashtable env = new Hashtable();
              env.put("java.naming.factory.initial", "com.sun.jndi.dns.DnsContextFactory");
              DirContext ictx = new InitialDirContext(env);
              Attributes attrs = ictx.getAttributes(hostName, new String[] { "MX" });
              Attribute attr = attrs.get("MX");
              // if we don't have an MX record, try the machine itself
              if ((attr == null) || (attr.size() == 0))
                   attrs = ictx.getAttributes(hostName, new String[] { "A" });
                   attr = attrs.get("A");
                   if (attr == null) throw new NamingException("No match for name '" + hostName + "'");
              ArrayList res = new ArrayList();
              NamingEnumeration en = attr.getAll();
              while (en.hasMore())
                   String x = (String) en.next();
                   String f[] = x.split(" ");
                   if (f[1].endsWith(".")) f[1] = f[1].substring(0, (f[1].length() - 1));
                   res.add(f[1]);
              return res;
    }

  • Thunderbird will not send email through default, outgoing server.

    I have two outgoing email servers: Optomum (NY) and TWC (North Carolina). In North Carolina TWC worked perfect. Now I am in NY and changed the default setting for the outgoing server to Optomum. This is the error message I get, “Sending of message failed. The message could not be sent because the connection to SMTP server mail.twc.com timed out. Try again…” At first I thought that a change to the default outgoing server would not take effect until Thunderbird was shut down and restarted. That was not the case. Then I thought to reboot computer. Still NG. Although Optimum is set as default, Thunderbird still wants to send through TWC. Need fix.
    jk

    I think you mis understand the default. It is usaed when the one assigned to the account can not be determined.
    Tools menu (alt+T) account settings > select the account name and change to the appropriate SMTP server in the drop down list.

  • How to change the default mail server??? Please help.

    I need to change the default mail server to my yahoo account. When I had my PC this was easy but I cannot figgure it out on the MAC. I am in China and I need to inform my insurance company of some information or they are going to cancel a policy. When I go to their site for email contact what pops up is the apple email, which I do not have an account for and ofcourse does not work. Their email address does not show and I cannot find it anywhere so I need to change the default to my yahoo account. On my PC this was easy and when I went to a site that had a contact but no email address, my yahoo account would come up. I hope I am explaining this correctly. I really need to do this fast as the letter I got took some time to get here and I just returned from some field work so I have about 2 or 3 days to get the information to them. Thank you.

    John,
    This does not demonstrate anything for me, since it brings up a Compose window for Mail, with my preferred account as the From address. This happens whether I access with Safari, or with Firefox.
    The point that I am trying to make, is that in OSX, there is no way to have web mail access become the default mail method -- it only works with a true mail client, for POP, IMAP or .mac access on your Desktop.
    If you have the type of yahoo account that can be setup for POP access with Mail, then when you click, you can choose your yahoo address as the From address to send from.
    Of course you can insert the address in a new message with your Yahoo web mail, but I have understood you to want to have the message start containing the info from one of the pages on the site?
    See the discussion at the following link, for setting up a Yahoo account in Mail:
    http://discussions.apple.com/thread.jspa?messageID=2760483&#2760483
    Ernie

  • Error when Starting Default Admin Server

    I have Installed WebLogic6.0 Beta Trial Version on Windows89.
    When I Start the Default Admin Server It Starts Configuring but at last
    terminates with Error :- Unable to Load Performance Pack Error.
    Please Help
    No Info available on bea site.
    Manoj

    WebLogic is not supported on Windows 98. We have found that it is
    completely unsuitable as a server environment.
    Michael Girdley
    BEA Systems Inc
    "Manoj" <[email protected]> wrote in message
    news:[email protected]..
    I have Installed WebLogic6.0 Beta Trial Version on Windows89.
    When I Start the Default Admin Server It Starts Configuring but at last
    terminates with Error :- Unable to Load Performance Pack Error.
    Please Help
    No Info available on bea site.
    Manoj

  • How to get name of default mail server?

    Hi ,
    I need to get the name of default mail server . In 1.5 i can get this using
    System.getenv("MAIL_SERVER");.
    How do i get this in 1.4?
    Since getenv() is depricated in 1.4 , how can i get the name of mail server in 1.4?
    plz help me....

    How do i get this in 1.4?Pass the environment variable to your JVM (windows) with the -D parameter
    java -Dmail_server="%MAIL_SERVER%" myClassthen in your code
    String mail_server = System.getProperty("mail_server");--
    http://www.rgagnon.com/howto.html

  • Data modeler cannot connect to non-default sql server instance

    I've just started using DM, it installed and loaded fine, I got the jdbc drivers v2.0 from MS so that I can reverse engineer a couple of SQL-Server 2005 DB's.
    All worked just fine until I tried to connect to a machine with a named-sql-server instance.
    Normal way of doing this for sql-server is to add instance name to end of hostname in the hostname field, like this: "server10\inst01"
    but this gives me a cannot-connect-to-server10 error.
    I copied database over to a different server that has just a default sql-server instance and it worked fine. (both sql-server2005 and 2000!)
    I also tried the older 1.2 jdbc driver from MS against the sql-server 2005 named instance, no luck!
    I tried putting the instance name in front of the port number, that didn't work either.
    Am I just doing something wrong? or does DM need a special way of specifying the instance name on the sql-server host?

    Hello,
    you don't need instance name in order to connect. It's only host and port - probably named instance is not listening on default port. It'll be unfortunate if dynamic port assignment is used - but probably that won't be the case.
    I hope someone can tell you the port number.
    Philip

  • Changing the default deployment server.

    Hi.
    Is it possible to change the default deployment server in studio Creator? I�m developing some portlets, and on my computer it takes 3 minutes to deploy a new portlet to my local host, but only a few second to deploy it to a remote server.

    Hi,
    I guess, right now only way is to deploy to remote server( sun appserver and sun webserver) or export the WAR and deploy to any other web/app server
    MJ

  • Make Default - Content Server

    Hi Gurus,
    We have a situation where we have multiple content servers in use in DMS. Currently when you check in a Document you have to select which Content Server you want to check the document into. Considering one of these severs is in Chile and one is in Finland it makes sense to default this server for the user groups based on their geographical location.
    I have been trying to work this little piece of config out but I can not make it work as I do not know what I should be configuring in this case.
    Please Let me know
    Thanks and regards
    Palaniappan

    Hi All
    I have found the required configuratiion and the issue is resolved
    Thanks

  • How i can change default Deployment server in Creator 2 ea 2.

    Hi
    Thank you for reading my post.
    I want to change Creator 2 ea 2 , deployment server
    I used to use centeralized deployment server . and i want to change Creator server , and set it to that server.
    How i can do this ?

    Here is what worked for me.
    changing the default application server.
    1) Verify that JSC2 is creating a WAR file in the project's dist directory.
    2) Download the Sun Java System Application Server 8.1
    3) Install the application server on another computer. E.g. 192.168.1.110
    I changed the default port from 8080 to 80 because I wanted to port forward.
    Don't know if this is required.
    4) Start the server! Browse to 192.168.1.110:80 and verify the server started.
    5) Run the admin console (192.168.1.110:4848) and manually deploy the WAR file
    If you can't do this, it wont go.
    Your browser might appear to get stuck. Wait for it to finish! Check your logs for errors.
    If you get stuck, doublecheck that the server directory isn't write-protected.
    Test with a browser 192.168.1.110:80/ProjectName
    6) Tell JSC2 about the new server
    Servers Tab -> Remote Servers -> rightclick -> Add Remote Server...
    Select the right kind of server (Sun Java System Application Server 8.1)
    Admin Host: 192.168.1.110
    Admin Port: 4848
    Username: admin or whatever
    Password: shhhhh!
    7) Configure JSC2 to deploy the project to a different server during testing.
    Projects Tab -> Right-click the project -> Properties -> Run -> select the new server.
    8) Click the little green triangle and it should deploy and start a browser to test.
    Trouble-shooting:
    - Problems will occur if you attempt to do things to fast. Don't cancel out of operations.
    - Don't modify any of you build.xml files
    - Don't compress the war file
    - Restart everything if you hit a problem
    - Don't ask me, I don't know anything about it. I just fiddled with it till it worked.
    - Turn off Netlimiter! (or any other bandwidth manager)
    - Turn off Antivirus monitoring software (stuff runs faster - security rish though)

Maybe you are looking for

  • Urgent help needed in XSL

    Is there a way in xsl of how I can get the current date and time displayed by my xsl file? Please assist me thanks and regards senthilraj

  • ITunes Accounts - 1 account for multiple iPads?  Best Practices?

    I'm setting up a small deployment of 5 iPads for use in my company.  Could anyone share some tips / best practices as far as iTunes accounts are concerned? We would like to use one iTunes account to activate all of the iPads and set up / link to each

  • Setting up gated reverb in GB?

    Has anyone managed to set up an effective gated reverb effect in GarageBand? I was thinking about adding a touch -- not the whole-hog Peter Gabriel/Phil Collins deal, just a touch! -- on some of my snare tracks, but was stymied by the default GarageB

  • Crystal Reports 11.5 in Windows 2008 R2-64 bit Server

    We have a few applications, which use the crystal reports 11.5. I have given the details of assembly reference given to application. Referenced assembly                                      Version CrystalDecisions.CrystalReports.Engine          11.5

  • Kerning on Photoshop Elements 10

    There used to be no issue with Kerning/letter spacing with elements 10.  Then suddenly I can not adjust it.  Yes, I have tried Asain alaternative 0 but that only helps a little. Is it fixed in Photoshop 12?  Is there a discount to upgrade?