Skip to main content

Posts

Showing posts with the label when

Top most reply of a girl when you propose her

Top most reply of a girl when you propose her 1) Nahi........ ......... 2) Chiiiii..... Kitne gande vichar hain tumhare..... .. 3) Maine tumhe sirf ek acche dost ki nazar se dekha hai .... 4) Mera pehle se ek boyfrnd hai.... 5) Main in baton pe vishwas nahi karti, apne padhai pe dhyaan lagao... 6) tum abhi tak mujhe jaante kahan ho ?Yeh shayad infatuation hai.... 7) Tumhara bank balance kitna hai�?? 8) Magar last year to Maine tumhe raakhi baandhi thi ..hai naa..bhaiyya. .?? 9) Mein abhi is relation ke liye mentally prepared nahi hoo.... 10) Mein apne dady se pooch ke tumhe kaal answer karu�?? 11) Itni is baat kehne ke liye itni der lagaa di?? 12) Ye donon ke dil me hai na, to phir kya kehna!! 13) Sorry 14) "��Apna chehra kabhi aayine me dekha hai�.. L���� " 15) "Main toh tumhe apna Bhai maanati hu" 16) "Yes .. I too like you � (but hope you dont cheat on me ) " � (Which guys most oftenly do ) 17) Phele kyon nahi bataya AB tum late ho gaye .. 18) Tum agar ...

Tomcat modules classes auto reload and published in Tomcat Server when changes made to the web project

Tomcat modules classes auto reload and published in Tomcat Server when changes made to the web project When using the spring tool suite, you will have the ability to auto-reload modules and auto-publish the updated project in tomcat server whenever you made changes to the codes in your web project. To enable this feature, double-click your Tomcat server instance in the "Servers" tab in the IDE, and do the following steps: 1. Check the option "Modules auto-reload by default" under the "Server Options" section (or check the "Enable Java-agent reload behavior" option under the "Application reload behavior section", depending on your IDE) 2. Select the radio option "Automatically publish when resources change" under the "Publish" section Now restart your Tomcat server, and whenever you made changes to your code, your changes will be immediately reflected on the changes in the web pages. Note that if you do not have the o...