RE: Testing servlets

2002-02-27 Thread Barney Hamish

By installing Tomcat on the local machine exactly as you would on the remote
machine!

-Original Message-
From: Kevin Chen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 9:40 AM
To: [EMAIL PROTECTED]
Subject: Testing servlets


If it's possible, how can I use Tomcat to test (run) a servlet on a local
machine?


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Testing servlets

2002-02-27 Thread DingHui

Put the servlet class files into approperate directory(it depends on your TOMCAT's 
configuration file), start TOMCAT service. and you can test your servlet on your local 
machine.
- Original Message - 
From: Kevin Chen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 27, 2002 4:40 PM
Subject: Testing servlets


 If it's possible, how can I use Tomcat to test (run) a servlet on a local
 machine?
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



RE: Testing servlets

2002-02-27 Thread Donie Kelly

We use Visual Cafe 4.5 and we run Tomcat under this. You can debug
servlets/filters/tomcat under this configuration and it works great for us.
Saves a pile of time to be able to run Tomcat like this during development.
It's easy to setup. I posted instructions for doing this a while back and it
should be in the archives.

Donie


-Original Message-
From: Kevin Chen [mailto:[EMAIL PROTECTED]]
Sent: February 27, 2002 08:40
To: [EMAIL PROTECTED]
Subject: Testing servlets


If it's possible, how can I use Tomcat to test (run) a servlet on a local
machine?


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]