Page 1 of 1

CSWeb Server Setup

Posted: May 26th, 2017, 2:01 pm
by ishycienth
Dear All,
I hope you are doing wonderfully well.

I need your help. I was excited to know about the introduction of CSWeb and would want to use it for my organization’s upcoming research project planned for next month. However, I have a challenge setting up the server. I am completely new to setting up web servers and had to rely on the user guide for this, but I seem not to be getting something right. I have been able to install wamp server and navigate through the CSWeb setup process. However, I cannot access the server as whenever I try to log in at http://localhost/CSWeb/ui/login_check a get a “Sorry, the page you are looking for could not be found” response. Please help.

Re: CSWeb Server Setup

Posted: May 29th, 2017, 5:22 am
by manojsoni
Make sure you have your login url path all in lower case
for example
localhost/csweb/ui

If your folder is like CSWeb, make it csweb and then try again

Manoj

Re: CSWeb Server Setup

Posted: May 29th, 2017, 2:52 pm
by ishycienth
@ manojsoni

Thank you very much; your response was helpful. I have now resolved the issue.

Re: CSWeb Server Setup

Posted: May 31st, 2017, 4:57 am
by ashishacharya
ishycienth wrote:@ manojsoni

Thank you very much; your response was helpful. I have now resolved the issue.
Hi @ishycienth, all,

I am facing the same problem. How do I solve it.

I am using an IP address to access the server, at port 443, with an Apache2 web server.

Totally stuck on this issue. CSWeb runs fine on my localhost but I can't put it online on the server. Any help would be much appreciated.

Re: CSWeb Server Setup

Posted: June 3rd, 2017, 3:23 am
by josh
Port 443 is for https connections so you would need to use https:// for your url instead of http://. Also you will need an SSL certificate for port 443. Finally you need to make sure you don't have a firewall blocking this traffic.

Re: CSWeb Server Setup

Posted: June 17th, 2017, 6:30 am
by arkagwa
The same applies to me "Whoops, looks like something went wrong" BUT if i write this http://localhost/csweb/ui/ i get the login page