Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » Default login form after deploy to Tomcat 9(How to don't show built in login form and use custom login)
Default login form after deploy to Tomcat 9 [message #1744815] Fri, 30 September 2016 09:19 Go to next message
Eclipse UserFriend
Hy to all,

we finished migrating our little lab system from eclipse scout mars to eclipse neon.

If we export project with parameter scout.dev.mode=true we don't see buildin login form, but we see our custom login form.

Exported project is available in HTTP, not in HTTPS.

Thanks
Amel
Re: Default login form after deploy to Tomcat 9 [message #1756088 is a reply to message #1744815] Fri, 10 March 2017 14:21 Go to previous messageGo to next message
Eclipse UserFriend
Hi Amel,
i'am also working with scout but it's new to me.
as far as i understand the login form will only appear if this parameter has been set as false.

try to difine this parameter as
scout.dev.mode=false
Re: Default login form after deploy to Tomcat 9 [message #1756089 is a reply to message #1744815] Fri, 10 March 2017 14:21 Go to previous messageGo to next message
Eclipse UserFriend
No Message Body

[Updated on: Fri, 10 March 2017 14:22] by Moderator

Re: Default login form after deploy to Tomcat 9 [message #1756118 is a reply to message #1756089] Sat, 11 March 2017 13:19 Go to previous message
Eclipse UserFriend
Hello Amel

Like Marco already mentioned, if scout.dev.mode is set to true the login form will not appear. Also, you're request will be handled by the DevelopmentAccessController (see UiServletFilter.java).

If you export (and deploy) your application, you should have set scout.dev.mode to false - since this is only for dev purposes as the name already indicates.

Thus, the login form appears and will be handled by the FormBasedAccessController.

Kevin
Previous Topic:Scout Jasperreports integration
Next Topic:[oxygen] Missing javax.wsdl 1.6.2 on installation
Goto Forum:
  


Current Time: Tue May 13 07:02:08 EDT 2025

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

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

Back to the top