Put WAMP online automatically
Posted by: athome (---.fbx.proxad.net)
Date: March 08, 2010 10:57AM

I am working on a terminal where we'll setup a wamp server, and I would like to launch Wamp server automatically when Windows XP startup.

It's easy to launch wamp, we have a Java Swing App which do that very well, but we need to launch it in online mode, I would like to know how.

Here the java code :

try {
Runtime.getRuntime().exec("c:/wamp/wampmanager.exe"winking smiley;
_window.displayMessage("WAMP Server launched"winking smiley;
}
catch (IOException e) {

e.printStackTrace();
}

Is there a line in the phpma.conf where we can configure that ?

(I speak french better than english ...)

Options: ReplyQuote
Re: Put WAMP online automatically
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: March 08, 2010 04:47PM

no wamp starts in online mode if it was shutdown in online mode..

otherwise edit

httpd.conf and remove the section for localhost only

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.