Hosting Gratis JSP


Hi arisusanto
Your Free Trial Account is activated.
Start using your account by http://s156.eatj.com for logging in.
For first time user, please check http://s156.eatj.com/index.jsp?url=getting_started.html for Getting Started
Please check http://s156.eatj.com/index.jsp?url=faq.html for FAQ.

For settings,
1. Login to your eatj.com account.
2. Click Help on menu.
3. Click Settings.

Thanks
eatj.com support





1. Register an account at Click here.

2. You need to select your user name and specify your email (preferably a gmail or a yahoo mail address). The user name is also your application ID (appID) and your MySQL database name. Login to your eatj.com account and restart your server. You will see your sub-domain. For example, if your user name is john: your appID is john, your MySQL database name is john and your subdomain is john.s43.eatj.com or john.s41.eatj.com.

3. You will recieve a confirmation e-mail. Once you click the link in your email, your account will be created. If you didn't recieve the e-mail, please e-mail us support(AT)eatj.com.

4. Login to your account. Click Start to start your Tomcat server.

5. You will see your URL on top such as http://john.s155.eatj.com. Click it. You will see your Tomcat home page.

6. Download the sample war file, ROOT.war.

7. From 'My Account,' upload the WAR file (ROOT.war) you just downloaded. Make sure it has ".war" file extension. If it has ".war.zip", remove ".zip".

8. Wait till the upload finishes, and then restart your server. You will see your URL on top. Click it. You will see the sample home page.

9. To make your first JSP page work, you download sample.zip.

10. Unzip the sample file to a temporary location, like "C:\temp\mysample"

11. In "C:\temp\mysample", rename "hello.jsp.bak" to "hello.jsp".

12. If you did not install J2SE, download it from http://java.sun.com/j2se/index.jsp (you must use J2SE 5.0).

13. In the DOS command line prompt, type "cd C:\temp\mysample".

14. In the DOS command line prompt, and while in "C:\temp\mysample", type "jar cvf ROOT.war ."(Notice a dot ".") to create a ROOT.war file.

15. Upload the ROOT.war file (ROOT.war is case-sensitive; it must be upper-case).

16. Restart your server. You will see your url on top. Click it and add /hello.jsp at end. You will see your hello.jsp.



1. Why is my JVM down?
For BASIC or ADVANCED account, you can set up your server under 24x7 monitoring. If your server is under monitoring, your server will be never down. For Free Accounts, in order to save resources, we shut down your Tomcat JVM at 4:00 AM, 10:00 AM, 4:00 PM and 10:00 PM (PST). If you are subscribed to a Free Account and testing your application, you can restart your account whenever it has stopped.

2. How could I access my MySQL database?
You can click on MySQL Admin menu and put username/password which is same as your account username/password. JDBC url for MySQL 4.1 is "jdbc:mysql://localhost/?autoReconnect=true". JDBC url for MySQL 5.0 is "jdbc:mysql://localhost:3307/?autoReconnect=true".

3. Where can I find samples source code for connecting to a database?
You can download sample.zip (check DBConnector.java and DBUtil.java).

4. How can I upload my webpage files?
Pack your application as a WAR file, and upload it from 'My Account' after logging in. Or you can use FTP to upload files. For ADVANCED accounts, in addition to using our website to upload the WAR file, you also can use scp or sFTP.

5. Can I change the port number?
No. If you change any port number, your application will not work.

6. What is my Tomcat administrator username and password?
Your Tomcat username/password is admin/.

7. Can I access my Linux account?
Yes. You can access your account using ssh (Only for Advanced accounts). Your password is same as your account password.

8. On my home page, it only displays Tomcat page. How can I change to my page.
Rename your war file to ROOT.war and upload the ROOT.war (Must be upper-case ROOT.war)

9. What is your name servers (DNS)?
Our name servers are ns41.atos-renovation.com and ns42.atos-renovation.com.

10. How could I manage my e-mail accounts?
E-Mail Administration is only for BASIC or ADVANCED accounts. First, you must have your own domain name. Second, login your eatj.com account and put your domain name at bottom. Click 'Mail Admin' to log in. Username is postmaster. Password is same as your eatj.com account password. After login, you can create mail accounts (For example, sales@yourdomain.com, customer_service@yourdomain.com...)

11. How to cancel my account?
Login to your PayPal account and cancel your subscription from there. For these using credit card, open a ticket https://support.2co.com/deskpro/newticket.php

12. How to connect to POP3 server?
For BASIC or ADVANCED account, You can use our POP3 server to receive mails. POP3 server name: s44.eatj.com. Username: @(For example, support@mydomain.com)

13. How to connect to FTP server?
For host name, login to your account and you will see. Username/password are same as your eatj.com account. If you have firewall, please use passive mode. Once you login to your ftp account. You are in your $TOMCAT_HOME directory. You can change any settings you want except heap size.

14. How to send mails using eatj SMTP?
This feature is not for Free Trial account. Limit is 500 mails a day. SMTP server is s155.eatj.com. Username/password are same as your eatj.com account username/password.

15. How to use php in eatj.com?
Login to your eatj.com account. Click your php link. You will see HOW TO.