Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Learningtrail With Tomcat
uapconsole
post Jan 15 2007, 10:04 AM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 24
Joined: 10-February 06
Member No.: 11,194



I recently became a hosted member and began studying deployment. Since Astahost 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 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
Go to the top of the page
 
+Quote Post
java-area
post Apr 19 2008, 05:36 PM
Post #2


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 47
Joined: 4-February 08
Member No.: 28,119



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.)

This post has been edited by java-area: Apr 19 2008, 05:44 PM
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Tomcat Wiki(1)
  2. Better Concept Overview Of Tomcat(0)


 



- Lo-Fi Version Time is now: 5th July 2008 - 07:50 PM