Archive for the ‘Java Box’ Category

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 [...]

Apache Linux Tomcat configuration

Posted: April 30, 2009 by Narendra Shah in Java Box

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 [...]

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 Box
Tags: , ,

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. [...]