Tomcat 5 and IIS

2004-08-04 Thread Robert Charbonneau
a move to Java from ASP, then eventually to UNIX with a full Java Application Server, so this is our first step to begin developing new class libraries and rewriting old code to work in this fashion. Any help would be appreciated. -- Robert Charbonneau

Re: please...

2004-06-17 Thread Robert Charbonneau
On Thursday 17 June 2004 13:14, ryan deneveu wrote: Please take me off this list. I am not very computer literate and my email is being accosted with things that do not pertain to me. I realize that this is all my fault but would like to stop receiving all of these emails from the mailing

Re: Tomcat

2004-01-18 Thread Robert Charbonneau
On Sunday 18 January 2004 04:07, Haddad, Bayan M wrote: I would like to learn more about Tomcat for Unix Solaris. Where can I find information on it, documentation, download the software, installation procedure, Tomcat V.S Jrun ?. Who support it?. Your help is greatly appreciated. Bayan

Opinions

2003-10-30 Thread Robert Charbonneau
, and is there any loss to me if I *don't* use Apache? Thanks folks, -- Robert Charbonneau [EMAIL PROTECTED] -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

org.apache.naming

2003-10-24 Thread Robert Charbonneau
Exception { m_embedded.stop(); } } Again, I would love to get an opinion on this, or perhaps a URL to a jar that contains the classes needed. Thanks in advance! -- Robert Charbonneau [EMAIL PROTECTED

Re: org.apache.naming

2003-10-24 Thread Robert Charbonneau
, Robert Charbonneau wrote: snip -- Robert Charbonneau [EMAIL PROTECTED] -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Embedding Tomcat Continued...

2003-10-24 Thread Robert Charbonneau
(Http11Protocol.java:392) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534) -- Robert Charbonneau [EMAIL PROTECTED

Re: Embedding Tomcat Continued...

2003-10-24 Thread Robert Charbonneau
to /opt/java (where the JDK is installed) So I'm pretty confused as to why this doesn't work. -- Robert Charbonneau [EMAIL PROTECTED] -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embedding Tomcat Continued...

2003-10-24 Thread Robert Charbonneau
can make this happen, and perhaps provide some code samples? Thanks. -- Robert Charbonneau [EMAIL PROTECTED] -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Advice

2003-10-10 Thread Robert Charbonneau
that can examine all of the objects that exist in the server while it's running without connecting directly to it's port and performing data retrieval steps. Can this be done? And if so, could someone point me in the right direction? -- Robert Charbonneau [EMAIL PROTECTED

Tomcat 3.x Question

2003-10-10 Thread Robert Charbonneau
restarting Apache? Thanks, -- Robert Charbonneau [EMAIL PROTECTED] -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Context

2003-08-27 Thread Robert Charbonneau
Loader checkInterval=3/ Logger className=org.apache.catalina.logger.SystemOutLogger timestamp=true/ /Context /Host /Engine /Service /Server I'm wondering if anyone can give me any insight as to how I can make this work properly. Thanks. -- Robert Charbonneau

Re: Context

2003-08-27 Thread Robert Charbonneau
from changing ServerName to ServerName localhost. Any help would be appreciated. John Robert Charbonneau wrote: I was trying to setup Tomcat to allow Apache to serve *.jsp files from the DocumentRoot of Apache. I had setup the following: Context path=/ docBase=/jsps/global