DOS/Windows command in app server

I don't know if this is the correct forum.
I want to know if there is a t-code or report to execute a DOS/Windows command in the application server.
thanks all in advance.

Hello Mauro,
you can define an external command in SM69.
Regards
Gregor

Similar Messages

  • Is it possible to write to an open DOS windows - command line

    HI,
    I am able to open applications from LabVIEW, But except for the first command I am unable to write to the same application again and the LabVIEW will always open a new application. Is there a way to communicate with a DOS window application without re opening it each time? Is there a possibility to have a Dialogue with a DOS window?
    Thanks

    Hi,
    The command "Tasklist" will return the applications running in the system (as viewed in the task manager).  Parse the list and if the application you are trying to launch is already running do not launch else launch the application following the same procedure.
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.

  • To exit the command window after  weblogic app server startup

    Hi,
    The startWeblogic.cmd starts the weblogic V 10.0 server without exiting the prompt. Since our requirement wanted the startWeblogic script to exit the window after server startup, we set the parameter SET doExitFlag=true in startweblogic.cmd file , but the result was same as earlier the server started without exiting the window. Also we tried Redirecting the server starup output to a file , but even this did not exit the window.
    My query is
    1. What parameter options one should use to start the server so that it exits the command window in which it was started?
    2. Is there an alternate way to do the same,something like to start it as a background process in Windows?
    Any help in this regard would be great.
    Thanks in Advance.
    Best Regards,
    Preethi

    Not sure about parameters to startWeblogic.cmd, but from Windows you could
    try
    start /b startWebLogic.cmd > start.log 2 >& 1
    <Preethi Ghalke> wrote in message news:[email protected]..
    Hi,
    The startWeblogic.cmd starts the weblogic V 10.0 server without exiting the
    prompt. Since our requirement wanted the startWeblogic script to exit the
    window after server startup, we set the parameter SET doExitFlag=true in
    startweblogic.cmd file , but the result was same as earlier the server
    started without exiting the window. Also we tried Redirecting the server
    starup output to a file , but even this did not exit the window.
    My query is
    1. What parameter options one should use to start the server so that it
    exits the command window in which it was started?
    2. Is there an alternate way to do the same,something like to start it as a
    background process in Windows?
    Any help in this regard would be great.
    Thanks in Advance.
    Best Regards,
    Preethi

  • How to displays the standard open file dialog box in Oracle Apps Server

    Hi,
    I am having a form, where i am opening a file and putting that file content in a text box.
    This is my code written in WHEN-BUTTON-PRESSED trigger:
    declare
    in_file Text_IO.File_Type;
    linebuf VARCHAR2(8000);
    filename VARCHAR2(30);
    BEGIN
    filename:=GET_FILE_NAME('d:\Rajesh\Practice', File_Filter=>'Text Files (*.txt)|*.txt|',select_file=>false);
    in_file := Text_IO.Fopen(filename, 'r');
    LOOP
    Text_IO.Get_Line(in_file, linebuf);
    :text_item5:=substr(:text_item5||linebuf||chr(10),1,5000);
    END LOOP;
    EXCEPTION
    WHEN no_data_found THEN
    Text_IO.Put_Line('Closing the file...');
    Text_IO.Fclose(in_file);
    END;
    I have posted this in ORacle Apps Server.Where i was not able to get the Open Dialoq Box.It is giving an error as
    "FRM-40735:WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-302000.".
    I think the GET_FILE_NAME function is not supported in the Apps Server.
    Is there any alternative solution for getting the OPEN DIALOG WINDOW in Oracle Apps Server?
    Pls let me know.

    Hi!
    waldemar.hersacher wrote:
    "It seems that the VIs called by the clients are running in the user interface thread.
    A call to the file dialog box will call a modal system dialog. So LV can't go on executing VIs in the user interface thread."
    Are you sure? I think, that File Dialog, called by LabVIEW File Dialog from Advanced File Functions Palette doesn't blocking any cycles in subVI, which running in UI Thread. Look in my old example (that was prepared for other topic, but may be good for this topic too).
    2 linus:
    I think, you must a little bit reorganize you application for to do this. You must put your File Dialog into separated cycle. This cycle, of course, will be blocked when File Dialog appear on the screen. But other cy
    cle, which responsible for visualization will run continuosly at the same time...
    Attachments:
    no_block_with_file_open_dialog.zip ‏42 KB

  • J2EE on Windows App server wont start after JSPM patching

    Hi,
    I've patched an ECC6 system on DB2 V5R4 to SP16 level on ABAP side, and Enhancement pack 3, and then did an update to JSPM and installed new SP16 levels of the Java components.
    Now my Windows App server starts only the ABAP Work processes, not the J2EE side. I get a yellow light and the message
    J2EE Status info unavailable.
    On the Windows work directory for Dialog instance D00, I see that the dev_server0 has only messages about the last shutdown 2 days ago.
    The dev_jcontrol has errors in it abot Unknown property and
    JStartupICheckFrameworkPackage: can't find framework package U:\usr\sap\WFD\D00\exe\jvmx.jar
    see below.
    Any ideas?
    regards
    Michael.
    trc file: "U:\usr\sap\WFD\D00\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 2308
    system name : WFD
    system nr.  : 00
    started at  : Thu Sep 25 15:46:00 2008
    arguments       :
           arg[00] : U:\usr\sap\WFD\D00\exe\jcontrol.EXE
           arg[01] : pf=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
           arg[02] : -DSAPSTART=1
           arg[03] : -DCONNECT_PORT=64990
           arg[04] : -DSAPSYSTEM=00
           arg[05] : -DSAPSYSTEMNAME=WFD
           arg[06] : -DSAPMYNAME=dfbhl6_WFD_00
           arg[07] : -DSAPPROFILE=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
           arg[08] : -DFRFC_FALLBACK=ON
           arg[09] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 2040] Thu Sep 25 15:46:00 2008
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.box.number=WFDD00dfbhl6] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.host=sapdev] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties]
    -> ms host    : sapdev
    -> ms port    : 3941
    -> OS libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    Used property files
    -> files [00] : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapdev
    -> ms port    : 3941
    -> os libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    Bootstrap nodes
    -> [00] bootstrap            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID2623900  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID2623950  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID2623900            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] ID2623950            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    [Thr 2040] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 3504] JControlDPMessageProxy: Thread 3504 started as handler thread for R/3 dispatcher messages.
    [Thr 2040] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2040] JStartupICheckFrameworkPackage: can't find framework package U:\usr\sap\WFD\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1 -verbose:gc -Djava.compiler=jitc -Dos400.run.mode=jitc -Dos400.disable.explicit.gc -Dos400.define.class.cache.file=/usr/sap/WFD/SYS/j2ee/cache/QDefineClassCache.jar -Dos400.define.class.cache.hours=9999 -Dos400.define.class.cache.maxpgms=40000 -Djava.ext.dirs=/usr/sap/WFD/SYS/j2ee/ext
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : U:\usr\sap\WFD\D00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : U:\usr\sap\WFD\D00\exe\jstartup.jar;U:\usr\sap\WFD\D00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0026239
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = U:\usr\sap\WFD\D00\exe\jlaunch.exe
    -> arg[00] = U:\usr\sap\WFD\D00\exe\jlaunch.exe
    -> arg[01] = pf=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
    -> arg[02] = -DSAPINFO=WFD_00_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_2308
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=U:\usr\sap\WFD\D00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=U:\usr\sap\WFD\D00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=U:\usr\sap\WFD\D00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=4556
    -> arg[14] = -DSAPSYSTEM=00
    -> arg[15] = -DSAPSYSTEMNAME=WFD
    -> arg[16] = -DSAPMYNAME=dfbhl6_WFD_00
    -> arg[17] = -DSAPPROFILE=
    sapdev\sapmnt\WFD\SYS\profile\WFD_D00_dfbhl6
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;U:\usr\sap\APD\D31\exe;
    sapdev\SAPMNT\APD\exe\run_nt;U:\sapdb\programs\bin;U:\sapdb\programs\pgm;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\AS400WSV\Admin;C:\WINNT\AS400WSV\Service;C:\WINNT\AS400WSV\Drivers;C:\PROGRA1\IBM\CLIENT1;C:\PROGRA1\IBM\CLIENT1\Shared;C:\PROGRA1\IBM\CLIENT1\Emulator;C:\Program Files\Symantec\pcAnywhere\;;
    sapdev\sapmnt\WFD\SYS\exe\uc\NTI386;U:\usr\sap\WFD\D00\exe
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;U:\usr\sap\WFD\D00\j2ee\os_libs;U:\usr\sap\APD\D31\exe;
    sapdev\SAPMNT\APD\exe\run_nt;U:\sapdb\programs\bin;U:\sapdb\programs\pgm;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\AS400WSV\Admin;C:\WINNT\AS400WSV\Service;C:\WINNT\AS400WSV\Drivers;C:\PROGRA1\IBM\CLIENT1;C:\PROGRA1\IBM\CLIENT1\Shared;C:\PROGRA1\IBM\CLIENT1\Emulator;C:\Program Files\Symantec\pcAnywhere\;;
    sapdev\sapmnt\WFD\SYS\exe\uc\NTI386;U:\usr\sap\WFD\D00\exe
    [Thr 2040] Thu Sep 25 15:46:26 2008
    [Thr 2040] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.box.number=WFDD00dfbhl6] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.host=sapdev] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx.c   841]
    [Thr 2040] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties]
    -> ms host    : sapdev
    -> ms port    : 3941
    -> OS libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    [Thr 2040] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapdev
    -> ms port    : 3941
    -> os libs    : U:\usr\sap\WFD\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : no
    Bootstrap nodes
    -> [00] bootstrap            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID2623900  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID2623950  : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID2623900            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    -> [01] ID2623950            : U:\usr\sap\WFD\D00\j2ee\cluster\instance.properties
    [Thr 2040] JControlCheckRunMode: run mode of the instance = safe
    [Thr 2040] Instance is disabled -> terminate.
    [Thr 2040] JControlCloseProgram: started (exitcode = -11113)
    [Thr 2040] JControlCloseProgram: good bye... (exitcode = -11113)

    Thanks Kaushal,
    I hadn't done any changes to UME, but I have got a JSPM support package (EP-PSERV SP16) in status of ERROR that seems to be at the bottom of the problem.
    Apparently, JSPM is not able to cope with any flavour of IBM DB2 (Windows, AIX, or i) at a point in this support package.  There is a note 1156313 and it matches the error which is in the  sdm log file:
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  WCR_USERSTAT modify column LOGONID to   type : VARCHAR,len : 255,dec : 0,not null : true,default :
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  WCR_USERSTAT modify column LOGONID to   type : VARCHAR,len : 255,dec : 0,not null : true,default :
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 db4-Info:  existsData() returns true.
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Action: CONVERT
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Action: CONVERT
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Table has to be converted
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Info:  Table has to be converted
    Sep 25, 2008 4:51:32 PM  Info:
    Sep 25, 2008 4:51:32 PM  Info: E R R O R ******* (DbModificationManager)
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Error:  Table WCR_USERSTAT: Conversion currently not possible
    Sep 25, 2008 4:51:32 PM  Info:
    Sep 25, 2008 4:51:32 PM  Info: E R R O R ******* (DbModificationManager)
    Sep 25, 2008 4:51:32 PM  Info: 16:51:31 2008-09-25 dbs-Error:  Table WCR_USERSTAT: Conversion currently not possible
    Meanwhile, the commands in the note don't work as the DB   (Owner )  *ALL
    PUBLIC    *EXCLUDE
    regards
    Michael

  • Windows to Linux Migration for Apps Server - 11.5.10

    Hello all,
    Am trying to migrate our app server from WIndows 2000 to RH Linux. Am using the metalink doc id 238276.1 for this. Am encountering an error
    "RC-00216: The Context File does not exist. Exiting."
    Am not able to proceed any further. Have verified file path and permissions. Have setup some parts of the environment on the target with path for AD_TOP, APPL_TOP, CONTEXT etc.
    Has anyone completed such a migration successsfully? Any pointers will be greatly appreciated.
    Regards,
    Vijay

    Hi Vijay,
    Yes I have.
    What is the java and perl version being used?
    1 - which java
    2 - java --version
    3 - which perl
    4 - per --version
    The contextfile has been copied from the windows system does it have the correct permissions? Open the file and check if you see ^M (they should not exist)
    You are executing the command as follows:
    perl /data/hrtc/hrtcappl/ad/11.5.0/bin/adclonectx.pl migrate java=/usr contextfile=/data/hrtc/hrtcappl/admin/hrtc1_hrdev.xml
    try:
    cd /data/hrtc/hrtcappl/ad/11.5.0/bin/
    perl adclonectx.pl migrate java=/usr contextfile=/data/hrtc/hrtcappl/admin/hrtc1_hrdev.xml
    Also the location of JDK_TOP (/usr) seems a bit strange to me.....as I would expect something like /usr/jdk1.3.x/
    Thanks!
    KAR

  • Starting command line exec without dos window...

    I'm trying to start a console window application under my java swing application with the Runtime.exec(cmd) function.
    A dos window appear during the execution of the application. How to remove the screen echo ?
    Thanks
    SEB

    Hi ollie lord and thank you for your suggestion.
    I tried to use a *.bat file instead but the result was the same. I tried to use the word "start" in the command but nothing more.
    My .bat file is simple:
    start myprogram or myprogram
    ...where myprogram.exe is a win32 console application from Visual C++.
    Is there any option in function Main() in C++ to remove the dos console ?
    I head about the JNI tech. Is it a solution ?
    Thanks
    SEB

  • Forms based system on App server 10.1.2.2 windows server 2008 questions

    Hi guys,
    We run a 10g forms based MRP system. We converted to 10g 3 years ago and have been selling our system without issue now for that time.
    The current system has a shelf life of at least 3 more years whilst we develop a new system in 11g and jdeveloper.
    We currently deploy on windows 2003 R2 with app server 10.1.2.2.
    We cant move to patchset 10.1.2.3 as they are not backward compatible with our JAR file and we do not have the man power to upgrade all our customers in a short space of time.
    Eventually 2003 will cease to be available (not sure the shelf life on this, has anyone any idea?)
    Which leaves Server 2008 as the only available server. This does not work with 10.1.2.2.. so we are struggling to find a way round our issues.
    Any ideas?

    Hi,
    We have just run it through with the same patchset for the installer. This is a clean install of Win OS and installed the 10g database first.
    We receive the following error when installing the App Server (Forms & Reports)
    *"Output generated from configuration assistant "Application Server Control Configuration Assistant":*
    *Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2*
    *Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.*
    *http://200810G.[hostname]:18100/emd/console/aboutApplication*
    *Starting Oracle Enterprise Manager 10g Application Server Control ..The Oracleoracleas1ASControl service is starting*
    *The Oracleoracleas1ASControl service could not be started.*
    *A service specific error occurred: 2.*
    *More help is available by typing NET HELPMSG 3547.*
    *Configuration assistant "Application Server Control Configuration Assistant" failed"*
    When we type NET HELPMSG 3547 (as suggested), we receive the following error message:
    *"A service specifig error occurred: ***."*
    Are you running Windows Server 2008 (first release) or Windows Server 2008 R2?
    Any suggestions? I will try installing the App Server without installing the database now to see if that makes any difference.
    Thanks

  • Call x.exe and write command in opened DOS window

    Hi,
    I am using Labview 10 and Window 7. Just wondering how to use labview to
    1. run x.exe under opened DOS window?
    2. write command in opened DOS window?
    Any commends welcome,
    Thanks,
    Ott

    Please take a look here
    Alejandro | Academic Program Engineer | National Instruments

  • Invoke command in new dos window

    is there any way that i can invoke a command in a new dos window from java application?
    such as
    runtime.exec("dir");
    it will open another dos window, and run dir in it.
    thanks

    it will open another dos window, and run dir in it.This works for me (win 2000):
    Runtime.getRuntime().exec("cmd /c start dir");

  • How to Invoke tasks created in FrameMaker Publishing Server from the Windows command line

    Hi All ,
    i would like to know how can we Invoke tasks and schedules created in FrameMaker Publishing Server from the Windows command line.
    we used publishing server mainly to convert Frame maker files into PDF and that should be do progarmatically without manual intervention on Demand.
    so could you please let us know how can i invoke rthe task creted to convert FM file to PDF in FrameMaker Publishing Server from the Windows command line.
    please let me know the command to execute .
    thank you and waiting for valuable response.
    best regards
    Ramesh babu

    Please see http://blogs.adobe.com/techcomm/2011/03/adobe-framemaker-server-10-and-its-command-line-ca pability.html for the same.
    Harish Dhawan

  • Command Prompt in DOS Window

    Is it possibe, when running a Swing Application to
    get the command prompt back in order to do other
    things in the background while the application is
    running. (I wouldn't need to close my application in
    order to get the prompt back!)
    If so how would I do that?
    Thank you very much in advance for any help.

    very simple....
    create a batch file and then from dos window say
    start YourFile.bat
    you get your command prompt back...but that will open another prompt window for the applicationm

  • Where can I download the pure java edition app server for windows

    Where can I download a copy of the uncertified windows version of the app server listed below?
    OracleAS Java Edition v9.0.4
    Oracle HTTP Server
    OracleAS Containers for J2EE
    Oracle Enterprise Manager
    OracleAS TopLink
    Oracle JDeveloper
    Currently certified: Solaris, HP, Linux
    (I am not interested in the 10.0.3 preview version of the app server)
    I went to the Production release download area for the Application Server and they only let you download the Certified version of this SW which is for Linux, HP, and Linux.
    I went to the Pre-release download area and they only have the 10.0.3 preview versions listed for download.
    We want to install the above-mentioned version of an intel box running Windows for our integration point and we have linux boxes setup for production. We would like to use the same version of the app servers on all 3.
    Any ideas out there?

    Go into
    Applications / Utilities / Java Preferences.app
    and make sure you have the 'Enabled' boxes checked for both 64 and 32-bit.
    Finally, in
    Safari > Preferences | Security
    make sure the 'Enable Java' box is checked.
    Message was edited by: softwater

  • Opensso.war deployment fails in Sun App server 8.2 windows vissta business

    I tried deploying opensso.war in Sun App server 8.2 on windows vista business machine. Am getting following error.
    Deploying application in domain failed; C:\Program Files\Sun\JavaES5\appserver\domains\domain1\applications\j2ee-modules\opensso\assets\js\AjaxUtils.js (Access is denied) ; requested operation cannot be completed C:\Program Files\Sun\JavaES5\appserver\domains\domain1\applications\j2ee-modules\opensso\assets\js\AjaxUtils.js (Access is denied)
    Am I missing something

    This is windows permission to the folder issue

  • Sun App Server 8 as a Windows Service

    Is it possible to install Sun App Server 8 as a Windows Service so I could run it under Windows 2003 Server? If yes, how -- I could not find any information on it.
    Sincerely,
    Sergei Batiuk.

    I received a reply from Paul Ko at Sun Microsystems.
    Paul is the product line manager for Sun's Java application server.
    >
    Sean,
    To run the AppServer as a Windows service, you need to use 3rd party
    software to enable this. The AppServer is designed to run as a
    Windows application, not as a service. You can do a Google search to
    find a suitable 3rd party software to fulfill you needs.
    Unfortunately, we do not publish which 3rd party software can be used
    to do this -- as a policy, we don't endorse any particular vendor.
    Best,
    Paul

Maybe you are looking for