如何验证eclipse-SDK-3.1.1-win32.zip+lomboz-emf-gef-jem-3.1RC2.zip已经搭建好?

ntxs 2006-01-25 09:11:58
昨天翻了CSDN里的所有相关帖子,也看了网上一些资料。
发现好多人对这样的搭配感到疑惑。

按照帖子的回答,我的工程应该是搭建好了,只是没有配置。

那么我想运行最简单的JSP。

能否请高手把详细步骤写出来:(如: 建文件夹和工程, 引入那些包。。。接着怎么运行等等)
只要出个很简单的jsp程序就可以了。

我打算过年就在家学习jsp,所以请大家多帮忙。

祝大家新年快乐。
...全文
937 27 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
27 条回复
切换为时间正序
请发表友善的回复…
发表回复
ntxs 2006-02-14
  • 打赏
  • 举报
回复
用了WTP

问题解决了
datalover 2006-02-04
  • 打赏
  • 举报
回复
学习
liyinfei6688 2006-02-01
  • 打赏
  • 举报
回复
主要事labzom的配置,我以前是用LABZOM后来我就用MYECLIPSE
  • 打赏
  • 举报
回复
建立工程时,设置的虚拟root目录是什么?
如果是testJSP,检查index.jsp是否放置在testJSP/Webcontent下

红楼梦魇 2006-01-27
  • 打赏
  • 举报
回复
建议你用myeclipse插件,我觉得收费的好用,稳定
bosedom 2006-01-27
  • 打赏
  • 举报
回复
试试在在项目的build path里添加JDK里的tools.jar。项目的属性--〉Java Build Path-->Library-->JRE System Library里添加JDK\lib里的tools.jar
aiirii 2006-01-26
  • 打赏
  • 举报
回复
>>10061 - Connection refused
关掉你电脑的防火墙 看如何
ntxs 2006-01-26
  • 打赏
  • 举报
回复
早上来看。。。还是没解决阿 :(
Mark_Chen 2006-01-25
  • 打赏
  • 举报
回复
若是要学习jsp
我觉得eclipse+MyEclipse+tomcat 就已经足够了
而且很好用
ntxs 2006-01-25
  • 打赏
  • 举报
回复
to: aiirii

谢谢你的回答

但是3。1似乎已经改版了,根本没有lomboz选项
aiirii 2006-01-25
  • 打赏
  • 举报
回复
至于开发:

http://hedong.3322.org/archives/000437.html

http://tech.163.com/05/0309/10/1ED8505500091589.html

使用Eclipse开发Jsp
aiirii 2006-01-25
  • 打赏
  • 举报
回复
http://www.objectlearn.com/index.jsp

http://forge.objectweb.org/project/download.php?group_id=97&file_id=3967

也可在下载一个 带 eclipse 配置好的, 直接可以用


aiirii 2006-01-25
  • 打赏
  • 举报
回复
window】--->【Preference】左侧菜单上跟本找到lomboz一项
就说明你配置完成了
ntxs 2006-01-25
  • 打赏
  • 举报
回复
10061 - Connection refused
Internet Security and Acceleration Server

这个问题怎么解决哦??? 郁闷一下午了 :(
ntxs 2006-01-25
  • 打赏
  • 举报
回复
发现问题了:

在我的log信息里面,没看到 deploy 的东西,是不是这个问题呢? 如何解决呢?
ganquan1104 2006-01-25
  • 打赏
  • 举报
回复
和这个没关系.
我也没办法了.不知道你那里的具体环境!
ntxs 2006-01-25
  • 打赏
  • 举报
回复
http://localhost:8080/testJSP/index.jsp

没错

但是我的xml文件有错 看看上面的log
信息: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[]

是否跟这个有关系呢?
ganquan1104 2006-01-25
  • 打赏
  • 举报
回复
8080端口,这个也没错吧.
ntxs 2006-01-25
  • 打赏
  • 举报
回复
这是我启动tomcat的log信息:

2006-1-25 13:40:04 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2006-1-25 13:40:04 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1543 ms
2006-1-25 13:40:04 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2006-1-25 13:40:04 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/5.5.9
2006-1-25 13:40:04 org.apache.catalina.core.StandardHost start
信息: XML validation disabled
2006-1-25 13:40:05 org.apache.catalina.startup.ContextConfig applicationWebConfig
信息: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[]
2006-1-25 13:40:05 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2006-1-25 13:40:05 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2006-1-25 13:40:05 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/70 config=null
2006-1-25 13:40:05 org.apache.catalina.storeconfig.StoreLoader load
信息: Find registry server-registry.xml at classpath resource
2006-1-25 13:40:05 org.apache.catalina.startup.Catalina start
信息: Server startup in 1712 ms


路径没问题。。。
ganquan1104 2006-01-25
  • 打赏
  • 举报
回复
你启动tomcat后,在浏览器上敲入http://localhost/test/aaa.jsp,行不行?看看jsp文件的路径放得对不对?
加载更多回复(7)

58,452

社区成员

发帖
与我相关
我的任务
社区描述
Java Eclipse
社区管理员
  • Eclipse
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧