Page 1 of 1

XAMPP Add ons

PostPosted: 07. November 2010 08:24
by vijay070932
How to Configure XAMPP 1.7.3 for JSP .Is there any way to use MySql with JSP and Apache.Replay plz .

Re: XAMPP Add ons

PostPosted: 07. November 2010 12:00
by Altrea
To serve .jsp File you need to start Tomcat Server, which comes with the XAMPP 1.7.3 standard package (on other releases there is a Tomcat Addon you have installed first).
To connect to mysql in jsp files you can simply use the JDBC MySQL Connector.