Re: mod_jk.so vs mod_jk.dll for Win32 and Apache 1.3.19

2001-04-15 Thread eric leung
I have the same doubt, i use 1.3.17. Why on win32 now, all module has .so ending? what i think is .so is for unix only. am i right? --- Ellis Teer [EMAIL PROTECTED] wrote: I currently use Apache1.3.14 + Tomcat 3.2.1 + mod_jk.dll on Win32. I recently tried to upgrade to Apache 1.3.19.  

Re: AddModule mod_jk.c

2001-04-15 Thread eric leung
thanks jeff, i had read this already, but i am still not very clear about difference between the 2. what i think is addmodule will add the module to the list. you can't use the module until you use the LoadModule command to load the module into memeory. you don't need to use AddModule before

obtaining the url

2001-04-15 Thread teh j
Hi guys Just wondering if there is a way for a JSP to get the URL of the web page that it was accessed by? EG say you are at page2.jsp and u got here by clicking on a link at page1.jsp, is there a way to retrieve the fact that you arrived at page2.jsp by clicking from page1.jsp? Jason

Oddity compiling JSPs

2001-04-15 Thread David Corbin
I have leverage the Jasper code to compile .JSPs directly. I use this as part of a test framework I've built. Here is the oddity: On Win2000, I can run this code in JBuilder, and it works fine. When I run it via ANT from the command line, I get errors saying it can't find the source file

RE: obtaining the url

2001-04-15 Thread Danny Angus
its the http_referrer environment variable, available as a request attribute I think.. -Original Message- From: teh j [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 15, 2001 11:57 AM To: [EMAIL PROTECTED] Subject: obtaining the url Hi guys Just wondering if there is a way for a

RE: Question

2001-04-15 Thread Danny Angus
Yep, nothing worked. I finally realized that it wasn't going to work after following the docs so I went decided not to use Tomcat after spending 2 hours trying to figure it out. seems a bit harsh, I had no problems making it work as a standalone server straight out of the box on NT Linux,

Re: Question

2001-04-15 Thread Pae Choi
One who wants to move on based on his/her decision, what's the point to stop. Let him/her go. :-) Pae Yep, nothing worked. I finally realized that it wasn't going to work after following the docs so I went decided not to use Tomcat after spending 2 hours trying to figure it out. seems a

Re: obtaining the url

2001-04-15 Thread Milt Epstein
On Sun, 15 Apr 2001, teh j wrote: Hi guys Just wondering if there is a way for a JSP to get the URL of the web page that it was accessed by? EG say you are at page2.jsp and u got here by clicking on a link at page1.jsp, is there a way to retrieve the fact that you arrived at page2.jsp by

RE: Apache+tomcat+Servlets+Postgresql

2001-04-15 Thread Gael Oberson
As I know, you have to use the provided JDBC driver for PostreSQL in your Servlets or JSP's, like any other JDBC Driver..., but tomcat or mod_jk doesn't need any extra config. Just make sure with the classpath. It sould run. Normally, this driver can be found on the net. Good luck!

javax.servlet problem

2001-04-15 Thread Denis
Thank you for your help It seems it is not a typo problem(it is the mistake I made at previous message without a ";") The compiler cannot recognize the second statement "import javax.servlet.*" I cannot compile the java program with the program header start with import java.io.*; import

Re: javax.servlet problem

2001-04-15 Thread Pae Choi
If your classpath is correctly set for the javax.servlet.* package, did you also verified that your compiler(whatever)'s context also contain the classpath? Pae Thank you for your help It seems it is not a typo problem(it is the mistake I made at previous message without a ";") The compiler

Re: AddModule mod_jk.c

2001-04-15 Thread e_teer
Hey Eric, LoadModule loads the module into memory and AddModule makes it available for use. You do need both except when the module is already built into Apache which several are in the Win32 version, in this case you only need the AddModule. However, it was my understanding that .so files are

Re: javax.servlet problem

2001-04-15 Thread Matt Warmbir
Hi, I've got set classpath=.;jsdk2.2\servlet.jar, but can't compile any servlets. Any idea why? - Original Message - From: "Pae Choi" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 15, 2001 14:00 Subject: Re: javax.servlet problem If your classpath is correctly set for

RE: javax.servlet problem

2001-04-15 Thread LUO Junyan
Actually I also have the same problem. Do I need to do any other settings to work with J2EE? Thanks. -Original Message- From: Matt Warmbir [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 15, 2001 4:50 PM To: [EMAIL PROTECTED] Subject: Re: javax.servlet problem Hi, I've got set

saving session attributes across server machines

2001-04-15 Thread Raul Valenberg
Hi, We are designing a Web application with Servlets and JSPs that has to run on several machines in a fail-over mode. Each machine also has to participate in the workload as longs it is up. Furthermore, our requirements state that if a user session begins at one server, the fail-over to another

Re: javax.servlet problem

2001-04-15 Thread David Corbin
I would try setting the classpath to be a fullpath, rather than a relative one... Matt Warmbir wrote: Hi, I've got set classpath=.;jsdk2.2\servlet.jar, but can't compile any servlets. Any idea why? - Original Message - From: "Pae Choi" [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Tomcat

2001-04-15 Thread waleed hassan
Hello , I was Setting up TomCat and i used the document " Tomcat IIS HowTo " to use it with IIS , i always get an error whenver i try to accessany .JSP page via the IIS the last lines in the IIS server log file in found in SYSTEM32/LogFiles/W3SVC1 says : 2001-03-16 00:16:31 127.0.0.1 -

RE: mod_jk advice

2001-04-15 Thread GOMEZ Henri
It's amazing to see that RPM works is still not known ... For example in 3.3 tree http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3-m2/rpms/ PS: Redhat Linux 6.2 + updates. (rpm -qpi --changelog tomcat-mod-3.3-m2.1.i386.rpm) - Henri Gomez ___[_] EMAIL : [EMAIL

TomCat

2001-04-15 Thread waleed hassan
Hello , I was Setting up TomCat and i used the document " Tomcat IIS HowTo " to use it with IIS , i always get an error whenver i try to accessany .JSP page via the IIS the last lines in the IIS server log file in found in SYSTEM32/LogFiles/W3SVC1 says : 2001-03-16 00:16:31 127.0.0.1 -

RE: mod_jk.so witn -DEAPI?

2001-04-15 Thread GOMEZ Henri
If you have an Apache with EAPI you may have also installed mod_ssl. But did you have th rigth apxs installed ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39

RE: mod_webapp.so advice

2001-04-15 Thread GOMEZ Henri
You tell you're using ajp12/ajp13 in Tomcat 4 ? Are you sure ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

PoolMan 1.4.1 JNDI Questions

2001-04-15 Thread eric chacon
Folks I'm trying to make a PoolMan 1.4.1 datasource available through JNDI. I can get PoolMan working without trying to make a datasource (for example, the PoolManServlet works just fine...) I have PoolMan 1.4.1 working with Postgresql 7.0.3 and Tomcat 3.2.1 / Apache runing on Linux. My

HA and failover - Re: saving session attributes across server machines

2001-04-15 Thread David Crooke
We are using a strategy where the information in the Java VM (session and site-wide) is a read cache of what is in a relational database; any update is persisted immediately, and there is a cache invalidation mechanism between appservers. Since like most web apps we have a high read to write

Re: mod_jk advice

2001-04-15 Thread Jeff Kilbride
What's amazing is that there are no links to these on the website. How are people supposed to find them? --jeff - Original Message - From: "GOMEZ Henri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 15, 2001 4:24 PM Subject: RE: mod_jk advice It's amazing to see that

Re: Tomcat

2001-04-15 Thread Ray Rush
What URL are you accessing? Is it http://hostname/examples/jsp/ or http://hostname/examples/servlet/ ? I would check that the samples come through before trying anything else. Those should work. --- waleed hassan [EMAIL PROTECTED] wrote: Hello , I was Setting up TomCat and i used the

RE: mod_webapp.so advice

2001-04-15 Thread Dan Sandberg
Are you saying the connectors from Tomcat 3 work with Tomcat 4? Because Tomcat 4 doesn't include any ajp connectors as far as I can tell. How is this setup? Thanks, -Dan Hi there! I just wanted to say that while I myself haven't tried using mod_webapp, I've had great luck using mod_jk to

Repost: tomcat 3.3-M2 /admin/contextAdmin/contextList.jspfailure Date: Mon, 09 Apr 2001 10:14:51 +1000 From: Peter B. West pbwest@powerup.com.au Organization: Repost: tomcat 3.3-M2 /admin/contextAdmin/contextList.jspfailure

2001-04-15 Thread Peter B. West
Any takers (or takes) on this one. I posted it a few days ago. The problem does not seem to be with the authentication, but with the refereneces to the Logger class. Peter I have been trying to set up a JBDCRealm using postgresql 7.0.2 under redhat linux with tomcat 3.3-M2. I got the

RE: Question

2001-04-15 Thread Sergaziev, E.S. - ALAPQ
Hi Danny, I have been following it up in hope the answer would be found but no luck. I also installed Tomcat on my Win95 and whenever I try to launch Jasper.bat it tops saying "Using JASPER_HOME: JASPER_HOME\bin\jpappend.bat does not exists. Please set JASPER_HOME correctly". But, I did set the

missing content in http response

2001-04-15 Thread Nivy, Ofer
hi, I have the following strange phenomena: when sending a http request to a Servlet, the content of the response is sometimes missing. * the connection is done through a firewall on standard port 80. when sending requests from the same machine it works fine. * I use tomcat 3.2.1 on NT

RE: mod_webapp.so advice

2001-04-15 Thread Fox, the Balloon Fox
D'oh! RightI seem to have suffered a temporary case of insanity and confused present with future. Support for mod_jk is something that they're WORKING onhere's what they have in the TODO has high priority: "Design and implement a high-performance Connector implementation that