1.send the data from *.txt to the sqlserver

use method as:
int i=str.indexOf(" ");
 
 StringTokenizer str1=new StringTokenizer(str.substring(i+1)," ");
 while(str1.hasMoreElements()){
   //method(),two "for" circle;
}

2.page forward in servlet
1).HttpServletRespose.sendRedirect( java.lang.String  location);
2).Request Dispatcher.forward();


the difficulty : on two difference server  run the system