Forum: JSP Mar 16th, 2007 |
| Replies: 3 Views: 3,509 Yes i can start a timer inside the servlet init Method but how to set the servlet sothat it will startup automatically in my web application. Do i use listener in web.xml or any other way are there... |
Forum: JSP Mar 13th, 2007 |
| Replies: 3 Views: 3,509 Hi Experts,
I have written a Servlet file which sends email to a user .When if i run that servlet file in command Prompts it sends a email .Now i want that servlet file to be automatically... |
Forum: JSP Feb 27th, 2007 |
| Replies: 2 Views: 6,871 Hi Experts,
I have a small problem in my Projects. I need to insert the registration data into two differnt database table.I am using jsp code to do that opration. Pls Tell me some way in which i... |
Forum: JSP Feb 22nd, 2007 |
| Replies: 14 Views: 21,957 Hi Techkar,
I have the same requirement as u have. In my project i have to send a automatic email to that users who are idle i mean not updated their data in our data base for some times. or some... |
Forum: JSP Feb 12th, 2007 |
| Replies: 1 Views: 2,642 Hi Experts,
Can i put my JSP web application into Windows IIS server .Now its working fine under Tomcat 4.1 server .But i want to put it in to my IIS server .Is it possible ..If yes pls let me... |
Forum: JSP Feb 8th, 2007 |
| Replies: 2 Views: 5,557 in my each jsp page i have to write this code to connect with Mysql database
Class.forName("com.mysql.jdbc.Driver").newInstance();
String url ="jdbc:mysql://35.212.176.25/tri";
... |
Forum: JSP Feb 8th, 2007 |
| Replies: 2 Views: 5,536 Hi to all Members,
I have a problem .pls solve it. My problem is i create a registration page where i put 3 text fields : Name ,Email Addres, Password.After entering the data when the user click... |
Forum: JSP Jan 25th, 2007 |
| Replies: 4 Views: 2,041 I have a static IP , So is is it require to register a DNS name from the out side provider . |
Forum: JSP Jan 25th, 2007 |
| Replies: 4 Views: 2,041 Hi Pls tel me how i can host my own web site in my own server. I am using jsp, html as my front end and Mysql as my backend and Tomcat as my web server |
Forum: JSP Jan 23rd, 2007 |
| Replies: 3 Views: 5,188 Hi all,
I am new member in this community.I am a software developer in java/j2ee platform. Recently i have develop a web site in jsp. I use Tomact 4.1,Mysql data base . Now its working fine inside... |