Knowledgebase
Portal Home > Knowledgebase > Java Hosting - Tutorials
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Can I use Struts?
Yes. You can use Struts by uploading the Struts libraries /WEB-INF/lib. There's nothing extra...
Views: 553
Deploying JSPs & Servlets
JSP & Servlet Operation
cPanel (with the mod_jk module) has JSP and servlet functionality...
Views: 830
How do I stop/start my tomcat server?
You have to open up support ticket in Technical department, requesting for tomcat...
Views: 627
How to connect to MySQL with JSP/JDBC?
<%@ page import="java.sql.*" %><%@ page import="com.mysql.jdbc.Driver" %><%!//...
Views: 879