Re: Gzip

2000-12-28 Thread Matt B
but the content type is still text/html.. It's the encoding type that I'm interested in changing. I want to send HTML encoded with GZip. TIA Matt B.

Tomcat and PostgreSQL

2000-12-25 Thread NSB)$B3^>>(B
It seems that Tomcat cannot find jdbc Driver,or postgresql.jar.When "http://127.0.0.1:8080/jdbc_servlet/servlet/postgresql_servlet" is accessed, an error message is shown of "java.lang.ClassNotFoundException;org.postgresql.Driver". What do I need to do in order to let Tomcat know the position of

sdk 1.3.0 fcs and netscape plugin problem

2000-12-18 Thread Robert B. Easter
can really get into Java development with Jakarta, I feel I at least need a working environment that includes the Netscape plugin. -- Robert B. Easter [EMAIL PROTECTED] - - CompTechNews Message Board http://www.comptechnews.com/ - - CompTechServ Tech Services http

problems with '' and ''

2000-12-07 Thread b. thym
Hi together, i have the problem that tomcat (3.1) doesn't like the '' and '' - symbols. I have to use it as a parameter which determines the next page. But either if i take the html-code ('lt;' and 'gt;') or the symbols itsself, tomcat doesn't show the correct page. Does anybody know my

Re: new user : modules mod_jk.so and mod_rewrite.so

2000-12-05 Thread Robert B. Easter
$TOMCAT_HOME/conf/mod_jk.conf into httpd.conf, but you'll want to edit mod_jk.conf and add: (after LoadModule jk_module libexec/mod_jk.so ) AddModule mod_jk.c IfModule mod_jk.c ... rest of file /IfModule -- Robert B. Easter [EMAIL PROTECTED] - - CompTechNews Message Board

Which JDK version to use for Tomcat?

2000-12-03 Thread Robert B. Easter
I'm running Linux and so far have used Blackdown.org JDK 1.2.2 FCS with Tomcat 3.2 final. JDK 1.3.0 FCS is also available from blackdown.org. Are there any good reasons for upgrading or not upgrading to JDK 1.3.0? -- Robert B. Easter [EMAIL PROTECTED] - - CompTechNews

Re: build failed on tomcat

2000-11-30 Thread Robert B. Easter
:120) at org.apache.tools.ant.Main.runBuild(Main.java:401) at org.apache.tools.ant.Main.main(Main.java:149) -- Robert B. Easter [EMAIL PROTECTED] - - CompTechNews Message Board http://www.comptechnews.com/ - - CompTechServ Tech Services http

Re: build failed on tomcat

2000-11-30 Thread Robert B. Easter
(ClassLoader.java:313) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:120) at org.apache.tools.ant.Main.runBuild(Main.java:401) at org.apache.tools.ant.Main.main(Main.java:149) -- Robert B. Easter [EMAIL PROTECTED

Jakarta/Tomcat 3.2 sites

2000-11-29 Thread Robert B. Easter
of mine and want to consider Tomcat for things PHP isn't able to do. It would be nice for http://jakarta.apache.org/ to have a User's Showcase or something like that where people can see sites powered by tomcat. -- Robert B. Easter [EMAIL PROTECTED] - - CompTechNews Message

Re: Why run multiple tomcats?

2000-11-03 Thread B. Duffee
Yes, I'd like to second that emotion. I've been lurking again trying to figure out how to deploy JSP/servlets in a teaching environment, alongside our webpages and cgi scripts. From the docs, it looks like you need to specify _each_ application in the config files to get it to run. Have I

<    1   2   3   4   5