Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Cannot login with deployed helloworld project
Cannot login with deployed helloworld project [message #1793749] Wed, 15 August 2018 07:00 Go to next message
Erich Steiger is currently offline Erich SteigerFriend
Messages: 1
Registered: August 2018
Junior Member
I created a new helloworld-Application with Eclipse Neon (Scout Version 7.0.300.005_Oxygen_3) which I built with maven and deployed the wars to tomcat8. I am not able login with the default users admin/admin or scott/tiger as described here eclipsescout.github.io/7.0/beginners-guide.html

I modified the config.properties file to
scout.server.url=http://localhost:8080/org.eclipse.scout.apps.helloworld.server

I did not any other changes to the generated project. I deployed the war-files into the same tomcat8 instance (just for test)
Re: Cannot login with deployed helloworld project [message #1793761 is a reply to message #1793749] Wed, 15 August 2018 11:14 Go to previous message
Beat Schwarzentrub is currently offline Beat SchwarzentrubFriend
Messages: 205
Registered: November 2010
Senior Member
Hi Erich

There are a lot of reasons why the login could fail. Without any idea what could be the problem, the quickest way to find the cause, is to start Tomcat in debug mode, attach a debugger (in Eclipse, you can do this using a "Remote Java Application" run configuration) and then install some break points in the security filter and follow the execution flow. A good starting point for this would be UiServletFilter.doFilter() or ConfigFileCredentialVerifier.

Are you using HTTP? If yes, please ensure that you made the necessary modifications described in chapter 2.4.3: http://eclipsescout.github.io/7.0/beginners-guide.html#update-the-scout-application-to-work-with-http

Regards,
Beat
Previous Topic:PostgreSQL in Scout 8.0.0.010 Photon
Next Topic:Charts Component in Scout
Goto Forum:
  


Current Time: Thu Apr 25 07:39:37 GMT 2024

Powered by FUDForum. Page generated in 0.02219 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top