Deepanjali Reddy

Greenhorn
+ Follow
since Jan 23, 2011
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 Deepanjali Reddy

Thanks Mark.
After adding the jars to war , tomcat identified spring libraries and started without errors.

--Deepa.
12 years ago
Hi,

I was trying to setup a new project using spring 3.1.0, Eclipse Helios and Tomcat 6. I am not using maven / ant.
I created a dynamic web project in eclipse and added all spring libraries to the project as "external jars".

I have added spring configuration in web.xml as mentioned below.



The project built successfully with all spring classes and when I started tomcat, the below exception is thrown.


I suspect tomcat is not identifying spring libraries.
one solution is already suggested by group members which requires maven.
could somebody just let me know if it is possible to fix this problem without using maven / ant?

Thanks in advance.
Deepa.
12 years ago
Thanks Bear Bibeault.

I understood that The javascript code won't be a part of the servlet.
13 years ago
JSP
Hi,

Is there any way to handle the session expiry event from web.xml?

usually we will do it in a servlet by checking the session expiry time and if it is expired, we will redirect it to another jsp which is usally the login page with a message saying that the session has expired.

but is it possible to do it from web.xml? i mean in an existing application, where we have thousands of servlets, it is not possible to handle the event in each servlet. I was just checking is there any other way of doing it in a centralized way.

Thanks .
Deepa.
13 years ago
Hi,

If a jsp has javascript code embedded in it, What happens to the javascript code at the time of tranformation of that jsp into servlet?

I mean when the jsp gets converted into a servlet, how the javascript code managed?

Thanks.
Deepa.
13 years ago
JSP
Hi De,

Thanks for the post.
It fixed the same problem for me.

--Deepa.
13 years ago