一个免费的jsp空间
空间大小:50MB
月流量:3GB
数据库:mysql4.1(1个)
java版本:5.0
tomcat版本:5.5
没有FTP 不过也还算方便
免费空间用来玩玩还行,毕竟jsp空间不太好找……
申请很简单,首页就有注册表单。不要用163信箱,会提示你收不到信,注册要激活的!
激活后登录就已经是免费空间用户了。
这里有详细的使用说明:
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. Your subdomain name will be .s43.eatj.com or .s41.eatj.com. 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.
选择用户名和信箱(推荐用gmail或者yahoo的信箱)你的用户名就是你的ID和MySQL数据库名,你的访问域名将是http://用户名.s41.eatj.com,比如你的用户名为kukat,那么你的访问地址就是http://kukat.s41.eatj.com/ 或者 http://kukat.s43.eatj.com/,MYSQL数据库名是kukat
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@eatj.com.
你会收到确认信,激活就可以了
4. Login to your account. Click Start to start your Tomcat server.
用你的账号登录,启动Tomcat(实际上已经启动了,或许你可以点下restart)
5. In your browser, type http://.s43.eatj.com or http://.s41.eatj.com (for example, http://john.s43.eatj.com). 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”.
上传ROOT.war 注意:如果windows自动给文件加上了.zip就去掉.zip
8. Wait till the upload finishes, then type http://.s43.eatj.com or http://.s41.eatj.com in your brower, and you will see the sample home page. If you cannot see sample page, restart your Tomcat server.
传完了再看看你的页面。如果看不到就重启下你的tomcat(restart)
9. To make your first JSP page work, you download sample.zip.
制作你自己的jsp页面,下载例子
10. Unzip the sample file to a temporary location, like “C:\temp\example”
解压到随便一个目录比如”C:\temp\example”
11. In “C:\temp\example”, rename “hello.jsp.bak” to “hello.jsp”.
把hello.jsp.bak改名为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).
没有J2SE的话就去下一个,必须是5.0以上的版本
13. In the command line prompt, and while in “C:\temp\example”, type “jar cvf ROOT.war .” to create a ROOT.war file.
用命令提示符,进入C:\temp\example,输入“jar cvf ROOT.war .”打包你的程序
14. Upload the ROOT.war file (ROOT.war is case-sensitive; it must be upper-case).
上传ROOT.war,注意ROOT.war是区分大小写的
15. Type http://.s43.eatj.com/hello.jsp or http://.s41.eatj.com/hello.jsp
输入你的访问地址比如http://kukat.s41.eatj.com/hello.jsp查看