Help on setting up weblogic 9.1 as windows service

Hi,
I want to install weblogic 9.1 to run as windows service.
Can any body point me to steps?

Please follow this link, you can get an idea from this link
http://egeneration.beasys.com/wls/docs81/adminguide/winservice.html
Thanks
Togotutor
<b><a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free)</b>

Similar Messages

  • Setting up Weblogic 6.1 as Windows Service

    Hi All,
    I have installed my weblogic 6.1 server and also installed it as the windows
    service. Thru service my server starts up but its unable to run my application.
    If I start my server from Command Prompt then the application works fine.
    When server is started from the Win Services and I hit my application then I
    get following exception on the page:
    Compilation of 'C:\beaTEST\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap8436\WEB-INF\_tmp_war_myserver_myserver_tasktoolWebApp\jsp_servlet\__index.java'
    failed:
    C:\beaTEST\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap8436\WEB-INF\_tmp_war_myserver_myserver_tasktoolWebApp\jsp_servlet\__index.java
    error=2
    Full compiler error(s):
    java.io.IOException: CreateProcess: javac -classpath C:\beaTEST\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap8436\tasktoolWebApp.war;C:\beaTEST\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap8436\WEB-INF\_tmp_war_myserver_myserver_tasktoolWebApp\cls4153.jar;C:\beaTEST\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap8436\WEB-INF\_tmp_war_myserver_myserver_tasktoolWebApp;C:\beaTEST\wlserver6.1\.\config\mydomain\applications\.wlnotdelete\wlap8436\com_solutionsny_projecttasktool.jar;C:\beaTEST\jdk131\jre\lib\rt.jar;C:\beaTEST\jdk131\jre\lib\i18n.jar;C:\beaTEST\jdk131\jre\lib\sunrsasign.jar;C:\beaTEST\jdk131\jre\classes;.;C:\beaTEST\wlserver6.1\lib\weblogic_sp.jar;C:\beaTEST\wlserver6.1\lib\weblogic.jar
    -d C:\beaTEST\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap8436\WEB-INF\_tmp_war_myserver_myserver_tasktoolWebApp
    C:\beaTEST\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap8436\WEB-INF\_tmp_war_myserver_myserver_tasktoolWebApp\jsp_servlet\__index.java
    error=2
         at java.lang.Win32Process.create(Native Method)
         at java.lang.Win32Process.<init>(Win32Process.java:66)
         at java.lang.Runtime.execInternal(Native Method)
         at java.lang.Runtime.exec(Runtime.java:551)
         at java.lang.Runtime.exec(Runtime.java:477)
         at java.lang.Runtime.exec(Runtime.java:443)
         at weblogic.utils.Executable.exec(Executable.java:209)
         at weblogic.utils.Executable.exec(Executable.java:134)
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:545)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354)
         at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:382)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
         at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
         at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:368)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Please help on this
    Thanks
    Amit Tyagi

    I ran into the same problem. It was driving me crazy. Then Duh! The path to run the javac.exe was not specified in the system environment variables, which is used by any service.
    Hope this helps....

  • Need to host weblogic server as a windows service

    Hi,
    I need to host weblogic server as a windows service, Along with the log file in which I can log the System.out.println statements.
    I am having weblogic server 10.3.4
    Thanks in advance
    Harshal

    Hi Harsgal,
    You can use the Windows Service configuration script mentioned in the following link:
    http://middlewaremagic.com/weblogic/?page_id=2594#comment-3454
    Ans as you mentioned that you want to see the System.out.println statements also in the server.log then in that case please add the JAVA_OPTION in the same script mentioned in the above link as *"-Dweblogic.log.RedirectStdoutToServerLogEnabled=true"*
    Example:
    echo off
    SETLOCAL
    set DOMAIN_NAME= Test_Domain
    set USERDOMAIN_HOME= C:\BEA103\user_projects\domains\Test_Domain
    set SERVER_NAME=ManagedServer1
    set PRODUCTION_MODE=true
    set WL_HOME=C:\bea103\wlserver_10.3
    set ADMIN_URL=http://AdminServerHostname:7001
    set MEM_ARGS=-Xms1024m -Xmx1024m  -Dweblogic.log.RedirectStdoutToServerLogEnabled=true
    call "%WL_HOME%\server\bin\installSvc.cmd"
    Topic: Managed Server As Windows Service
    http://middlewaremagic.com/weblogic/?p=680
    Also if you want to create a Separate STDOUT and STDERR file to collect your System.out.println Statements then please add the following MEM_ARGS as well inside your script:
    JAVA_OPTIONS=-Dweblogic.Stdout=D:\bea_home\wlserver_10.0.2\user_projects\domains\syncro_domain\ASstdout.txt  -Dweblogic.Stderr=D:\bea_home\wlserver_10.0.2\user_projects\domains\syncro_domain\ASstderr.txtThanks
    Ravish Mody

  • Running Weblogic managed server as Windows service

    Hi,
    i'm using Weblogic 6.0 SP2 and i'm trying to run Managed Server as windows
    service (i'm using Win2k). I use a pretty long CLASSPATH in order to run my
    WebApplication and it looks like beasvc.exe truncates my CLASSPATH - that
    way my application wouldn't work.
    Is there any workaround to my problem ?
    Thanks alot for any help,
    Bybye.

    Windows has a command line limitation of 2K.
    Since you invoke beasvc.exe from command line, it will obviously get's
    truncated
    1)
    One work around will be to set the registry manually after invoking
    the beasvc.exe
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
    <service-name>\Parameters
    Alter cmdLine parameter to include everything. After this if you start
    the service, it should work.
    2)
    Put all the classpath in a file called C:/temp/foo.tmp (since classpath is
    long)
    Invoke beasvc.exe with cmdLine set as
    -cmdLine:... -classpath "@C:/temp/foo.tmp ...
    Since jvm pulls the classpath from the file, this should also solve your
    problem.
    Sun VM's support this feature as of 1.2 and above.
    Kumar
    Evgenya Borisenko wrote:
    Hi,
    i'm using Weblogic 6.0 SP2 and i'm trying to run Managed Server as windows
    service (i'm using Win2k). I use a pretty long CLASSPATH in order to run my
    WebApplication and it looks like beasvc.exe truncates my CLASSPATH - that
    way my application wouldn't work.
    Is there any workaround to my problem ?
    Thanks alot for any help,
    Bybye.

  • WebLogic Server 6.0sp2 Windows Service Failures

    I am trying to run WebLogic (with SSL) as a service instead of a task. The installNTService
    cmd script runs ok but when the service is started it fails without any error
    messages. The service runs for about 5 seconds. I cannot find any error messages
    in the log. Any ideas of where to start looking?
    Thanks,
    Deb

    It looks like you are mixing SP1 and SP4 components in the server classpath.
    Leaving aside the issue of supporting WL 6.1 ( nearly 10 years old! ), you should look at the classpath which will be listed in the server's log file when it starts up.
    If this error has just recently started, has there been a modification to the startup scripts, or has there been a new patch installed?

  • JMS resource not located when starting Weblogic 8.1 as windows service

    I have a Weblogic 8.1 cluster which I am trying to configure as a Windows service.
              The managed servers startup up without errors when started from the command line, but when I start it up as a service they do not seem to find the JMSConnectionFactory that has been configured.
              Any ideas on what I am missing ?
              Malini

    Can you post the error message? Are your custom connection factories targeted to the cluster?

  • Memory setting for weblogic startup file in windows xp

    Hi,
    I want to change memory setting parameters for weblogic server 8.1 because I am using 128MB memory only.
    I found some information edit the startWeblogic.cmd file and change the memory parameters with - x option.
    but practically I didn't find the -x option in that file. Please tell me how can I change the memory parameters for weblogic server.
    Sorry, I dont know whether it is related to this forum or not.
    Regards,
    sivaram

    How can I change the memory of an instance or an instance in weblogic ?
    Please Help
    Thank you

  • Help with setting up my Macbook to play windows Games.

    Hi iam new to apple computers in general, but I have read that I can play Star Wars TOR on a Macbook if I use Bootcamp.
    my concerns are does my macbook meet the requiements to run da game, my model is MB403LL/A its from 2008-2009, OSX10.5.8
    can some one help me out please.
    and can u run thro da process of  setting up bootcamp as well . please and thnk u kindly.

    Hi RRFS, thank you for your response.
    I have already enabled the 'share printers' function but unfortunately the printer does not automatically appear in the printer lists for my other computers. I have tred to find it manually by selecting add printer in the print and fax dialogue box. I have then been able to select the printer by going to windows - workgroup - selecting the G4 and then selecting the designjet. However, when I then try to print, it enters the print queue but doesn't print.
    Any further thoughts would be much appreciated!

  • Help with setting up printer - works fine on windows!

    Hi
    Firstly any help is much appreciated!
    I have an AirPort Express Station with a HP Deskjet D2360 attached to the USB port.
    I have 3 Windows XP Printers that all print fine.
    My PowerBook, with Leopard, can located and install the Bonjour printer (using the drivers that came with Leopard). However when I print a document it appears in the printers job list then says it is complete. However the printer does nothing. I've attached the printer directly to my PowerBook and it works fine with the pre-installed drivers. The airtunes function of the airport also works fine from the PowerBook.
    Thanks again
    Chris

    CORRECTION TO THE ABOVE
    Hi
    Firstly any help is much appreciated!
    I have an AirPort Express Station with a HP Deskjet D2360 attached to the USB port.
    I have 3 Windows XP Laptops that all print fine.
    My PowerBook, with Leopard, can located and install the Bonjour printer (using the drivers that came with Leopard). However when I print a document it appears in the printers job list then says it is complete. However the printer does nothing. I've attached the printer directly to my PowerBook and it works fine with the pre-installed drivers. The airtunes function of the airport also works fine from the PowerBook.
    Thanks again
    Chris

  • Setting up weblogic 6 with jbuilder 4

    Hi
    Im trying to set up weblogic 6 service pack 1 with jbuilder 4.
    I've followed
    the steps outlined in the following article:
    http://community.borland.com/article/0,1410,26796,00.html
    but when I come to running my container in jbuilder i get an AccessControlException.
    I cannot find a field in jbuilder where i should be entering a
    password for weblogic.
    Can anyone help me????
    Thanks in advance
    Sohail

    for the time being , create a file called 'password.ini' under
    weblogic_install_dir/config/yourdomain and just enter the password on it
    and try. The password.ini file is an ascii file that should have only
    one line, your password.
    Try this and see if this is the problem.
    Cheers,
    Bassam

  • HT201209 Hey guy I need to help please set balance my app id = 0

    I need to change location my id but I can't make because I have  point
    In store please help me set my point app id to null thk
    <Subject Edited by Host>

    You will need to Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I took my iMac to be fixed and when i got it back, mail was not set up. I called Apple Support and they helped me set up mail. Then the emails went to trash on the iMac and on the MacBook Pro (same emails). There are no numbers by the 'inbox' to tell how

    I took my iMac to be fixed and when I got it back, mail was not set, so I called Apple and they helped me set up mail. Now the new mail goes to trash and there is no number by the 'inbox' to tell me how many new messages I have. I cannot save a draft to 'drafts.' There is a large number by 'trash' (I think all mail went to trash - including drafts). When I send myself an emai, it goes to trash also. This is on both my iMac (the one taken in) and my MacBook Pro (same emails) which was not taken in.
    I went to 'rules' but have no idea what to do there. There are no rules in the rule box. When I click 'add rule' it puts 'rule 1' in the rule box, but since that was not there when I took it in, I delete it to have an empty rule box.
    Can someone pleasehelp me. I am completely stupid with all this. Do not under stand what is suppose to be set up in 'rules.'
    Thank you so much,
    Arudi

    Now new mail is coming to both computer's inboxes but there is no number on the stamp icon on dock to show number of emails on the iMac. Nor is there a number by either email address under MAILBOXES/inbox (sidebar) on the iMac. This number is showing on MacBook Pro.
    I also can save drafts now on both computers.
    Seems the Pro is fixed and the iMac is only missing the numbers on dock icon and by addresses in inbox.
    Now that the problem is less, I feel i am wasting your time but will continue so maybe I can get those numbers back.
    Two emails > AT&T email and gmail.
    Apple's Mail program for email - yes, and gmail.
    IMAP for both accounts.
    Did not change mail configuration on MacBook.
    The iMac and MacBook Pro have the same mail configuration except in Accounts/mailbox behaviours/store draft messages on the server was not marked on MacBook > it is now.
    'Store junk messages on the server' was marked on one computer for gmail, but is unmarked on both now.
    On the iMac, Accounts/Accounts info/Outgoing mail for gmail is smtpgmail.
    On the MacBook Pro for gmail it is smpt.gmail.com (plus) my email address.
    Rules/Add rule window, on the MacBook third line is 'Any Recipient', on the iMac third line is 'From."
    The last box on that line has my email address on the MacBook.
    The last box on that line has the last address I sent an emil to (last night), on the iMac.
    On the last line on iMac, no box was selicted for 'to mailbox' > I choose 'inbox' because it is on the MacBook Pro.
    Now I have a Rule #1 and am not sure I should have because there was no rules marked when I took the computer in.
    Thank you. I relized I had done the labeling wrong when so much of my question appeared twice and no one else's did. I know how to do it now.
    Thank you so much,
    Arudi

  • When I try to set up Icloud control panel in Windows Vista, I get "your setup couldn't be started because the Icloud server stopped responding. I've tried loads of fixes suggested on the net but none worked. Can anyone help me please?

    When I try to set up Icloud control panel in Windows Vista, I get "your setup couldn't be started because the Icloud server stopped responding. I've tried loads of fixes suggested on the net but none worked. Can anyone help me please?

    Hello, ksb2. 
    Thank you for visiting Apple Support Communities.
    We are investigating this issue. This article will be updated as more information becomes available.
    iCloud: iCloud Control Panel setup cannot be started
    http://support.apple.com/kb/TS5178
    Cheers,
    Jason H.

  • Help needed setting up print server

    i got 2 printer:
    1 usb inkjet epson 1290
    1 hp5100 network
    i have 1 server:
    serving epson for our col proof using powerripx as driver and shared via os x print server
    i have 2 network interface card on the server.
    my problem is: the position of the server in the office has only one network interface port, i want to have my HP connected to the 2nd network interface of the server and the server connected to the only available network point there and thus have the server serving both printer.
    have set up the en1 interface, enable NAT, dhcp, firewall, but the server itself does not recognised the hp which is connected to the 2nd ethernet interface. when i move it on top of the ethernet list in system preferences it does recegnised it but the the whole print server is not accessible on the network.
    can someone with more experience help me set this up.
    thx

    I didn't say it's impossible. I just offered an easy solution to your problem that will save you and you users some hassle in the long run (eg. when you come to troubleshoot you wn;t have to look at 2 networks and a firewall). I guess I just like easy solutions. And ,dude, 20 bucks...
    If you want to go the hard(er) way you need to:
    1. set up a second network address range on the second card
    2. give the printer a fixed IP address within that range
    3. ensure firewall is not blocking packets from/to the printer
    4. config the printer on your print server & clients
    hth,
    b.

  • I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. Please help, restoring setting even didn't helped.

    I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. The mobile carrier signal as well as WIFI suddenly drops zero and are then restored automatically. Sometimes i cannot conenct to WIFI even standing infront of WIFI router. Please help, restoring setting even didn't helped.

    Update: my phone's connecting to the WiFi again. I don't know what did the trick. I did nothing since reinstalling the software. It hadn't worked then, it is now. I tried connecting to my dad's phone's hotspot( he uses a Moto G), and it worked. I then tried connecting to the WiFi at a friend's house, and when I came back home, my phone was able to connect to my WiFi! Is it of any significance that my friend's router doesn't require a password? My issue has been resolved( for now; I hope I'm not counting my chickens before they've hatched). For anyone facing a similar issue, I suggest you try everything I did:
    1. Turn your router off for a minimum of 30 seconds, turn it back on and try connecting.
    2. Click on the WiFi network you are connected to, scroll to the bottom, tap "Renew Lease".
    3. Do a soft and hard reset.
    4. Reset network settings.
    5. Back your data up, erase all content from settings menu, restore from backup.
    6. Reinstall your software( put it in recovery mode).
    I am not sure which of the above worked for me. Make sure you try everything. If none of the above works, take it to a genius bar or an authorised service provider. Good luck! :)

Maybe you are looking for

  • Inventory:Transaction in ECC for displaying Total Stock and Stock value

    Hello Experts, I have ran the report on BW side which gives me Inventory's Total Stock (ZTOTALST) & Stock Value(ZSTDPRICE) period wise. I want to reconsile data between ECC & BW for these two fields, please provide me trasactions for the same. I have

  • Audiobooks on Ipod Classic 160GB

    I have some audiobooks in my iTunes, organised into different books, each separated into chapters (20-30 minute mp3 tracks, just changed to media type "audiobook"). They are all fine, and remain grouped together as books in my iTunes, but not on my i

  • User exit or Badi for ME21N transaction

    Hi Gurus, In ME21N tranasaction i need to make the field 'Free Item' ( checkbox ) as a mandatory field at item over view level for specific document types. so that user can't  save the PO order with out checking the checkbox. So is there any exit or

  • [E2013] [MailApps] [JS] [Windows]: window.open from a mail app fails in Chrome and Firefox but works in IE

    I develop an Office Mail App which is used in Exchange 2013 On-Premises in my test lab. The mail app is hosted on IIS 8 (Windows Server 2012 R2) in the same LAN and ActiveDirectory domain. Opening popup windows from the mail app does only work in IE,

  • Content viewer -- archive or shred?

    As a complete fan of all things Adobe,  I apologize for my title.  I'm almost ready to publish my first indesign/dps app, but I've just spent 3 days going in circles, trying to fix what may not be fixable.  I wanted some advice before I start from sc