Tomat - install as a service for Windows
1. run cmd.exe as an administrator\ go to the bin directory of Tomcat installation\ execute “service.bat install ‘name of service’” by default it will b...
1. run cmd.exe as an administrator\ go to the bin directory of Tomcat installation\ execute “service.bat install ‘name of service’” by default it will b...
The following example show how to configure log4j configuration file(log4j.properties) to log all messages.\ Main point is that rootLogger has to be configur...
1. Add the following code in applicationContext-config.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 5...
1. Bower\ create a file .bowerrc in C:\Users\userId directory.\ content example\ 1 2 3 4 { "proxy":"http://user:pass@host:portId", "https-proxy"...