Sun Enterprise Studio 8.1-Getting started

I have jus installed sun studio Enterprise 8.1 and ve started creating a web application.

I am trying to create a sample application to get used to this IDE(worked on IBMWASD).The problem is with the MVC pattern that i have a servlet servlet1 in package com.gt. I have placed this package under src/java folder.

Now i am trying to access this directly and thru a jsp .And in both cases i am jus getting 404.

My jsp has something like this:

<form action="com.gt.servlet1".../>

Can some1 help me solve this..?

[575 byte] By [Dinesa] at [2007-11-27 6:28:15]
# 1
find a servlet tutorial and go through it...You will learn that you have to actually compile your classes, deploy them, and create a deployment descriptor (not necessarilly in that order).
jwentinga at 2007-7-12 17:51:21 > top of Java-index,Java Essentials,New To Java...