Today i came to know how to set default webapplication. I mean that when you install tomcat in your system. When you open your-machine-ip:8080 then tomcat application is displayed but to configure your application on first page is really easy. It is actually loading root application which comes with your tomcat free. Just add following [...]
Archive for the ‘Java Box’ Category
Tomcat Change Default Web Application
Posted: May 13, 2009 by Narendra Shah in Java BoxTags: change tomcat port, disable tomcat session, tomcat change default application, tomcat change default webapps, tomcat change webapp, tomcat root
Sharing here link only and not real content. Some times i am having problem to configure tomcat and apache. Each time i need to google but today i thought to put link for it. HOWTO : Installing Web Services with Linux / Tomcat / Apache / Struts / Postgresql / OpenSSL / JDBC / JNDI [...]
Verify your java script
Posted: November 20, 2008 by Narendra Shah in Java BoxTags: check java script, check js script, compile JSP, java script error, test java script for error
When we design Java script, we are missing many things. So now onwards if you want to check your java script code then test it in the following URL. You just need to copy your java script function and click on JSLint. It shows possible error. http://www.jslint.com/ More info. about it is in below given [...]
About Robot class and robots.txt
Posted: November 13, 2008 by Narendra Shah in Java BoxTags: java robot, Robot, robots.txt
JDK 1.3.1 includes one class named Robot. which is doint very important work like you can automate one system which will click , type characters every thing withing java class control. If you try it then you can enjoy it. The biggest benefit which i am seeing is that you can automate testing like activity. [...]