• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Znote ACC problem.

Ovnyx

Member
Joined
Jul 25, 2017
Messages
163
Solutions
2
Reaction score
7
Hi people!

today i was installing oracle databse 11g, so when i startd xampp to do some shit on my server there was a warning message saying oracle was using 8080 port and tomcat need this port free, so i changed it in C:\xampp\tomcat\conf, then edit server.xml

Code:
<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

edited that port to 8181, and the warning go, but now when i try to use my localhost, to acces the server website, i got this error:


so i changed oracle port to 8181, and left tomcat with 8080, but now i still have the same error, no access to server webpage.

i dont need to install the tables because they are already in my DB.
but that wanings, i take a look to the config.php file, but i cant figure out whats the problem.

i hope anyone can help me.

thanks in advice,
Ovnyx
 
Solution
EDIT: SOLVED, editing in htdocs/config.php and edit:

Code:
//it has another path so i edited for this
$config['sqlHost'] = '127.0.0.1';

if is usefull for anyone.
EDIT: SOLVED, editing in htdocs/config.php and edit:

Code:
//it has another path so i edited for this
$config['sqlHost'] = '127.0.0.1';

if is usefull for anyone.
 
Solution
Back
Top