Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Eclipse with JBOSS for JSP
Eclipse with JBOSS for JSP [message #501718] Thu, 03 December 2009 15:19 Go to next message
Tushar  is currently offline Tushar Friend
Messages: 2
Registered: December 2009
Junior Member
Hi,

I am using eclipse jee ganymede 3.4.2 sr2 win32. I have trouble using jboss with eclipse.

I have successfully installed jboss with eclipse. The server is running webpages but without the eclipse IDE.

I am not even able to run a jsp page on eclipse .Is there a tutorial or a step by step guide to run jsp on eclipse with jboss
Re: Eclipse with JBOSS for JSP [message #501729 is a reply to message #501718] Thu, 03 December 2009 15:34 Go to previous messageGo to next message
Wolfgang Knauf is currently offline Wolfgang KnaufFriend
Messages: 63
Registered: July 2009
Member
Hi,

maybe this helps: http://www.windofkeltia.com/j2ee/wtp-tutorial.html#launch

Though it is about Tomcat, there should be not much differences between starting
a web app on JBoss or Tomcat.

Best regards

Wolfgang
Re: Eclipse with JBOSS for JSP [message #501767 is a reply to message #501729] Thu, 03 December 2009 17:45 Go to previous messageGo to next message
Tushar  is currently offline Tushar Friend
Messages: 2
Registered: December 2009
Junior Member
While running a jsp page on a jboss server it shows me that the navigation to webpage was cancelled.
The jsp page is compiled without errors.
Still it shows "NAvigation to webpage was cancelled".



<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<p><%=new java.util.Date()%> </p>
<body>

</body>
</html>

[Updated on: Thu, 03 December 2009 17:58]

Report message to a moderator

Re: Eclipse with JBOSS for JSP [message #501892 is a reply to message #501767] Fri, 04 December 2009 10:22 Go to previous message
Wolfgang Knauf is currently offline Wolfgang KnaufFriend
Messages: 63
Registered: July 2009
Member
Hi,

this does not seem to be a JBoss/Eclipse problem, but a matter of your windows
installation:
http://www.google.com/search?q=navigation+to+webpage+was+can celled

Hope this helps

Wolfgang
Previous Topic:Non-Internalization of WST APIs for EMF persistence, loading and synchronization
Next Topic:How to extend Web Page Editor??? migration from europa to galileo
Goto Forum:
  


Current Time: Thu Apr 25 23:16:44 GMT 2024

Powered by FUDForum. Page generated in 0.03288 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top