Fax Component for Java! (Off Topic)

2001-08-04 Thread Moin Anjum H.
Hi All, I need a fax component to send faxes from my Java Servlet or Java Application. Can anybody give me suggessition on how to go about this? Any help appriciated. Regards Moin.

Re: ref: JRE

2001-08-04 Thread Tim O'Neil
At 01:14 PM 8/2/2001, you wrote: Let me elaborate about my requirements. I have created a set-up that uses the jre 1.3 but when I start tomcat I get errors about class files not being instantiated. If I install tomcat using the jdk then I do not get those errors. This lead me to believe that you

Please help: IllegalArgumentException: Response is not a ServletResponseWrapper

2001-08-04 Thread Levent Gündogdu
Hi everyone, I would be so happy if someone could help me with the following problem: I have written a Servlet which is able to do background calculations which take some time. I don't want the user to wait for the request to complete, so I decided to start a thread and output a message to the

Netscape 6.1 cookie problems.

2001-08-04 Thread jason
I am running Netscape 6.1 preview release 1 on Redhat 7.0 using Tomcat 3.2 Either the servlet container is not sending cookies or the browser is not acknowledging them. This is not a trivial preferences problem ; I receive cookies as expected when surfing other sources. I do not experience these

big5 problem with Tomcat on RedHat 7.1

2001-08-04 Thread Aravind Naidu
This may not be Tomcat's problem but I am hoping someone will point me in the right direction. I have 2 installations, one Tomcat 3.2.1 on RedHat 6.2 and the other Tomcat 3.2.3 on RedHat 7.1 I have a JSP file with the following tag META http-equiv=Content-Style-Type content=text/css

TESTING Tomcat and Apache together........

2001-08-04 Thread Paul Davies
Hi, how can I test that Apache and Tomcat are properly connected to each other. As I understand, Apache takes care of static pages, and passes dynamic ones to tomcat. How can I test this? Cheers, Paul Do You Yahoo!? Get your free

Re: TESTING Tomcat and Apache together........

2001-08-04 Thread Kyle Wayne Kelly
Open a static page on your server, and then open a JSP or servlet. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Paul Davies [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 04, 2001 10:54 AM Subject: TESTING Tomcat and Apache

Status? Mod_jk as static module

2001-08-04 Thread Robert Schmid
Back in April someone said that it was inadvisable to compile mod_jk as a static module because it was changing too quickly. In June someone said it was possible but didn't illustrate the best method to do so. Is it stable enough to be compiled as static module now? What's the best way to

Re: Using Tomcat with MSAccess

2001-08-04 Thread Randall Parker
You ought to fire up a debugger and debug this. Also, you could add some code in your catch to your insert statement that would write output to a log file. As for MS Access and JDBC: I've had some problems with this where resource leakage would eventually cause the JDBC calls to slow to a

Per War settings not in the War for per site config customization?

2001-08-04 Thread Randall Parker
I want to have settings/properties that are for a particular WAR file but that are for a particular install (ie a particular server at a particular site). As I see it per site customization properties file should not go in the WAR itself as then the user would have to unpack the war and

Will Tomcat 3.3 conf\apps*.xml style work in Tomcat 4?

2001-08-04 Thread Randall Parker
I see in the Tomcat 3.3b1 that to make deployment configs easier to maintain Tomcat 3.3 supports Context xml tags in apps-.xml where is the name of a war file. This is really nice. One doesn't have to put info about a bunch of different war files into server.xml. So can

Re: Please help: IllegalArgumentException: Response is not a ServletResponseWrapper

2001-08-04 Thread Craig R. McClanahan
On Sat, 4 Aug 2001, Levent Gündogdu wrote: Hi everyone, I would be so happy if someone could help me with the following problem: I have written a Servlet which is able to do background calculations which take some time. I don't want the user to wait for the request to complete, so I

Re: Will Tomcat 3.3 conf\apps*.xml style work in Tomcat 4?

2001-08-04 Thread Craig R. McClanahan
On Sat, 4 Aug 2001, Randall Parker wrote: I see in the Tomcat 3.3b1 that to make deployment configs easier to maintain Tomcat 3.3 supports Context xml tags in apps-.xml where is the name of a war file. This is really nice. One doesn't have to put info about a bunch of

Solved (was: RE: big5 problem with Tomcat on RedHat 7.1)

2001-08-04 Thread Aravind Naidu
Solved the problem. For others interested. By default Tomcat 3.2.1 uses a 8859-1 and 3.2.3 ISO-8859-1 and just explicitly setting the page directive in the JSP overcame the problem. %@ page contentType=text/html; charset=big5 % -- Aravind -Original Message- From: Aravind Naidu

Movimiento Humanista

2001-08-04 Thread José Gabriel Feres N.
Hola amigo(a) Mi nombre es José Gabriel Feres (Pepe), soy chileno, vivo en Santiago y tome tu direccion electronica de un directorio de Internet. Participo desde hace varios años en el Movimiento Humanista y quiero hacerte una invitación y solicitar tu ayuda. El Movimiento Humanista

Re: tomcat 4 datasources

2001-08-04 Thread Craig R. McClanahan
On Fri, 3 Aug 2001, Matt Barre wrote: I know there is a way to configure DataSources using tomcat 4's server.xml file. I've tried using the default examples to create my own, but so far I haven't had any luck. The docs for this portion of the project appear to not have been written yet.

Re: Newbie Request: an Example Ant build.xml File

2001-08-04 Thread Daniel Hinojosa
The ant documentation is where I learned all my stuff. [EMAIL PROTECTED] wrote: Being new to both Ant and Tomcat, I'm wondering if someone could point me to a good example of an Ant build.xml for for building and deploying servlets under Tomcat. Thanks for your help. (I looked for this in

Re: Newbie Request: an Example Ant build.xml File

2001-08-04 Thread Craig R. McClanahan
On Sat, 4 Aug 2001, Daniel Hinojosa wrote: The ant documentation is where I learned all my stuff. [EMAIL PROTECTED] wrote: Being new to both Ant and Tomcat, I'm wondering if someone could point me to a good example of an Ant build.xml for for building and deploying servlets under