hatzopoulos / pampa-j

Automatically exported from code.google.com/p/pampa-j
0 stars 0 forks source link

PAMPA as service #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
OK, so I've got the pampa-j 1.0c.exe downloaded from here.
No issues so far with it, the portability is a good thing, however, what I 
would like to know is how I can make the PHP/MySQL run as a service from this 
installation so the "P" icon appears in the taskbar at startup.

I can change the port number in the ini file to port 80, so no issues there.

It's just the issue of trying to make this into a service, if such a thing is 
possible.

Thanks for the awesome product.

Original issue reported on code.google.com by haldan...@googlemail.com on 31 Aug 2010 at 1:24

GoogleCodeExporter commented 8 years ago
I guess as executable link in the startup folder ... isn't this enough?

Original comment by andrea.g...@gmail.com on 27 Jan 2011 at 12:32

GoogleCodeExporter commented 8 years ago
The startup folder tip is enough but in this way it will be available only 
after the user logon ... 
... In some cases you may want to have it running before the user logon so that 
it will be available immediately after machine startup, so you need to run it 
as a  service of Windows...
If this is your case search "srvany" on google , using this you can start any 
executable as a service...

Original comment by gz7...@gmail.com on 17 Jun 2011 at 8:24

GoogleCodeExporter commented 8 years ago
Another program to do that is also there...  
http://www.codeproject.com/KB/system/xyntservice.aspx

Original comment by gz7...@gmail.com on 17 Jun 2011 at 8:30