Forum: Java Jun 28th, 2008 |
| Replies: 5 Views: 29,396 Thanks for all the above replies.. My problem is solved and have used the regexes in Java .. here is one more methods i would like to share as this topic is becoming interesting..
for (int i = 0; i... |
Forum: Java Jun 26th, 2008 |
| Replies: 5 Views: 29,396 Hi every one,
Can anyone give me some idea about this!
I need to check a string is numeric or not.
Example:
if string is 1111111111 returns true
if string is 11111111aa returns false
if... |
Forum: Java Aug 21st, 2007 |
| Replies: 0 Views: 3,046 How do i create a session time out?
i have tried with
<session-config>
<session-timeout>1</session-timeout>
</session-config>
in web.xml file but nothing seems to happen after 5 min.. if... |
Forum: Java Aug 21st, 2007 |
| Replies: 2 Views: 3,142 Thanx i was able to configure it |
Forum: Java Aug 20th, 2007 |
| Replies: 2 Views: 3,142 I have configured my tomcat to work on port 80 so when i press http://localhost/ i gets the default page of tomcat.
I have a web apps under webapps folder and it has the starting page as login.jsp.... |