|
Re: Eclipse Scout Helloworld - Initialization Failed [message #1739531 is a reply to message #1739416] |
Tue, 02 August 2016 17:06 |
|
Madan Parameswaran wrote on Mon, 01 August 2016 03:55Hello,
I am new to scout. I followed the tutorial, launching the server and ui within eclipse works. However, after deploying the war files on tomcat and logging in (either with scott or admin) leads to an initialization failed error.
I have not worked with tomcat either. Is there a way to see the logs to see what could be causing this?
If that happens, the initial startup request to the server failed. The UI is therefore not initialized and got no texts or other information from the server, therefore it can only display this very basic error message.
To find the real cause of the problem, you have to check the server logs. The exact location of those depend on your logging configuration (the tomcat docs for details). A good point to start your search would be the "logs" directory inside the tomcat installation directory. Under a Linux environment, "/var/log/tomcat" or similar is also not uncommon.
Regards,
Beat
|
|
|
Re: Eclipse Scout Helloworld - Initialization Failed [message #1742535 is a reply to message #1739416] |
Sat, 03 September 2016 07:18 |
|
If you do a simple deployment on one tomcat, you need also to change the proprty scout.server.url, which is not described in the scout getting started documentation. If you run your tomcat on port 8080 and on the same server, you might change the proprty as follows. (your.app.name is what your backend server name is which is ok by default)
scout.server.url=http://localhost:8080/your.app.name
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03822 seconds