On 3/1/2014 3:05 AM, Bruce Whealton wrote:
Hello all,
              Recently, I downloaded Java EE with the SDK.  When I went to
install it, it could not find the Java Run-time, the JRE.  I have Java SE
with the JDK installed and have used Java on my system.   When I installed
Java SE it included the JRE. Perhaps the problem is that I have Java SE
1.7u51 and the latest version of Java EE is 1.7u45, I believe.  So, I guess
when installing Java EE, the installer expects you to already have the Java
Run time installed?
              Next question is with regard to the server.  Is there any
reason one would run both Tomcat and Glass-Fish server?  I'm not really sure
what the differences between these two are.  Also, there is the issue of
ports.  When I installed Tomcat it runs on port 8080 (and a couple other
ports).  In a production environment one doesn't typically see the port
specified in a link.  Do we serve web pages using Tomcat on port 80 in a
production environment or how is this handled?  You can't have two servers
running on the same machine using the same port.

8080 is the default, but if you want to change it, it's as easy as changing a setting in server.xml and restarting. Yes, 80 is typically where you'll put it if TC is providing your default http services. If you have another http server (IIS, Apache HTTPD, etc), then you have to deal with the conflicts somehow. TC works fine for serving static web pages, so the others aren't necessary unless you need something from them that you can't get from TC.

Sorry, I can't help you with the other questions.


Thanks,
Bruce

++++++++++++++++++++++++++++++++++++++++++++++++
Bruce M Whealton
Web/ App/Software Developer with skills in Web Design
http://futurewavewebdevelopment.com
Online resume: http://futurewavewebdevelopment.com/myinfo/bw-cv-resume
Call or Text: 919-714-9993
++++++++++++++++++++++++++++++++++++++++++++++++



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to