1234- / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
1 stars 0 forks source link

Wicket runs in development mode #530

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From catalina.out starting v1.6.2:

********************************************************************
*** WARNING: Wicket is running in DEVELOPMENT mode.              ***
***                               ^^^^^^^^^^^                    ***
*** Do NOT deploy to your live server(s) without changing this.  ***
*** See Application#getConfigurationType() for more information. ***
********************************************************************

Original issue reported on code.google.com by ron.smits on 7 Nov 2014 at 11:31

GoogleCodeExporter commented 9 years ago
Did you set web.debugMode = true ?

Original comment by James.Mo...@gmail.com on 10 Nov 2014 at 7:17

GoogleCodeExporter commented 9 years ago
No I did not set anything. This is a completely standard install. Base
folder is set as environment variable I'm context.xml. That way I can drop
in the new war without having to change anything.

Original comment by ron.smits on 10 Nov 2014 at 7:54

GoogleCodeExporter commented 9 years ago
Hmm. Curious.  If you have Powertools installed and have SSH configured we can 
confirm that the runtime setting of web.debugMode = false with an admin account.

ssh -l username -p 29418 hostname gb config --list | grep web.debugMode

Original comment by James.Mo...@gmail.com on 10 Nov 2014 at 9:00

GoogleCodeExporter commented 9 years ago
ron@mediaserver:~/tomcat/webapps/gitblit/WEB-INF$ ssh -l ron -p 29418
localhost
 gb config --list | grep debug
Enter passphrase for key '/home/ron/.ssh/id_rsa':
 mail.debug                                : false
 web.debugMode                             : false

Original comment by ron.smits on 10 Nov 2014 at 9:27

GoogleCodeExporter commented 9 years ago
If you want I can open the ssh gate for you so you can check this out?

Original comment by ron.smits on 12 Nov 2014 at 1:54