Hey everyone,
I'm setting up Tomcat for the first time. I'm trying to use a
simple test just to verify that I have everything set up
properly, and I was hoping someone could confirm for me that I
understand what I'm doing.
I'm setting up Apache, mod_jk, and Tomcat on a (Debian) Linux
server.
I have a test page (test.jsp) in my Apache www directory.
Here's the test page in its entirety:
<HTML>
<BODY>
<p>Hello World!</p>
<p>The time is now <%= new java.util.Date() %></p>
</BODY>
</HTML>
I believe the page I should see when I visit
'http://www.myserver.com/test.jsp' should be...
Hello World!
The time is now 2:30:17
Where the time may not be formatted exactly like that and where
it actually changes according to what time it happens to be. Do
I at least have that much right? I'm not getting those results
and I just want to make sure that I don't misunderstand how this
is supposed to work. I'm coming from a PHP background and might
be confused. =P
Thanks everyone,
- GM
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.25/593 - Release Date: 12/19/2006
1:17 PM
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]