Rich Walton

Greenhorn
+ Follow
since Sep 16, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rich Walton

so you really need to create a role in your tomcat-users.xml called admin
eg.
and then a user with admin role eg.


and the same thing for the manager role

and then you can either create a new manager user or just add manager role to the admin user eg.


but Bill is right before you go any firther do some reading up on Tomcat and how to configure it etc. you dont want to open your web server to problems :-)
19 years ago
have you got this before your connection pool declaration in server.xml?


replace contextname with your context name

here is mine
19 years ago
dont know if this fits your requirement, but how about using some javascript?

that will give you a link that when you click will take you back
19 years ago
Hi

We going to need a bit more info to help you out, coudl you send us the code where your are forwarding to the jsp?

Thanks
Rich
19 years ago