Re: PostgreSQL

2001-03-03 Thread Markus Keller OrcaSoft
Hello Mikhail I am compiling PostgreSQL 7.0.3 to be used with the Tomcat 3.2.1 web application. Does anyone have any success stories or nightmares about postgresql and java connectivity. What drivers did you use and why? Please share. I use the JDBC Java 2 driver which comes with the

RE: help with Tomcat under windows ME...

2001-03-03 Thread Adam Fowler
Hi, If all goes well then hopefully you should be able to do the following in IE http://localhost:8080 And a little tomcat will appear with some tomcat info. Hope that's what you mean(?) Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of Wales,

Upcoming Tomcat book...

2001-03-03 Thread Adam Fowler
Hi all, I will shortly be writing a book for Sams Publishing in a similar format to the recently released(and well received) book on Python. I currently have the task of writing a proposal for content of the book. The book's target audience is web developers who will be using Tomcat. It will be

RE: help with Tomcat under windows ME...

2001-03-03 Thread Cynic
This is actually described somewhere in the docs. I just don't remember where. You have to increase memory allocated to the app. - Original Message - From: "Rob Smyth" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 11:35 PM Subject: help with Tomcat under windows

Re: Réf . : Pb runningTomcat with Apache on a Linux Server

2001-03-03 Thread Moin Anjum H.
Hi, Please use English. Regards Moin. [EMAIL PROTECTED] wrote: Je te conseille de mettre un chemin absolu dans ton mod_jk.conf, sinon il va utiliser le Root_Path avant. Place le au bon endroit (exemple chez moi /usr/libexec/mod_jk.so) , puis configure le mod_jk.conf LoadModule jk_module

Tomcat Mod_jk and NFC Chat

2001-03-03 Thread Juan Alberto Cirez
Hello to all. I am new to this list and to tomcat as well (I come from an apache background). I have the following questions: I am trying to setup Apache to work with TomCat w/mod_jk to work with NFC Chat Server. My apache configuration files are located on /web/apache-conf I start the server

TOMCAT(mod_jk)+APACHE????

2001-03-03 Thread Slymer
Hello all, I've installed Apache 1.3.12 an Tomcat 3.2.1 on my Linux Slackware 7.0. I've also compiled mod_jk to make Apache and Tomcat work together. No problems installing Tomcat,Apache and neither compiling mod_jk. When I use a browser to connect to for example localhost I can see correctly the

How to use JavaMail API 1.2 with Tomcat 3.1

2001-03-03 Thread ann patil
Hi, I need to develop a Email system with servlets. Environment: 1) Tomcat 3.1. 2) JDK 1.3. 3) JavaMail API 1.2. Note: The demo examples in JavaMail are working in JDK1.3. Can anybody please help me out as to how can I develop a Email system with Tomcat. Thanks. Ann

Re: TOMCAT(mod_jk)+APACHE????

2001-03-03 Thread Slymer
On Sat, 3 Mar 2001, Slymer wrote: On Sat, 3 Mar 2001, Cynic wrote: At 11:00 3.3. 2001, Slymer wrote the following: -- Hello all, I've installed Apache 1.3.12 an Tomcat 3.2.1 on my Linux Slackware 7.0. I've also

Re: change web.xml restart

2001-03-03 Thread Valeriy Molyakov
Yes restart or yes other way(what way) ? Thank's ! - Original Message - From: Carlos To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 1:49 PM Subject: Re: change web.xml restart yes - Original Message - From: Valeriy Molyakov

Re: Logout form-based authentication

2001-03-03 Thread Valeriy Molyakov
Thank's it's working ! HttpSession currentSession = request.getSession(); currentSession.invalidate(); - Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 10:42 PM Subject: Re: Logout form-based

page not refreshing in IE

2001-03-03 Thread Raghavendra V. Kulkarni
Friends, I am using tomcat for my servlet processing. Whenever I navigate within my application, using myown links (I mean not using browser links), I want my page to be refreshed. My pages are not getting refreshed in IE. On Netscape they work

Problems getting tomcat to work with apache

2001-03-03 Thread Dave Townsend
Can anyone explain this? I have tomcat running fine and serving out pages, servlets and jsps on port 8080. I included the mod_jk.conf-auto into httpd.conf and apache refuses to send jsp and servlet requests to tomcat. It has aliased all the webapps in the correct place so it is reading the config

Re: Problems getting tomcat to work with apache

2001-03-03 Thread Kenneth Westelinck
Dave, Have you also included these lines in your httpd.conf file: LoadModulejk_module modules/mod_jk.dll AddModule mod_jk.c and did you copy the mod_jk.dll to the modules directory of apache? regards, Kenneth Westelinck From: "Dave Townsend" [EMAIL PROTECTED] Reply-To: [EMAIL

RE: Problems getting tomcat to work with apache

2001-03-03 Thread Dave Townsend
Well, I use apache in linux, so I have LoadModule jk_module modules/mod_jk.so AddModule mod_jk.c But basically yeah. Although not sure if they have to be included in httpd.conf since they are automatically generated in the mod_jk.conf-auto file, but I have tried both ways.

Re: Mail

2001-03-03 Thread Brett W. McCoy
On Fri, 2 Mar 2001, Arafat Mohamed wrote: I apologize if this is the wrong forum, but I really need a quick solution. I have a jsp page with an error associated with it. How do I set it up so that the error.jsp emails me with the error message? Can you dump the stack trace from an exception

Re: More on JServ to Tomcat

2001-03-03 Thread Brett W. McCoy
On Fri, 2 Mar 2001, Craig R. McClanahan wrote: ApacheCon Advertisement I am doing a session at ApacheCon next month in Santa Clara that highlights the important issues of migrating from Apache JServ to Tomcat. /ApacheCon Advertisement Dang, probably won't be there. And my deadline to have

Re: How to use text/vnd.wap.wml MIME Type ?

2001-03-03 Thread Bo Xu
Vijay Suryawanshi wrote: How to use text/vnd.wap.wml MIME Type to serve WML pages from Tomkat ? It's not working after putting mime type mappings in web.xml. This is similar problem that Raf Colson had faced. Raf, did u get any workaroud ? If you could help me in this regard, that would be

Re: Upcoming Tomcat book...

2001-03-03 Thread Falcon cheetah
That is a very cool thing ;) I have been looking on the bookshelves for such a book! If you ever need any help let me know. Here is my email. [EMAIL PROTECTED] Ahmed Alawy, Adam Fowler [EMAIL PROTECTED] wrote: Hi all,I will shortly be writing a book for Sams Publishing in a similar format

Re: Sybase (ASA7.0.2) connection question

2001-03-03 Thread anonymous
I don't know if this helps, since I use ASE on Linux not ASA on NT but here goes: import com.sybase.jdbcx.*; // public String sServer = "198.151.254.121:1433"; // ... public String url = "jdbc:sybase:Tds:"; // + sServer The only real difference I can

Re: change web.xml restart

2001-03-03 Thread Carlos de la Flor
restart - Original Message - From: Valeriy Molyakov To: [EMAIL PROTECTED] Sent: Saturday, March 03, 2001 11:30 AM Subject: Re: change web.xml restart Yes restart or yes other way(what way) ? Thank's ! - Original Message - From:

Re: Upcoming Tomcat book...

2001-03-03 Thread Rob Tanner
Adam, It's not really a Tomcat issue, but one of the things that's covered sometimes poorly and sometimes not at all is thread synchronization. Unless you're using th SingleThreadModel interface, that's a serious issue for servlet programming, and unless you're familiar with threading in

set auto-apache-config to ajp13

2001-03-03 Thread Thomas
How do you set tomcat to create its mod_jk.conf-auto file with: JkMount /*.jsp ajp13 instead of the default: JkMount /*.jsp ajp12 ? Thanks Thomas M

Re: change web.xml restart

2001-03-03 Thread Robert Keddie
im a newbie at this...and i just need someone to tell me exactly what i need, where to put it...and what changes i need to make to what config files... and what my enviroment is supposed to say...anyone have a url or a guide ? this is on NT with apache. Plaaase? Robert

Error 500?

2001-03-03 Thread David Ireland
Hi I am using tomcat 3.2.1 and JDK 1.3 under Windows 98. I have installed tomcat ok and I can access it through localhost:8080. It also runs the servlet examples ok but when I try to run the JSP examples I get errors... I have set up JAVA_HOME and TOMCAT_HOME in tomcat.bat which also

Re: Error 500?

2001-03-03 Thread RaviShankar K
Hi Put all jar files which are under TOMCAT_HOME/lib in your class path. They are servlet.jar, jasper.jar .. etc Ravi - Original Message - From: "David Ireland" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 AM 09:12 Subject: Error 500? Hi I am using tomcat 3.2.1

Re: set auto-apache-config to ajp13

2001-03-03 Thread Brett W . McCoy
On 2001.03.03 18:17 Thomas wrote: How do you set tomcat to create its mod_jk.conf-auto file with: JkMount /*.jsp ajp13 instead of the default: JkMount /*.jsp ajp12 You have to put that in by hand -- Tomcat defaults to using Ajp12 with Apache unless you tell it otherwise. -- Brett

Re: Upcoming Tomcat book...

2001-03-03 Thread Allen Akers
My suggestion would be to use an LDAP database as your authentication database for your individual users. You can authenticate that person and then access information about their database access group and the associated group password, if you set up the LDAP database correctly. In this way, the

log file

2001-03-03 Thread Nguyen Truong Giang
Hi, How can I report all error messages into a log file? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Error 500?

2001-03-03 Thread David Ireland
Thanks for the reply - I think I have this all in there already here's the CLASSPATH section of my tomcat.bat DOES this look right? * rem - Set Up The Runtime Classpath --

Re: PostgreSQL

2001-03-03 Thread Qiqi Dong
I'm using the same JDBC driver. The problem I got is that it doesn't support CallableStatement. Also, PostgreSQL's function won't return Recordset. So, if you plan to use stored procedure for query and call it from your java application, you are out of luck. I don't know when there will be fixes.