SALVE A TUTTI.
Sto cercando di far girare Xampp 5.6.24 sul mio pc con windows 10.
Ho effettuato il cambio di porte per i moduli Apache e MySQL, e va tutto bene.
Ho invece dei problemi con il modulo Tomcat.
Le sole modifiche apportate nel file server.xml di Tomcat sono le seguenti:
<?xml version='1.0' encoding='utf-8'?
<Connector port="1080" protocol="HTTP/1.1
connectionTimeout="20000"
redirectPort="8443" />
<!-- A "Connector" using the shared thread pool-->
<!--
<Connector executor="tomcatThreadPool
port="1080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
E cioè in due punti ho modificato 8080 in 1080.
Purtroppo, ricevo ancora questi messaggi (solo il secondo grave):
You are not running with administrator rights! This will work for
most application stuff but whenever you do something with services
there will be a security dialogue or things will break! So think
]about running this application with administrator rights!
XAMPP Installation Directory: "c:\xampp\"
...
...
Problem detected!
Port 8080 in use by "C:\xampp\apache\bin\httpd.exe"!
Tomcat WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure Tomcat and the Control Panel to listen on a different portNON RIESCO AD ANDARE AVANTI PIU DI TANTO.
VORREI RISOLVERE IL PROBLEMA, E POI DESCRIVEREI IL METODO SEGUITO IN MODO SEMPLICE ED ESSENZIALE PER LA COMUNITA’ DI JOOMLA!3 FORUM, PERCHE’ PENSO CHE POSSA INTERESSARE PARECCHI UTENTI.
… ALTRIMENTI DEBBO PASSARE A WAMPP, CHE PERO’ NON HO MAI USATO.
GRAZIE.
Cicerone80