Questions tagged [web-access]

22 questions
0
votes
2 answers

GetResponse keeps throwing page not found exception

Can you please help me out here? I am trying to get content of any web page. But GetResponse keeps throwing exception page not found. I appreciate your help. Following is my code. try { …
Tom
  • 61
  • 3
  • 9
0
votes
1 answer

Amazon Linux AMI Apache User and Permission Web Directory

I have a AWS ec2 instance with Amazon Linux AMI running. As the web server I installed Apache and the web directory is /var/www/html. Until now I had the permission for /var/www/html set as 777 under the user c2-user (chmod -R 777 /var/www/html). I…
0
votes
1 answer

I cannot access to Pentaho server from remote PC

From the server I can write in my browser: http://172.24.XX.XX:8080/pentaho/Home or with localhost and both work. But from any other computer I have not access (Web page not available), however, I ping from the PC to server IP (172.24.XX.XX) and I…
user2173859
  • 57
  • 10
0
votes
1 answer

A way to test if https://www.google.com/jsapi available within intranet

I am working on an intranet application that uses the Google Visualization API to produce charts. My question is is there a way to determine if access to https://www.google.com/jsapi server is down or blocked due to the company use of iPrism and…
JosephK
  • 101
  • 1
  • 2
  • 13
0
votes
1 answer

Office Outlook Web Access injects unwanted CSS in our emails. What triggers this and how to fix it?

The injected styles result in all text being underlined. It does not inject the styles in messages originating from Outlook, and does not inject them in all HTML-formatted messages. Our HTML templates show properly in all clients including the…
aaandre
  • 2,502
  • 5
  • 33
  • 46
0
votes
1 answer

web based access to a list of files outside tomcat directory

I have a use case , where I need to display some log files listing to the user,on click of each log file, it should open a new window to display the content of that particular log file. The environement is in Java/Tomcat. The files may reside in a…
Santosh
-1
votes
1 answer

First nav anchor being skipped while tabbing and focus outline not displaying

So I'm working on a site for a client and accessibility is important. So I've just enabled the outline property on all a:focus states and for some reason the first link in the nav is being skipped while tabbing through the page and the :focus style…
Luke Watts
  • 457
  • 5
  • 13
1
2