ssh - Accessing remote linux server's localhost:8080 from windows desktop -


i complete beginner linux. have ssh access (i think that's is) linux server. have program called spagobi installed on server, , needs accessed through localhost:8080 in browser. have changed xml file points localhost ip of server still can't access it. have suggestions on how access localhost through ip?

with spagobi configured answer on localhost (the default), can use putty on windows create ssh tunnel local system spagobi system. if redirect local 8080 (of local system) 8080 of spagobi system, access remote spagobi server http://localhost:8080/spagobi while ssh tunnel up.

now... configure spagobi server correctly answers on specific fqdns... you'll need modify tomcat server.xml

go tomcat config directory , edit server.xml. these 2 entries you'll need modify. restart tomcat , try access spagobi using fqdns , url.

<environment name="spagobi_service_url" type="java.lang.string" value="http://spagobi.example.com:8080/spagobi"/> <environment name="spagobi_host_url" type="java.lang.string" value="http://spagobi.example.com:8080"/> 

after restart, try accessing spagobi http://spagobi.example.com:8080/spagobi


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -