CSWeb Server Setup

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
ishycienth
Posts: 8
Joined: May 22nd, 2017, 9:22 am

CSWeb Server Setup

Post 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.
manojsoni
Posts: 23
Joined: November 22nd, 2012, 11:55 pm
Location: Jaipur, India

Re: CSWeb Server Setup

Post 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
ishycienth
Posts: 8
Joined: May 22nd, 2017, 9:22 am

Re: CSWeb Server Setup

Post by ishycienth »

@ manojsoni

Thank you very much; your response was helpful. I have now resolved the issue.
ashishacharya
Posts: 6
Joined: May 31st, 2017, 4:53 am

Re: CSWeb Server Setup

Post 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.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: CSWeb Server Setup

Post 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.
arkagwa
Posts: 119
Joined: November 18th, 2014, 5:25 am

Re: CSWeb Server Setup

Post 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
Post Reply