Run Jbilling as a Windows 2k3 service
31/07/06 12:32 Filed in: Guide
Running jbilling with that DOS command window showing up at all time is very anoying. Let me show you how to run jbilling as a windows 2k3 service. (I only tested it on Windows 2003 Server)
- Download and Install Microsoft’s Windows Server 2003 Resource Kit Tools.
- Open up notepad or wordpad and enter “ START followed by the exact path to your jbilling run.bat. (For me it was “C:\Jbilling\bin\run.bat”
- Your first and only line in your text document should look something like this: START C:\Jbilling\bin\run.bat
- Save document as “Autoexnt.bat”, you need to save this file to your %system root%\System32\ folder
- Nest go to “C:\Program Files\Windows Resource Kits\Tools” and copy the following 3 files to your %system root%\System32\ folder
- Autoexnt.exe, Servmess.dll and Instexnt.exe
- Open command prompt (run>cmd) type the command: net start autoexnt. your jbilling should launch, check server log.
- Configure your service options by clicking Start-->Program Files-->Administrative Tools-->Computer Management-->Expand Services and Applications -->click Services. Double-click the AutoExNT service
- Select Automatic in the Startup type box.