May be its silly question, but I want to know that Is there any way to use JSP-SQL based chat application on existing PHP-MySQL website?
Asked
Active
Viewed 111 times
0
-
If you install Tomcat alongside Apache/PHP then sure. – developerwjk Feb 28 '14 at 23:47
1 Answers
0
I think it depends on environment, do u have web server that supports both php and jsp? You need to have php module on in apache and u have servlet container like tomcat on the same apache to be able to do it. Why do not u just use php since the app will be part of php/mysql web site?

Elbek
- 3,434
- 6
- 37
- 49
-
i don't know it. i am using xampp 1.8.2 server. Does it support JSP? @Elbek – FarwallGhost Feb 28 '14 at 18:02
-
-
-
There is, but is requires some admin work on server. Check this. http://stackoverflow.com/questions/779246/run-a-php-app-using-tomcat – Elbek Feb 28 '14 at 18:24