| Eclipse with JBOSS for JSP [message #501718] |
Thu, 03 December 2009 10:19  |
Tushar 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 #501767 is a reply to message #501729] |
Thu, 03 December 2009 12:45   |
Tushar 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 12:58] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.01537 seconds