reset password
Author Message
Gayaneh
Posts: 40
Posted 18:57 Sep 30, 2012 |

I have modified build.properites file as follows:

..........

app.school=csula
app.url=http://localhost:8080/csns2
app.email=csns2@localhost.localdomain
app.file.dir=C:\CS520\csns2\files
app.log.dir=C:\CS520\csns2\logs

...........

## The database for operational use.
db.url=jdbc:postgresql://localhost:5432/csns2
db.username=cysun
db.password=abcd

When I try to run csns2 project, I get into "Runtime Error" page, which shows the message I modified in default.jsp....


... and no log files is being generated in C:\cs520\csns2\logs what could the cause be?

when I try to go to :

http://localhost:8080/csns2/submission/list?assignmentId=1000503

then I am prompted to login, and when I enter the above user and password it shows the

login error page


I have done every steps to create the user and the csns2 schema and run the scripts into it. I only had csns-create.sql and

csns-test-insert.sql scripts, unlike the video which shows another script with the name  csns-insert.sql

Here is the screenshot of my database:

Attachments:
cysun
Posts: 2935
Posted 21:08 Sep 30, 2012 |

You need to use forward slash (i.e. "/") in path.

Gayaneh
Posts: 40
Posted 21:31 Sep 30, 2012 |

Resolved... Thanks!