Where can I host my JSP site?

oulee

New member
I'm looking for a hosting for my JSP site with MySQL database. Does anyone has experience with getting JSP site hosted, which is both efficient and affordable?
 
For enabling .jsp pages on a website you need to modify your 'cp_jkmount.conf' by inserting following code.

<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
JkMount /*.do ajp13
</IfModule>
 
For enabling .jsp pages on a website you need to modify your 'cp_jkmount.conf' by inserting following code.
will it work?

I think the person is asking where he can host jsp sites

For hosting jsp sites, you need a webhost that supports this (if you want to go for Shared Hosting)
If you go for VPS then you can install Java and continue to host your jsp site
 
I'm looking for a hosting for my JSP site with MySQL database. Does anyone has experience with getting JSP site hosted, which is both efficient and affordable?

FYI, the hosting in ma signature doesn't support JSP, I think you didn't notice well.
 
Many cPanel hosting providers supports jsp hosting. Please google for it and you will see list of webhosting providers.
Out of these you can choose anyone of them who meet your requirements to host your jsp sites.
 
You get many site which provide JSP hosting on Google search and if you get any site please share your experience with us
 
Back
Top