tomcat 6 build from source-code

View: New views
4 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Re: Newbie

by David Kerber :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Evan Siegel wrote:

...
> Please be gentle.
>  
BTW, nobody will jump on you for asking for resources where you can
start educating yourself!!  We just get frustrated with people who don't
try to find information on their own, and then ask here for working code...

D



---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Newbie

by Christopher Schultz-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Evan,

(For future posts, please start a new thread instead of hitting REPLY to
an existing post).

Evan Siegel wrote:
| I would like to have a bibliography of sites and books and whatever
| other resources there are for people interested in using Tomcat for
| server-side website programming.

If you are just getting started with web applications in Java, I highly
recommend O'Reilly's "Java Servlet Programming"; read it start-to-finish
(except for any regurgitation of the Servlet/JSP APIs). You should also
keep a bookmark around to the APIs themselves:

http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/index.html

| Also: If I want to experiment with actual server-side programming,
| what host would you recommend. Money is a huge issue. Obviously, at
| this point, bandwidth isn't.

If you are just playing around, do it on your own box. You don't need a
"server" to write your own servlets and learn everything. If you feel
strongly about running your servlets on a different system, I highly
recommend using a host/guest OS virtualization product such as VMWare --
you can run your servlets in a completely separate environment and
convince yourself that remote communication is truly working.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgt2IMACgkQ9CaO5/Lv0PAJMACfQTG4UdhL91FEcLFSu87TdSdl
y0UAn0UQL3r5DhPsqG1wiFRvPbWlpfP7
=HloW
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Newbie

by Ken Bowen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just to add to what David and Chris have already written:

TC also works fine on Mac OS X (being a flavor of Unix).
If you want a development environment, Eclipse is a great bargain  
(free!), and there is a free plugin for TC.
The MyEclipse addon is low-cost and useful (at least to me).   Once  
you get underway, the Tomcat HowTo's
are particularly useful.

One pointer:  Make sure you get a "certified genuine" TC installer by  
downloading the zip/gz from the
TC page, and just unpack that.  Many packages (such as Linux distros)  
mangle the TC install.
If you install from that, TC is ready to run out of the box, and you  
can watch the access log to see the
requests arriving -- real communication.  If you have access to a  
second box besides your own -- it can
be old, just as long as it runs Firefox -- you can send requests to TC  
running on your box using your local net.

Ken

On May 16, 2008, at 2:10 PM, Evan Siegel wrote:

> Hi. Just joined your list.
> I would like to have a bibliography of sites and books and whatever  
> other resources there are for people interested in using Tomcat for  
> server-side website programming.
> Also: If I want to experiment with actual server-side programming,  
> what host would you recommend. Money is a huge issue. Obviously, at  
> this point, bandwidth isn't.
> Please be gentle.
>
>
>
> Please visit our website at
> http://www.geocities.com/evan_j_siegel
> Thank you.
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Newbie

by Brian Martin-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there (just joined too), my two cents would be to check out the Netbeans IDE and website.
The tutorials are great for one. And the software bundles w/ IDE/glassfish/tomcat/soa etc are
a great way to get started. And everything is all set to go (integration wise)
through a decent installer.
Eclipse probably has the same sort of deal but I haven't touched it much in a
few years.

Brian








On Fri, May 16, 2008 at 11:10:57AM -0700, Evan Siegel wrote:

> Hi. Just joined your list.
> I would like to have a bibliography of sites and books and whatever other resources there are for people interested in using Tomcat for server-side website programming.
> Also: If I want to experiment with actual server-side programming, what host would you recommend. Money is a huge issue. Obviously, at this point, bandwidth isn't.
> Please be gentle.
>
>
>
> Please visit our website at
> http://www.geocities.com/evan_j_siegel
> Thank you.
>
>        

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

< Prev | 1 - 2 | Next >