On 04/06 02:06 jeromio wrote: > I als have an existing webservlet app running that > uses jdk1.2, jdbc2 and postgresql with jserv. I had > some trouble switching my servlet code over to Tomcat > and jdk1.3, but that was about 6months ago (it sort of > worked, but there were some problems so I switched it > back). I mention this because I wory about collisions > with multiple jdks and classpaths, etc.
I think it would be nicer to stick with one version of the JVM. What were your problems with the servlets? I think installing servlets on Tomcat is not that hard; all you need is to put the servlets in the webapps/<yourapp> directory. > important. I don't want to miss any messages nor do I > want any of the people using my system to be griping > me out. I've found out that using the database repository for James helps a lot; you can query the outgoing spool and the individual mailbox easily. Oki -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
