Thursday, March 31, 2011

How to make your own web server?Apache



Do you find this video helps to make your own web server?

Saturday, March 26, 2011

Week 8 poll analysis: What do you think about our blogs logo?

Link to us: http://snipurl.com/27pal8


The 8th week of our blog poll analysis. The result shows that 55% voter voted "Nice",9% Voter voted "Creative", 9% Voter voted "Still Acceptable and 27% voter voted "Too Bad".

Thursday, March 24, 2011

Crossword Puzzle Deadline

Link to us: http://sn.im/27omf4

Our blog word puzzle will be finish soon.The deadline is 25th March 2011 11.59p.m.(GMT+0800).IF you haven summit your answer you can send to us now E-mail.

The winner of the word puzzle,we will be announce in 1 week after deadline.The prize of this contest will be give to winner and we'll contact the person where to meet up.
Hope you all enjoy it.
Good luck^^.

Wednesday, March 23, 2011

Explain The Difference Between Apache and Tomcat



Content


Hello everyone!!My name is Lee Horng,Today i want to talk about what is the different between Apache and Tomcat. From week 6 pool analysis no people know what is the different between Apache and Tomcat.

The most prevalent use of the internet today is browsing. People all around the world find information by accessing data from other computers through their browser; but beyond that, people know very little. In order to communicate with the host computer, the browser would need to request pages from a http server that is run on the host computer. It would then be responsible for finding and providing you with the right pages.

An excellent and very popular web server around today is the Apache web server. It allows people who want to set-up their own web server to do so with very little trouble. Installing the Apache web server is the most basic thing you can do to support html and other related software.
The next step is to install more software that complements the web server like PHP or Tomcat.

Tomcat is another piece of software that is meant to enhance the usability and interactive experience that users experience with your website. Because Tomcat is also a server and it is also made by Apache, it is usually confused with the web server made by Apache. Just keep in mind that although they are both servers that are meant for use in the Internet, they also have separate and distinct roles to play.

Tomcat is a server that is meant to run applications that were written in Java and JSP (Java Server Pages). Java and JSP applications are type of scripts that can create dynamic tom-cat-serverpages much like PHP can. These scripts are then run on a Tomcat server where it can be accessed. It is open source software just like all the software created by Apache, and since it is open source it is also free. Tomcat offers a lot of advantages over its main competitor JRun one of which is hassle free installation; a lot of complaints have surfaced involving JRun installation.

If you are putting up a web server and you intend to have Java or JSP support on it, you might want to look at the offering that Apache has. The fact that they are made by the same group of people reduces the chances of encountering problem while operating scripts. Tomcat is currently the best at what it does and the Apache web server has also been recognized as a very competent and stable server to run. The features and stability alone are enough to sway anyone who wants to start their own servers, but the fact that both are free makes the offer irresistible. Thank You.

Sunday, March 20, 2011

Week 7 poll analysis: Do you know what is GoAhead Web Server?

After the 7th week of our blog poll analysis. The result shows that 8 voters(80%) out of 10 didn't know much about GoAhead Web Server while only 20% voter know about that.

Thursday, March 17, 2011

How to participate cross word puzzle?

Link to us: http://sn.im/27nym7
1.Fill in the required personal information as below and email it and the developer of this blog will send the cross word puzzle through E-mail.
Name :
Age :
Gender :
Email address:
Contact no. :
2.The deadline has set to submit before 24th March 2011 (GMT+0800).
3.Only a wiinner will be announce at 25th March 2011 and we'll send a email to winner to inform.
4.The prize of this contest will be give to winner and we'll contact the person where to meet up.


So participate now and grab the mysterious gift we prepared for you !!

Tuesday, March 15, 2011

What is NSAPI (Netscape Server Application Programming Interface)??

Link to us: http://sn.im/27d8zn
NSAPI (Netscape Server Application Programming Interface) is an (application program interface) that is provided with Netscape Web server to help developers build faster and more complex Web-based applications by extending the server capabilities. NSAPI, the Common Gateway Interface (CGI), and the Java and JavaScript-based server API are the three components of Netscape's Internet Application Framework. NSAPI is more than CGI efficient and safe.

Through the built-in server applications, NSAPI Netscape Enterprise Services to handle the HTTP request response exchange process. Netscape Server Application Server (SAF) prepared using the NSAPI server call these functions to handle the request sent by the client. Initialized at the beginning of the server from the client to wait for HTTP requests for resources, such as HTML documents, CGI programs, or image files. Uniform Resource Identifier of the request is made by and the client and the HTTP method of composition information. Request response process includes the following six steps:


1. AuthTrans, which verifies request information (name and password, for example);
2. NameTrans, which translates the in the request into a local file system path;
3. PathCheck, which checks the validity of the path and the authorization of the user for path access;
4. ObjectType, which determines the MMIE (Multi-purpose Internet Mail Encoding) type of the resource requested by the client;
5. Service, which is the response to the client; and finally,
6. AddLog, which adds related entries to the log file.
Each step contains multiple operations, the Server Application Function (SAF) implementation. Each SAF is a result code back to the server restored to illustrate the operation is not successful. Based on this result code, the server will choose to further steps, to the current step to the next SAF or terminate the program.

Do you think NSAPI is helpful??







Internet references

Netscape Server Application Programming Interface (SAPI), Retrieved on 15 March 2011
URL:http://searchsoa.techtarget.com/definition/Netscape-Server-Application-Programming-Interface

Saturday, March 12, 2011

Week 6 poll analysis.Do you know what is the difference between Apache and Tomcat?

Link to us :http://sn.im/27a30c






The bar chart above displayed our week 6th poll question analysis which is "Do you know what is the difference between Apache and Tomcat??" That was 75% vote "NO", 25% vote "NOT SURE" and that is no people vote "yes".

Thursday, March 10, 2011

Rules and regulation of word puzzle competition

Link to us : http://sn.im/26u31a

1.Participants must be a part of CSC 1122 class members of INTI International College Subang.
2.Each participants is only allowed to join the competition once.
3.Participants must send your personal details to us via email. Any refusal to comply will result in disqualification from the competition.
4.Our final result will be fair to every participants.
5.All entries answers must be sent to us before the deadline which is 25th March 2011.
6.No responsibility will be taken for lost for techical or other reasons after the closing date.

Wednesday, March 9, 2011

Introduction of JSP

Link to us: http://sn.im/26r22r

JSP(java server page) is a server-side programming technology that enables the creation of dynamic web pages and applications.IT can complete by embedding Java code into HTML,XHTML, XML, DHTML, or other document types. When a client such as a web browser makes a request to the Java application container, which is typically a web server, the static page is converted behind the scenes, and displayed as dynamic content to the viewer.It has been speculated that JSP was released to compete with PHP, a commonly used open-source programming language.JavaServer Pages technology allows Java code and select predefined actions to be inserted into static web page content. This code is compiled at runtime for each request made to the page.JavaServer Pages are usually compiled by a Java compiler.Java AJAX is form by java server page also.
This is 1 type of web file extension,did you noe what is that? If you don't know about JSP you can try and read my post and give me your impression after read my post.TQ.


INTERNET REFERENCE
Webserver Stress Tool, Retrieved on 9 March 2011
URL:http://www.wisegeek.com/what-is-jsp.htm

Friday, March 4, 2011

Do you use web server application before?

Link to us :http://sn.im/26fv2o


The bar chart above displayed our week 5 poll question analysis which is "Do you use web server application before?" The poll result is 17% voter used web server application before, 67% voter never use web server application before and 17% voter don't know what is web server application.

Wednesday, March 2, 2011

Webserver Stress Tool

Link to us: http://sn.im/262pnp



It use for windows Windows 2000,Windows XP,Windows 2003, Windows Vista, Windows 7, and Windows 2008 can benchmark almost any HTTP server.Webserver Stress Tool is a powerful HTTP-client/server test application designed to pinpoint critical performance issues in your web site or web server that may prevent optimal experience for your site's visitors.
This application is the most cost-effective solution in the market for simulating performance, load and stress tests for your webserverYou can test your web server performance under normal and excessive loads to ensure that critical information and services are available at speeds your end-users expect.

I think this application will help you to manege your server?Did you think so?

INTERNET REFERENCE
Webserver Stress Tool, Retrieved on 2nd March 2011
URL: http://www.paessler.com/webstress

Tuesday, March 1, 2011

What is GlassFish?

Link to us: http://sn.im/262q1r




Summary

GlassFish
is a lightweight Web2.0 development and deployment platform, built on a modular architecture based on OSGi. Developers can extend this support dynamic and can benefit from embedded platform, the platform also supports the existing Java Web technology, and JRuby and Groovy.

Feature of GlassFish

GlassFish provides a lightweight OSGi-based scalable core. Combined with the GlassFish Update Center, developers can get Java Web technology, dynamic language support, easy to use management and command line interface.

GlassFish community is developing a free, open source Java application server. This server implements the latest features of Java platform.



Java platform includes the latest version of some technologies such as:


  • Enterprise JavaBeans (EJB) 3.0,
  • JavaServer Faces (JSF) 1.2,
  • Servlet 2.5,
  • JavaServer Pages (JSP) 2.1,
  • Java API for Web Services (JAX-WS) 2.0,
  • Java Architecture for XML Binding (JAXB) 2.0,
  • Java Persistence 1.0,
  • Common Annotations 1.0,
  • Streaming API for XML (StAX) 1.0


Do you think Glass Fish is the best free Java application server?


Internet references

志京, What is Glass Fish?, Retrieved on 1 march 2011
URL: http://developer.51cto.com/art/200906/128145.htm


What is GlassFish? A New Sun Article Explains, Retrieved on 1 march 2011
URL: http://www.artima.com/forums/flat.jsp?forum=276&thread=207578