Jump to content
xisto Community
Sign in to follow this  
uapconsole

Learningtrail With Tomcat

Recommended Posts

I recently became a hosted member and began studying deployment. Since Xisto uses Apache, I read some documents regarding this server technology. I am certain that this post is novice-level information and simply chronicles my own personal "learning trail."

I have always found Wikipedia to be a good knowledge-base regarding Java-related documentation. Thus, I did a search for Apache via http://en.wikipedia.org/wiki/Main_Page and came across Tomcat.

I was already aware of Java Application Server but did not know much about how to deploy Java code from Apache servers. This is where Tomcat comes in.

Tomcat is an Apache technology for deploying Java code. First, my thought was, "alright, simply deploy a *.jar file from Tomcat. Well, I began reading about .war files, or "web archive" files, very similar to a Java Archive File. When the Java code is encompassed within a .war file, it can then be deployed via Tomcat.

I will be reading and posting more on my little learning trail and appreciate any corrections and feedback.

Thanks,
Demirelli

Share this post


Link to post
Share on other sites

Jackarta-Tomcat is a very good starting point for studying Web development; the distributiveis is free and quite small +there are couple of sample applications ("jsp-examples etc.), that can be simply copied, renamed and used as templates for you new Web application.On another hand,Tomcat Web Server re-starts very quickly, that's why it is a very effective for different testing purposes: I often use Tomcat for debugging and testing frontend-parts of big commercial applications:The simplient structure: HTML/Javascript on client side <- JSP/Servlets on frontend <- MySQL as datastorage.Having this structure and using Tomcat/MySQL, I can create and test any basic conception of new big application, that will be developed later for other Web servers (like WebLogic etc.)

Edited by java-area (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.