Re: [OT] running application server (OC4J) as a background process

2004-05-05 Thread Shyam A
Duncan, Thanks for the help. I did search the OTN site earlier but didn't find the official answer. Shyam --- Duncan Mills <[EMAIL PROTECTED]> wrote: > See the OC4J Configuration FAQ on OTN for the > official answer :-) > http://otn.oracle.com/tech/java/oc4j/904/collateral/oc4j-faq-904.html#oc4j

Re: [OT] running application server (OC4J) as a background process

2004-05-05 Thread Duncan Mills
See the OC4J Configuration FAQ on OTN for the official answer :-) http://otn.oracle.com/tech/java/oc4j/904/collateral/oc4j-faq-904.html#oc4j_configuring But if you do still want to do it check out Steve Button's blog entry on the Subject: http://radio.weblogs.com/0132383/stories/2004/04/28/oc4jAs

[OT] running application server (OC4J) as a background process

2004-05-05 Thread Shyam A
Hello, I'm working on a Struts application using stand alone OC4J (Oracle 9i AS) as my application server. I need to deploy my application on a Windows NT machine (remote), and run the application server as a background process. Is it possible to run the server as a Windows service? Has anybody