google-code-export / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Unable to run a JSP file on Server,couldn't run that jsp file in Hosted Mode. #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running the JSP file on Server
2. Server Stopped Automatically
3. "Several ports (8005, 7070, 8009) required by Tomcat v6.0 Server at 
localhost are already in use. The server may already be running in another 
process, or a system process may be using the port. To start this server 
you will need to stop the other process or change the port number
(s)."...Error is showing.

What is the expected output? What do you see instead?
The default application will call a JSP file and will show the system date 
on the JSP page after Cliking the Submit Button on the HTML file.

What version of the product are you using? On what operating system?
Eclipse Europa Version: 3.3.1.1
cypal[1].studio.for.gwt-1.0
gwt-windows-1.5.3
Tomcat6.0

Please provide any additional information below.
can't able to run that JSP file in Hosted Mode.But when we are deploying 
that project on Tomcat 6.0 Server its working fine.

Original issue reported on code.google.com by indranil...@gmail.com on 31 Dec 2008 at 7:47

Attachments:

GoogleCodeExporter commented 9 years ago
Exactly same problem : JSP is show as plain text, not execute by server on 
hosted 
mode. The deploy mode with Tomcat 6.0 is correctly working.

Eclipse Ganymede 3.4.1 (SR1)
Cypal Studio for GWT 1.0
gwt-windows-1.5.3
apache-tomcat-6.0.18

Original comment by sjac...@gmail.com on 26 Jan 2009 at 11:26

GoogleCodeExporter commented 9 years ago
The solutions are here :
FRENCH : http://dotclear.placeoweb.com/post/Cypal-Hosted-Browser-GWT-Tomcat-JSP
ENGLISH : http://code.google.com/p/gwt-examples/wiki/jsp_pages

You need to map all jsp to addded org.apache.jasper.servlet.JspServlet class.

Original comment by sjac...@gmail.com on 27 Jan 2009 at 11:34