Configure j2ee server

hi
i am fuad
iam tring to use j2ee server but i don't know what is the configuration that should be done
so if some one can help me what that ponit
before iam using tomcat now i want use tamcat
thank you

Still no solution to that problem ?
Say, I am developing an AIR2 app which has some Java part to it (remoting, Web Service, whatever),
with or without BlazeDS (or LCDS). Anything requiring Web Server (J2EE / servlet container).
How do I add new Server to FB4 beta2 ?  Lets say Tomcat 6 or JBoss 5.1.
If I go to Preferences->Server->Runtime Environments, there is only one selection - J2EE  Runtime Library (what is that?)
OK, I click Add, then link Download additional server adapters, and in a few seconds prompts for login/pwd for SAP Community Network.
I don't know any... so after I click Cancel, I can only choose Geronimo, GlassFish, Jetty, Weblogic, WASCE.
No Tomcat, No JBoss ?   Nothing like a long selection list in FB3 ?
Search for server runtime environments stops right away.   FB3 can find a dosen ones on my hard disk.
Is it a major hole in FB4 beta2 ?
Makes it pretty useless to me...  :-(
Please advise !
Thanks,
Oleg.
Message was edited by: olegkon
Message was edited by: olegkon

Similar Messages

  • Configure J2EE Server in FB4 beta

    Hi,
    I think, there are very serious problems with J2EE deployment in FB4 beta2.
    1) Can not change or add or delete anything in "Target Runtime".
    New button and "Show all runtimes" checkbox don't do anything.   "New" button gets disabled and no way to re-enable it.
    Can't unistall Facets either.
    Imported my Flex project from FB3.  It produced error: "Target Runtime JBoss 5.0 not defined".
    So I am going to project Properties/Target Runtime to remove old one and add a "new" JBoss 5.0.
    Nothing works (see #1).
    2) OK, trying to create a new Flex project, going through Create Flex project wizard.
    On page "Configure J2EE Server" it is expecting Server location with existing WEB-INF/flex folder containing flex-config.xml or services-config.xml
    But from where, some other existing project ?
    Plus, JBoss5 forces you to work with non-exploded archives (WAR, JAR, etc)
    How do you resolve that one ?
    Am I missing something ?   Or is FB4 beta2 is completely unusable with JBoss 5.1 ?
    Is there beta3 or nightly build where it is fixed ?
    Please help !
    TIA,
    Oleg.

    Still no solution to that problem ?
    Say, I am developing an AIR2 app which has some Java part to it (remoting, Web Service, whatever),
    with or without BlazeDS (or LCDS). Anything requiring Web Server (J2EE / servlet container).
    How do I add new Server to FB4 beta2 ?  Lets say Tomcat 6 or JBoss 5.1.
    If I go to Preferences->Server->Runtime Environments, there is only one selection - J2EE  Runtime Library (what is that?)
    OK, I click Add, then link Download additional server adapters, and in a few seconds prompts for login/pwd for SAP Community Network.
    I don't know any... so after I click Cancel, I can only choose Geronimo, GlassFish, Jetty, Weblogic, WASCE.
    No Tomcat, No JBoss ?   Nothing like a long selection list in FB3 ?
    Search for server runtime environments stops right away.   FB3 can find a dosen ones on my hard disk.
    Is it a major hole in FB4 beta2 ?
    Makes it pretty useless to me...  :-(
    Please advise !
    Thanks,
    Oleg.
    Message was edited by: olegkon
    Message was edited by: olegkon

  • How to install and configure J2EE server in ECC 6.0

    hi,
    I created a web service in ECC and I want to test it via SOAMANAGER but when I clik on open web service for selected naviagator binfing it gives me an error
    wsnavigator call WAS TERMINATED Because The Corresponding Service is not available.
    I searched the forum, apparently it is because the J2EE server is not configured
    thank you for your help

    Try this-----
    Setting Up a Connection to a J2EE Server for the Web Services Navigator
    To be able to use the Web Service Navigator to test a Web service, you need to set up a connection to a J2EE server, because the Web Service Navigator runs on the Java stack.
    Procedure
    Go to the Technical Administration tab.
    Choose Global System Settings.
    Choose the Web Services Navigator tab.
    Choose Edit / Display.
    Specify a host name and a port number.
    If you are working with a J2EE engine with SAP NetWeaver 2004 or 7.0, select J2EE engine is 6.40 / 7.0.
    If this option is not selected, the system assumes that you are working with a J2EE engine with version 7.10 or later.
    Save.
    Setting Up the Connection to the Services Registry
    To create a connection between the provider system and the Services Registry, perform the following steps for each consumer.
    From the SOA Manager main screen, go to the Technical Administration tab.
    Choose Global System Settings.
    Go to the Services Registry tab.
    Choose New to create a new connection.
    Note
    To change the settings of an existing connection, choose Edit. To delete an existing connection, Choose Delete.
    End of the note.
    Specify a Services Registry.
    The Services Registry name has to be written as a single word, for example, ERP_REGISTRY.
    To make this the primary Services Registry, select Primary.
    Each time a provider is configured, its endpoints are automatically published to the primary Services Registry.
    Choose Next.
    Choose a proxy class to use for communication with the Services Registry.
    You can choose either of the following:
    CO_SERVICES_REGISTRY_FLAT_SI
    The recommended consumer proxy to configure the connection to the Services Registry. CO_SERVICES_REGISTRY_FLAT_SI is the interface between the ABAP back-end system and the Services Registry system, and contains the appropriate authentication information.
    CO_ESREGISTRY_WSSI
    This consumer proxy was used in previous versions.
    The service path is determined automatically based on the proxy class name.
    Specify a logical port.
    Use uppercase characters for the logical port name.

  • Setting Root folder when configuring J2EE Server

    Hi,
    I'd like to know if it's possible to point the root folder to a remote server, i.e I'd like my Flex app to point to remote location.
    Thanks

    I think we're all looking for the same information, so I hope someone sees these postings and can help us out.  It would be nice to find out how to connect to a BlazeDS server on xyz.com from a client on abc.com.  Or is it even possible?<br /><br />Before going that far, I wanted to figure out how to configure Flex so that the client and the server would not have to run from the same container. This what I did.  If you build your project in Flex Builder, you can follow these instructions:<br /><br />http://livedocs.adobe.com/flex/3/html/projects_3.html#214351<br /><br />You will then see a .flexProperties file in your project directory (not visible from the IDE, so go to the file system).  The contents look something like this:<br /><br /><?xml version="1.0" encoding="UTF-8" standalone="no"?><br /><flexProperties flexServerType="2" serverContextRoot="/xyz" serverRoot="/opt/blazeds-turnkey-3.0.0/tomcat/webapps/xyz" serverRootURL="http://yourhost:8400/zyz" toolCompile="true" useServerFlexSDK="false" version="1"/><br /><br />This way you can have the BlazeDS server on the same machine, but separate from the client.  I would like to know though how to accomplish the same through using the command line SDK compiler, w/o using Flex Builder.  I can't find any documentation on this.

  • What to be mentioned in "Root folder" while configuring J2EE ...

    Hi, I am using Flex Builder 3 (trial version)...
    While creating new project, i chose Application Server as "J2EE" , selected "Use remote object access service" and selected "LiveCycle Data Services"..
    In the "Configure J2EE server" page, I unchecked "Use default location for local LCDS server.
    I DONT KNOW WAT TO MENTION IN "Root folder"....
    pls suggest me..
    ( By default "Root URL" is http://localhost:8700/flex/ )
    regards,
    bossim.

    hi
    check this help http://help.sap.com/saphelp_nw04s/helpdata/en/58/bce81866d9984096350cae0d6753c3/frameset.htm
    Regards,
    Arun S

  • How to install and configure configure IGS for J2EE server 700

    Hi,
    Please help me in installing and configuring IGS for J2EE server700 as i need it to run Business Graphics for my Web DynPro application. Earlier i had installed J2EE server 640 and i didnt have to do any separate installation for IGS. I just had to configure the IGS URL from Visual Admin. But i can't find any igswd.exe running on my J2EE700 engine.
    Please let me know the procedure for this.
    Thanks an Regards,
    Smriti.

    Hi,
    Check the below link,
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/17/86c039c7811f11e10000000a114084/frameset.htm">About IGS Configuration and Adminisatration</a>
    Regards,
    Suresh.T

  • Configuring the J2EE server in WSADMIN

    I am a newbie to the WAS (although not to ABAP).  Futhermore I am a developer, not a BASIS person.  So please gentle and kind in your responses
    I am trying to test my first Web Service that I've created from an ABAP RFC.  In testing it via WSADMIN, I have found that I need to configure a J2EE server.
    Here's the message I am receiving...
    Diagnosis
    The J2EE Server provides the Web Service homepage with test functions. To use these test functions, the address of the J2EE Server must be defined.
    My questions are:
    1) Do I need this J2EE server defined to make my web service work or is it only required for testing?
    2) What are the requirements for a J2EE server?
    Thanks,
    Wardell

    Helpppp!!!!, i have the same problem, could you resolve it??? please help me.

  • Configuring name server in j2ee visual admin

    hi all
    i found the go.bat file in the following path in my system
    /usr/sap/EEP/JC00/j2ee/admin/go.bat
    now i want to run that "go.bat" but i don't know how to run this in linux machine but my portal server is installed in linux machine.so, can any one help me how to run that file in order to configure name server .
    and also can any one tell me how to find out the server name and port number in order to fill the following format in name sererver
    tcpip://<%nameserver%>:portnumber
    plzz help me out
    Thks&Rgds
    Gnana

    hi dominlik
    yeah go file is there but while running the following was displayed
    [root@entegdt26 admin]# ls
    adminCFG.properties  go      go.jar    lib  logviewer-standalone
    cfg                  go.bat  launcher  log
    [root@entegdt26 admin]# sh go
    go: line 7: /usr/java/bin/java: No such file or directory
    [root@entegdt26 admin]#
    can  u tell me how to mark it as executable using chmod coz i am not aware of linux
    its very very urgent help out only one day i've time with in this i've to configure trex name server and create index in ep
    awaiting for reply
    Regards
    gnana

  • How to configure Engine/SDM for SAP J2EE  Server

    Hi Experts,
    I deployed the EAR file on J2EE Server.
    This EAR file is linked to WebModuleProject (xyz)whic has a WAR file.
    This WAR file contains one JSP. (test_jsp.jsp)
    Then on following the URL
    <a href="http://server:port/xyz/test_jsp.jsp">http://server:port/xyz/test_jsp.jsp</a>
    i m getting the following error message:
    Nov 29, 2007 11:01:40 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    How do i configure engine/SDM?
    What is SDM engine?

    I configured the SDM/Engine successfully
    but still following the url
    <a href="http://server:port/xyz/test_jsp.jsp">http://server:port/xyz/test_jsp.jsp</a>
    i m getting the following error
    404   Not Found
      The requested resource /WebModuleProject/test_jsp.jsp is not available
      Details:   File [WebModuleProject/test_jsp.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    Please experts help me to dig out this problem
    Can anybody suggest me why i m getting the error?

  • Error when running "J2ee SDK" -  j2ee server

    Hi,
    When running: C:\j2sdkee1.3.1\bin>j2eeadmin I get the follwoing error:
    Binding: < JMS Cnx Factory : TopicConnectionFactory ,
    Binding: < JMS Cnx Factory : QueueConnectionFactory ,
    Starting web service at port: 8000
    Starting secure web service at port: 7000
    J2EE SDK/1.3.1
    LifecycleException: null.open: java.net.BindExcepti
    JVM_Bind
    at org.apache.catalina.connector.http.HttpCon
    ctor.java:1116)
    at org.apache.catalina.startup.Embedded.start
    at com.sun.web.server.WebService.start(WebSer
    at com.sun.web.server.WebServer.start(WebServ
    at com.sun.enterprise.server.J2EEServer.start
    796)
    at com.sun.enterprise.server.J2EEServer.run(J
    at com.sun.enterprise.server.J2EEServer.main(
    java.lang.RuntimeException: null.open
    at com.sun.enterprise.server.J2EEServer.run(J
    at com.sun.enterprise.server.J2EEServer.main(
    J2EE server reported the following error: null.open
    Error executing J2EE server ...
    Please advise.
    Thanks,
    Gabi

    405 errors in the HTTP cycle
    Any client goes through the following cycle:
    * Obtain an IP address from the IP name of your site (your site URL without the leading 'http://'). This lookup (conversion of IP name to IP address) is provided by domain name servers (DNSs).
    * Open an IP socket connection to that IP address.
    * Write an HTTP data stream through that socket.
    * Receive an HTTP data stream back from your Web server in response. This data stream contains status codes whose values are determined by the HTTP protocol. Parse this data stream for status codes and other useful information.
    This error occurs in the final step above when the client receives an HTTP status code that it recognises as '405'.
    Resolving 405 errors - general
    405 errors often arise with the POST method. You may be trying to introduce some kind of input form on your Web site, but not all ISPs allow the POST method necessary to process the form.
    All 405 errors can be traced to configuration of the Web server and security governing access to the content of the Web site.

  • Port error while deploying a dictonary project to j2ee server

    Hello,
    I created a dictonary project in sap netweaver developer studio 7.1.The j2ee server and the database (both on a remote server) are running and configured.
    When i try to deploy it i get the following errors
    [#3]: DC API is trying to connect to '<server name>:50004' [INFO: Jan 31, 2008 9:28:26 PM /userOut/daView_category (eclipse.UserOutLocation) [Thread[main,6,main]] ]
    om.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.
    Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.
    The error is guess is the port number.My server is configured on port 50000 and here it is showing 50004.If i am correct then how do i configure my applications port number?
    I searched  and saw some messages like open \usr\SAP\<SID>\SYS\profile ,edit the port and similar solutions.Where is this "\usr\SAP\<SID>\SYS\profile " location?My server is on a remote machine.How do i configure my client to pick up the correct port ?
    Thank you in advance.
    Thanks and Regards
    Siri

    the issue got solved..the error was not about the port..on restarting the server i was able to deploy my project..

  • JDBC Adapter: J2EE server crashes while sending large messages

    We want to use the following scenario to transfer data from a MS SQL Server to SAP BW via XI:
    JDBC Sender Adapter – XI – SAP ABAP Proxy.
    All works fine with a small amount of data. But if the select statement delivers too many record sets and the size of the transformed XML payload is greater then 50 MB the J2EE server crashes. A complete restart is necessary. It seems to be am memory problem.
    Here are the entries from our log files:
    dev_server0
    [Thr 6151] Mon Jul 24 12:46:57 2006
    [Thr 6151] JLaunchIExitJava: exit hook is called (rc=666)
    [Thr 6151] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 940893 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 6151] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 6151] JLaunchCloseProgram: good bye (exitcode=666)
    std_server0.out
    FATAL: Caught OutOfMemoryError! Node will exit with exit code 666java.lang.OutOfMemoryError
    Is this a general problem of the XI or a specific one of our configuration? Is it possible to transfer such large messages via XI? If not, is there a workaround for such scenarios?
    (Memory heap size of the J2EE server is 1024 MB.)

    > Hi Gil,
    >
    > i had nearly the same problems some times in praxis
    > and the mapping was the reason. Just change your
    > interface determination temporary, delete the mapping
    > and test again to find out if the mapping is the
    > reason.
    >
    > Regards,
    > Udo
    I have changed my interface determination so that no message mapping is used. The J2EE server still crashes.
    > Hi Gil,
    > This does sounds like a memory problem especially
    > when it comes to 50M message with a minimum XI sys
    > requierments...
    > To be sure you can check on the RWB for the
    > componnent monitoring at the JDBC adapters and look
    > for your adapter
    > look at the status of the adapter and the trace
    > there...
    Hi Nimrod
    In case of such an error I have no entries in channel monitor. So I can't see anything there. I have also no entries in message monitor of the RWB in this case. So I don't get any information with standard XI tools.
    > My reccomendation to you is to set the poll intervall
    > to a shorter period,this way you'll make sure you get
    > less records...I hope you have remembered to add  a
    > status/flag column on the table to be set after
    > selection so no duplicate records will be taken on
    > the second pools.
    >
    The problem is that the source of my data is not a simple SQL statement but a stored procedure. So I don't know exactly how many records will be delivered. A update command is not possible.

  • Facing issue in configuring soa server in local jdev 11G

    Hi All,
    I am facing an issue in configuring local soa server in jdev 11G. I was trying to do the practice excercises in the local jdev and while configuring soa server followed following steps :-
    1. Configure SOA to install the Integrated OC4J Server
    a. In JDeveloper, select Tools -> Preferences, Run, and then select Integrated OC4J Server.
    b. Next, select Tools -> Configure SOA…
    c. Complete the dialog for your configuration specifying the database location and the SOA schema user name and password
    d. Use the Test button to test the database connection and then click on Ok
    This will take 8-10 minutes to run and when finished will end with "Build Successful."
    In the end I am getting following log file
    [echo] ==Starting standalone oc4j. Check server log D:\FMW\JdevInstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\log\startsoa.log.
    [echo] ==Waiting max 420 second(s) for startup of URL http://LAP1-RBAGRI-IN:8988...
    [echo]
    * Configuring SOA Infrastructure has FAILED. *
    * Please check following logs for possible cause: *
    * D:\FMW\JdevInstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\install\tmp\soa-infra-java.log
    * D:\FMW\JdevInstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\log\startsoa.log
    [echo] ==Stopping oc4j standalone...
    BUILD SUCCESSFUL
    Total time: 7 minutes 11 seconds

    Hi Heidi,
    Thanks a lot for your response. The solution you provided worked for me. I am able to configure SOA now and the SOAConsole is coming up properly.
    One issue I am facing while deploying my application . The application is getting deployed properly but it does not show up in the console if I look at Default server console I can see this error message :-
    Incorrect db schema version.
    The database schema version "11.1.6" from the database does not match the version "11.1.7" expected by the server.
    The database schema for your SOA installation was not properly installed or your installation is using a database schema installed for a prior release.
    The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
    Though I have configured the database locally just like mentioned in the training material. Please let me know if you have any thoughts on this.
    Regards,
    Ranjana

  • Error while starting NW server and j2ee server is getting stopped.

    Hi,
    I am working in NW04s. It contains ABAP sp5 and java sp9 versions. The server was working find till ten days back. After the gap of ten days, when i started to work on this SAP system, i was not able to start the j2ee server. During the startup of the server itself, j2ee server is getting stopped and dispatcher also. Following is the error bunch I got in trace. If any one has any idea about this, please reply this soon.
    [EXCEPTION]
    #1#com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=garden SYSNR=00 GWHOST=garden GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       connection to partner '15.70.176.191:sapgw00' broken
    TIME        Mon Nov 13 12:45:30 2006
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -6
    MODULE      nixxi.cpp
    LINE        4207
    DETAIL      NiIRead
    SYSTEM CALL recv
    ERRNO       10054
    ERRNO TEXT  WSAECONNRESET: Connection reset by peer
    COUNTER     4
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:356)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:266)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    #1.5#000E7FFD8B5D001D00000011000008540004221BAAB8047C#1163402130490#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_54##0#0#Fatal#1#/System/Server#Plain###Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#

    > ceException: Connect to SAP gateway failed
    > Connect_PM  TYPE=A ASHOST=garden SYSNR=00
    > GWHOST=garden GWSERV=sapgw00 PCS=1
    >
    > LOCATION    CPIC (TCP/IP) on local host with Unicode
    > ERROR       connection to partner
    > '15.70.176.191:sapgw00' broken
    You can ping this machine from your portal-nodes and you can connect to the port "sapgw00" (should be 3300) ?
    > ##0#0#Fatal#1#/System/Server#Plain###Critical
    > shutdown was invoked. Reason is: Core service
    > com.sap.security.core.ume.service failed. J2EE Engine
    > cannot be started.#
    This is the reason why your j2ee-server stops - the portal can't connect to the ume. What did you configured as the ume - the portal database, a ldap-server or a r3-system ?
    Regards
    Norman

  • Pros and cons of installing a local J2EE server

    Hi,
    We are about to start developing portal applications with Web Dynpro and will use NWDI (DTR/CBS/CMS). I would like to know what SAP recommends for team development, each developer installs a local J2EE server or they all deploy and test on a central server?
    From my past experiences, using only one central server can cause problems with debugging, deployment and collisions of a DC tested simultanously by two developers. Running a local server can solve these problems but this could be costly; first because PCs often don't have enough CPU/RAM to run it, and second to support all these complex installations.
    I have read Benny's two blogs and some SAP documentation but it is still not clear to me which option is best. If you have lived good or bad experiences with one or the other please let me know!
    Thanks,
    Martin

    I would strongly suggest you avoid having a single runtime environment for multiple developers.  The nature of Java development makes working in a runtime environment such as this very difficult.  It's far too easy to have multiple developers working on the same component making changes that result in different versions of the same component getting deployed to the same runtime environment.  Unless communication is very good, you're developers will end up clobbering each others changes.  Obviously not good, since the developers will spend time trying to debug problems which really don't exist!
    At the other end of the spectrum, each developer can have their own Java stack running locally on their desktop PC.  This was the solution that we first tested out, but due to the amount of virus scanning and the overall 'weight' of the other software tools on our desktop PC's, this didn't work too well - performance wasn't all that good.  It was also too easy for the developer to clobber their own environment by accidentally removing files, or by making changes to the configuration that would render their engine unusable.
    What we opted for was something in the middle: a dedicated multi-cpu system with lots of RAM that runs multiple J2EE instances, each of which is assigned to a single developer.  What you get from this sort of configuration is this: only a single operating system to patch when you are required to do upgrades; a controlled environment where the developer doesn't have file system access to the system (which they don't need anyways); if you're lucky, basis support to perform installation and patching duties.
    We've been using this environment for about a year now, and it works well.  I have full access to the J2EE container via the Visual Admin, and since the dev instances are configured as single server debuggable instances, I can restart the server via the Dev Studio with just two clicks.
    Hope that gives you an idea of another possible config.

Maybe you are looking for

  • MX Crashes, need help!

    Currently using FH-8 for my general use due to MX being totally unreliable. It crashes with out warning and I've found no real pattern according to what I've done. First I thought it was because of my perspective lines well off the page. I've used it

  • How do I cleane cache

    how I clean cache of browser

  • Procuring for 2 different Plants(Diff CoCd) in 1 PO

    Gurus I have extended a Material to 2 different plants belonging to 2 different Company Codes with a Centralized Purchasing Organization. E.g I used CoCd 0001 and 1000 in standard SAP system and two plants, each from these CoCds. The mat I used is ex

  • Does setPasswordChangeRequired(FALSE) overides Password Validity Period?

    Hi, If I set setPasswordChangeRequired to FALSE will the Password Validity Period take efect or this users with the setPasswordChangeRequired equals to FALSE will never get asked to change their passwords again? Thanx in Advanced! Kind Regards, Gerar

  • Keeping track of checkmarks

    I am using Numbers '09 to keep track of customer interactions, each interaction is a row, and using a column of checkmarks that I check only in the event that further work on an account is required at a later time. Each sheet contains a table for eac