Rohan Patil

Greenhorn
+ Follow
since Jan 04, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rohan Patil

Hi Everybody,
I was using Tomcat 4.1.18. I am using struts, My webapplication is running fine on Tomcat4.1.18 but when I shifted it to Tomcat5.5, I get the following error,Can anyone help me to solve this problem ?
Thanks in advance
----
HTTP Status 500 - No action instance for path /login could be created

type : Status report

message : No action instance for path /login could be created

description : The server encountered an internal error (No action instance for path /login could be created) that prevented it from fulfilling this request.

Apache Tomcat/5.5.7
19 years ago
Hi Everybody,
I am getting the following error whicle connecting to DB.
68068 [Thread-5] ERROR db.DBUtil - java.sql.SQLException: [Microsoft][SQLServer
2000 Driver for JDBC]Error establishing socket.
68078 [Thread-5] ERROR application.LoginApplication - class:LoginApplication Me
thod:authenticate

Can anyone help me to solve this problem ?

Thanks in advance.

Regards
Rohan Patil
Hi
I am using Tomcat server.




Originally posted by ss_java:
wht web server r u using?

19 years ago
JSP
Hi Every one,
My JSP page is reading the data from cache, is there anything to sort out this problem ?
Thanks in advance.

Regards
Rohan
19 years ago
JSP
Hi !
If you are not using EJB, then use in your JSP or Servlet
con.setAutoCommit(false);
After doing your trans. processing, use
com.commit() or com.rollback() as per ur req.
Write java Test(application name) in the batch file and exceute that batch file on the prompt
Regards
Rohan
23 years ago