This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
i have created a workspace in eclipse that handles the recieving of mail using the java mail API. This code creates a server to recieve messages and store them in a database.There are jsp pages stored in the webapps directory of tomcat that will be used by a client to query the database stored on the server.I want to start the server when the jsp page loads. How do i include the eclipse files into my jsp pages? Thanks Divya