From $25 to Half a Million, As Seen on TV

2001-01-15 Thread successfulmillionaire
Dear Friends & Future Millionaire:=20 AS SEEN ON NATIONAL TV:=20 Making over half million dollars every 4 to 5 months from your home for=20 an investment of only $25 U.S. Dollars expense one time=20 THANK'S TO THE COMPUTER AGE AND THE INTERNET !=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

please Help --session check

2001-01-15 Thread Deepak C S
hi people, As a part of authentication check, I am checking for a session attribute to validate user login across pages. eg: if (session.getAttr("user")==null){ sendRedirect(loginpage); } But now, I am keeping these lines in all my jsp files(cut and paste)..If I have to change somethg w

Apache mod_SSL and Tomcat using mod_jk

2001-01-15 Thread Pete Ehli
Hello I am new to Apache and am using mod_ssl Apache server connected with Tomcat via the mod_jk module - I get the following warning when starting Apache after I start tomcat "Loaded DSO modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under EAPI! (Please recompile it w

what r minimum system requirement for using tomcat ?

2001-01-15 Thread Nilesh Patkar
can any body tell me minimum system requirement that i need on my pc to run tomcat? eg. CPU --- 486, p2,p3 ? RAM --- 16MB, 32MB, 64 MB? OS --- WIN 3.2, WIN95, Linux HDD space etc? thanx in advance. -- Nilesh Patkar [EMAIL PROTECTED] - email (626) 940-1240 x2988 - voicemail/fax

Unable to start tomcat service on NT-and configure it for Apache (NT)

2001-01-15 Thread Raja
Hi-I just got hold of Tomcat 3.2.1 and am trying to set it up as a service. I got the jk-nt-service thing and looked at the instructions-ie i set the wrapper.properties properly to point to the JDK home and tomcat home directories. the registry entries get added-but it reports an error as S

SSL Programatically

2001-01-15 Thread Narayanan
Have anybody tried enabling SSL in a browser programatically r is there any AP Ispecification available Thanks in advance Narayanan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, em

Re: Help Installing with Win32

2001-01-15 Thread Eric Weiss
Thanks. It really is easy to get it running. Jserv 1.1 was easy enough, but this is even easier. Now I can get to work developing some servlets and JSP. Thanks a lot. Eric Filip Hanik wrote: > jakarta-tomecat-3.2.1.zip is the only file you need really. > Just unzip this file into %YOURDIR%

Re: XSLT Filter implementation hints?

2001-01-15 Thread Craig R. McClanahan
David Cohrs wrote: > Craig R. McClanahan wrote: > > * You will need to create a wrapper class for the response > > that is handed on to the remainder of the filter chain. See > > below for more info on what this wrapper must do. > > > > * Implement your Filter's doFilter() method something l

Compiling mod_jserv.so on AIX for IBM HTTP Server

2001-01-15 Thread Barbara Nelson
Has anyone succeeded in building mod_jserv.so for AIX for the IBM HTTP Server (not Apache). I've figured out how to build the module for Apache, but not for the IBM HTTP Server. There is a -DAFPA directive, and there is some code in mod_jserv.c that seems to distinguish between the IBM HTTP Serv

Re: Help Installing with Win32

2001-01-15 Thread Ramkumar Manoharan
Did you set your JAVAHOME? Ram >From: Eric Weiss <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Help Installing with Win32 >Date: Mon, 15 Jan 2001 19:16:01 -0500 > >I must be missing something obvious, but I cannot get Tomcat to work on >Win 2000 Professional.

Re: upgrade from Tomcat 3.1.1 to 3.2.1 with IIS not working

2001-01-15 Thread Ramkumar Manoharan
The 3.2 version has web.xml file for each webapp instead of using the web.xml in the conf directory.see if that is causing the problem.Iam not sure if that will help,but my guess it could be because of this change Ram >From: Kevin Badinger <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To:

Re: How to disable the port in Tomcat with IIS

2001-01-15 Thread Ramkumar Manoharan
In the server.xml file comment out the following lines: Please correct me if iam wrong. Ram >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: How to disable the port in Tomcat with IIS >Date: Mon, 15 Jan 2001 18:

ISS

2001-01-15 Thread Tracy_Getz
Hello - Has anyone ever used the ISS (Interactive Session Support) feature of e-network dispatcher or IBM Network Dispatcher to handle session object persistance? If not, does anyone have any thoughts on how to handle this? Thanks! Tracy ---

Re: Help Installing with Win32

2001-01-15 Thread Filip Hanik
jakarta-tomecat-3.2.1.zip is the only file you need really. Just unzip this file into %YOURDIR% then goto %YOURDIR%/jakarta-tomcat-3.2.1/bin and edit tomcat.bat on top of tomcat.bat add SET JAVA_HOME=c:\jdk1.3 or whereever your jdk is installed. and then execute %YOURDIR%/jakarta-tomcat-3.2.1/

Help Installing with Win32

2001-01-15 Thread Eric Weiss
I must be missing something obvious, but I cannot get Tomcat to work on Win 2000 Professional. I downloaded the binaries (dlls) and installed the dll's into %TOMCAT_HOME%bin. I added TOMCAT_HOME (c:\progra~1\apache~1\tomcat) to my environment. I installed servlet.jar into %TOMCAT_HOME%\lib. I

upgrade from Tomcat 3.1.1 to 3.2.1 with IIS not working

2001-01-15 Thread Kevin Badinger
I setup Tomcat 3.1.1 to run with Windows 2000 Server & IIS. I am running JDK 1.3. All worked fine with IIS and tomcat with 3.1.1. I have attempted to upgrade to Tomcat 3.2.1. Now, I get 404's when i try to display the http://localhost/examples/jsp/index.html page. When I run it directly to po

Re: How to disable the port in Tomcat with IIS

2001-01-15 Thread Geoff Lane
In your server.xml file there is something like: Just comment that out ant Tomcat will not start it's own HTTP listner. Likewaise, if you change the name="port" value="8080" - whatever you set the 8080 value to will be the port that the HTTP listener runs on. [EMAIL PROTECTED] wrote:

How to disable the port in Tomcat with IIS

2001-01-15 Thread RichardLu
I successfully configured the Tomcat 3.2 with IIS, by using port:80, I can access servlets through IIS. The problem is how I can disable the port:8080 which directly go to Tomcat, then every access must go through IIS. Please help!

Bug using tomcat on a nt server

2001-01-15 Thread Jacques Proulx
We have installed Tomcat on a NT server. We install it with all the registry entries that it needs. When we try to use Tomcat, everything works fine if we use the exemples.  But if we rename a file or try to create something it doesn't work. A tip please...    

Running Tomcat as non-root user

2001-01-15 Thread Geoff Lane
In the Tomcat UG under the heading 'Modify and Customize the Batch Files' it says one of the reasons to do so (modify start up scripts) would be: "To switch user from root to some other user using the "su" UNIX command." This is an excellent idea from a security standpoint. But to bind to port 80

Re: XSLT Filter implementation hints?

2001-01-15 Thread David Cohrs
Craig R. McClanahan wrote: > * You will need to create a wrapper class for the response > that is handed on to the remainder of the filter chain. See > below for more info on what this wrapper must do. > > * Implement your Filter's doFilter() method something like this: I was under the impre

rerepost : Apache + SSL + Tomcat

2001-01-15 Thread Shahed Ali
Hi, Someone on this list mentioned that in order to pass back a client certificate from Apache to Tomcat, I must use mod_jk and ajp13 Well, I am using Tomcat 3.2.1 / Stronghold 3.0 (Apache 1.3.14), and ajp13, and I still dont get any attributes in my request which tell me that I have been passed

Question

2001-01-15 Thread Vinicio Llumquinga B.
I installed tomcat3.2 and jdk 1.7. The examples running very well but I have a problem I don't know how change the URL the my servlets by default the URL is: http://myserver:8080/examples/jsp but I want to change to: http://myServer:8080/source/servlet/HelloWorld My Tomcat is running

RE: Query regarding applet calling

2001-01-15 Thread Stefan Langer
It would be interesting to know if you use tomcat standalone or in combination with a server. But here is a suggestion:   If you use the applet tag simply serve the applet class from your static data, meaning include it at the same place the html/jsp page is served from and not the

RE: Trouble configuring Tomcat

2001-01-15 Thread Stefan Langer
Tomcat expects class files to be in WEB-INF/classes and than the package structure as directory structure below that. So if your package is com.mydomain.mypackage the directories would be WEB-INF/classes/com/mydomain/mypackage/ Just add WEB-INF/classes to your path and you should be fine!

RE: Blending webapps with HTML files

2001-01-15 Thread Stefan Langer
You can put the jsp pages basically anywhere you want to. You just have to setup the context correctly in the server.xml file. Just add the WEB-INF directory to your sitemap and everything should work fine.   Example:   site is under [...]/htdocs/mysite   then all classes

Trouble configuring Tomcat

2001-01-15 Thread George Adams
Although my knowledge of Apache is pretty good, I'm having a bear of a time getting Tomcat/mod_jk configured. I'm definitely hampered by my lack of Java knowledge - it seems each time I try to read one of the installation guides (Tomcat Minimalistic User's Guide, Working with mod_jk, etc), I k

Re: Error reloading servlet

2001-01-15 Thread Craig R. McClanahan
Andreas Joseph Krogh wrote: > Hi. > When trying to dynamicly reload a servlet, I get a "ClassCastException". > I use Tomcat-3.2.1 and jakarta-struts-1.0 from > jakarta-struts-src-20010110.tar.gz. > Here is the exception from the logs: > ==> logs/jasper.log <== > 2001-01-15 10:52:20 - Classpath ac

RE: Tomcat Performance Questions "how was it tested?"

2001-01-15 Thread Barclay, Tom
I am using the TcpPoolConnector. I haven't tweaked the properties file yet, though it is on my list of "things to see the effect of". So far, I've tried a number of configurations. Behind apache (which served static content), we run: Using JRE 1.2.2 from Sun (with JDK 1.2.2) Tomcat 3.1 (mod_jse

Re: XSLT Filter implementation hints?

2001-01-15 Thread Craig R. McClanahan
Leong Mun Wai wrote: > Hi, > > I'm trying to implement an XSLT filter in Tomcat 4.0 for a JSP with XML > content. Any hints on how this can be done? > I assume that what you want to do is apply an XSLT transformation on the *output* of a JSP page (which generates XML), right? If so, the followi

RE: Tomcat Performance Questions "how was it tested?"

2001-01-15 Thread Craig O'Brien
Please let us know your specific findings if you can. I assume that you are using connection pooling and have tweaked the workers.properties file around. Have you played around with thread pools in your applications as well? At what level of usage did you see the sharpest decline? Thanks, Crai

RE: Tomcat Performance Questions "how was it tested?"

2001-01-15 Thread Barclay, Tom
Sadly, I don't think it will be much use. We have a heavy duty product that includes multiple (3 or 4) layers of software running on a distributed architecture scattered across multiple OS platforms. Part of that system used by the high level voice applications is an API that is written in Java

RE: missing package in README file?

2001-01-15 Thread Brent Phillips
OK, I found it - it is in the same FTP directory as the source tarball of Tomcat. Brent At 10:48 AM 1/15/2001 -0800, you wrote: >Download the appropriate servletapi (should be 2.2 for Tomcat 3.2.1) from java.sun.com >That should fix your problem. >If I'm not mistaken the api should be coming wi

RE: Cannot connect to X11 Server (RS6000)

2001-01-15 Thread Ed Gomolka
You'll likely have to get Xvfb with the X software at http://www.x.org, and compile it yourself. That's what we had to do for Solaris. It was a pain in the butt. Ed > -Original Message- > From: David Oxley [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 15, 2001 5:11 AM > To: [EMAIL P

RE: Tomcat Performance Questions "how was it tested?"

2001-01-15 Thread G.Nagarajan
Hi, can you tell how you tested the performance. I would like to apply the benchmark for my machine. Thanks Nagaraj. -Original Message- From: Stefan Langer [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 7:54 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat Performance Questions

RE: Defining an init parameter for all servlets

2001-01-15 Thread G.Nagarajan
hi, I had the same problem. I overcame it by giving something like getServletContext("context_name").getInitParameter().Please check the exact syntax from the servlet api Now I am using a static class to hold all the initial values in a hashtable. In the static initializer, I am populating the

Instructions for pre-compiling JSPs

2001-01-15 Thread Hawkins, Keith (Keith)
Can someone provide or point me to the steps needed to pre-compile JSP pages for use with Tomcat? Thanks, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: configuring apache and tomcat

2001-01-15 Thread Filip Hanik
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html ~ Namaste - I bow to the divine in you. ~ Filip Hanik Technical Architect [EMAIL PROTECTED] - Original Message - From: "karanmalhi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 15, 2000 10:39 AM

RE: Defining an init parameter for all servlets

2001-01-15 Thread Ariel
I tried to use the tag in web.xml: foo bar getInitParameter("foo") returns null Tomcat version: 3.2.1 for Win32 Ariel -Original Message- From: Kitching Simon [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 7:52 PM To: '[EMAIL PROTECTED]' Subject: RE: Defini

RE: Tomcat Performance Questions

2001-01-15 Thread Barclay, Tom
Sorry, I forgot to mention that. I've tried mod_jk with AJP13 and without. In both cases, the performance was about the same, which is to say not terribly much better than mod_jserv. I was *expecting* a big performance gain going from 3.1 to 3.2 (getting the PoolTcpConnector) and from 3.2 jserv

Re: session tracking

2001-01-15 Thread Kief Morris
David Wall typed the following on 09:08 AM 1/15/2001 -0800 >> if (session == null) { >> session = request.getSession(true); >> response.sendRedirect(response.encodeURL()); >> return; >> } > >Since this is a redirect, why aren't you using response.encodeRedirectURL()? >Does it not work?

RE: Tomcat Performance Questions

2001-01-15 Thread Stefan Langer
One thing the documentation states is that you should use the AJP13 Protocol which is suppose to be faster. That connector is not configured in the default server.xml file. They use AJP12 I have not tested this but you might want to give it a try. Stefan

configuring apache and tomcat

2001-01-15 Thread karanmalhi
hi raghu and all the gurus, please let me know how can i configure apache and tomcat together if i want something like this as my url http://localhost/examples/jsp i already have apache running on port 80 and tomcat running on port 8080. rest of the work like loading apachemodulejserv.dll and in

Re: "Procedure entry point_jvm_FindClassFromClass@16 could not be located in the dynamic link library jvm.dll"

2001-01-15 Thread Filip Hanik
Hi Karri, since you are using JServ I would strongly encourage you to switch over from ApacheJServMount.dll to mod_jk.dll. mod_jk is a new module that is a lot easier to use and works a lot better than the Apache-Jserv module. Since no development will be done on JServ anymore, it is in your best

RE: missing package in README file?

2001-01-15 Thread Stefan Langer
Download the appropriate servletapi (should be 2.2 for Tomcat 3.2.1) from java.sun.com That should fix your problem. If I'm not mistaken the api should be coming with the source distribution of tomcat but I'm not sure on that so don't take my word for it! Stefan

RE: Question

2001-01-15 Thread Hosahalli, RaghavendraX
goto "$tomcat_home$\conf" directory. "tomcat_hmoe" is the directory where you have tomcat. there exsists a file "server.xml". In your URL "source" is a context. to enalbe this you have to add a context called source. edit "server.xml" file and add an entry like this. - ignore this

RE: Redirector Failure

2001-01-15 Thread CPC Livelink Admin
Just so that you know, I have had it working fin with NT 4.0 SP6 and tomcat 3.1 -Original Message-From: Craig O'Brien [mailto:[EMAIL PROTECTED]]Sent: Monday, January 15, 2001 12:50 PMTo: [EMAIL PROTECTED]; michael.paul3Subject: RE: Redirector Failure Have you created a

Question

2001-01-15 Thread Vinicio Llumquinga B.
I installed Tomcat 3.2 on linux I installed jdk 1.7 on linux The examples running very well. I need to help in how insted of write: http://myMachineName:8080/examples/servlet/num/Numguess. I would write: http://myMachineName:8080/source/servlet/Numguess --

RE: .war files

2001-01-15 Thread Hosahalli, RaghavendraX
.war files are "Web ARchive" Files. It's the easiest way of application deployment. I generate them by using JAR command. "jar -cvf test.war ." this command creates a test.war file which consists everything of current directory and following subdirectories. So goto your application directory and b

RE: Defining an init parameter for all servlets

2001-01-15 Thread Kitching Simon
> -Original Message- > From: Ariel [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 15, 2001 6:52 PM > To: '[EMAIL PROTECTED]' > Subject: Defining an init parameter for all servlets > > > I would like to define some initialization parameters to be used by > all servlets running o

RE: Redirector Failure

2001-01-15 Thread Craig O'Brien
Have you created a virtual directory named "jakarta" in the same folder that the isapi_redirect.dll is located?  Have you assigned this directory "execute" access?  Have you added the iapid_redirect.dll as a filter in IIS?   Your "Access Violation" seems to be an issue with NT.  Go over the

missing package in README file?

2001-01-15 Thread Brent Phillips
Hi, I've been trying to build Tomcat on RedHat Linux 7.0 (and have spent the last few days upgrading and installing prereq software). However, the Jakarta-servlet-API subproject referenced in the README file does not seem to exist anywhere: ---README snippet below--- "* Download and install the

Defining an init parameter for all servlets

2001-01-15 Thread Ariel
I would like to define some initialization parameters to be used by all servlets running on Tomcat. Is there a way to define this in web.xml, besides copying the section of the global parameter to every servlet's section in web.xml? Ariel --

Redirector Failure

2001-01-15 Thread michael.paul3
I have a problem with using the isapi_redirector.dll with Windows NT4.0.  I am trying to use Tomcat 3.1 with JDK1.3 and the NT service pack4.0.  Every time I try to access any Servlets or JSPs using the redirector the web server crashes and I get a message: Dr Watson for Windows NT.Excep

AW: mod_jserv for HTTP Server on AIX

2001-01-15 Thread Christoph Leser
Ritwick Dhar wrote the following guide for building tomcat on AIX. It worked for me ( AIX 4.3.3 and Apache 1.3.12 ). So it should work for you, given that IBM's HTTP Server (which is Apache, to my understanding ) is built with mod_so. ( I.e. support for dynamically loadable modules ) Christoph

Re: need help using bean

2001-01-15 Thread Kervin Pierre
Hi, Firstly, thanks for the responses Bill and Karan. I created my own application under my apache document directory ( I'm using mod_jk ). Is this going to cause a problem? My apache root is /usr/local/apache/htdocs and hence I placed my application in /usr/local/apache/htdocs/networkdb and m

Re: session tracking

2001-01-15 Thread David Wall
> if (session == null) { > session = request.getSession(true); > response.sendRedirect(response.encodeURL()); > return; > } Since this is a redirect, why aren't you using response.encodeRedirectURL()? Does it not work? What is the difference anyway between those two? David -

RE: mapping worked in 3.1, but not 3.2.1

2001-01-15 Thread David Fan
I forgot to mention - my web.xml is in mywebapp/WEB-INF/web.xml Message History From: Kitching Simon <[EMAIL PROTECTED]> on 15/01/2001 17:58 CET Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'

RE: mapping worked in 3.1, but not 3.2.1

2001-01-15 Thread Kitching Simon
$TOMCAT_HOME/conf/web.xml is not used in tomcat 3.2 Put the mapping in yourwebapp/WEB-INF/web.xml > -Original Message- > From: David Fan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 15, 2001 5:51 PM > To: [EMAIL PROTECTED] > Subject: mapping worked in 3.1, but not 3.2.1 > Imp

mapping worked in 3.1, but not 3.2.1

2001-01-15 Thread David Fan
Hi, I have the following configuration in my web.xml which used to work in tomcat 3.1:- app abc app /app/* When I upgraded to tomcat 3.2.1, the mapping does not work anymore. I used to be able to map http://ser

Re: init-param

2001-01-15 Thread Fabio Sato
Hi Geoff, Yes, I'm keeping the package hierarchy under WEB-INF/classes... Geoff Lane wrote: > > Are you putting the class files under the package directory or just in > WEB-INF/classes? > E.g. from your example, the ShowMessage.class file would need to go into > WEB-INF/classes/coreservlets/ >

CLASSPATH?

2001-01-15 Thread Mick Sullivan
Hi I saw the question below in FAQ section of the tomcat web page What I want to know is how you set your classpath and hwere is it? Thanks, Mick Q: What do I need in my CLASSPATH? A: All you need is a correct version of JDK (1.1.x or 1.2). Since the JSP engine also uses 'javac' it needs

Re: Servlet reloading

2001-01-15 Thread Matthias Brantner
-BEGIN PGP SIGNED MESSAGE- Hi, > When tomcat reloads a servlet, does it call its > init method ? everytime a servlet initializes the Servlet the init-Method is called. You can read more about initialization and destroy in the Servlet API Spezification. Their the lifecycle of servlet is

Info on security???

2001-01-15 Thread Mick Sullivan
Anyone know any good sites discussing cresit card security as I need to do a side project onthis as well as an online booking system using tomcat. Any help would be much appreciated. Thanks in advance, Mick _ Get Your Private

Tomcat Performance Questions

2001-01-15 Thread Barclay, Tom
Hi! My company is using Tomcat (running with Apache) as a Servlet environment for some heavy duty web stuff. We have been (up to this time) using Tomcat 3.1 with mod_jserv. In an effort to evaluate how to speed up the system as a whole, we've experimented with a number of configurations includin

RE: where can I find tomcat 3.2.2

2001-01-15 Thread David Oxley
Ok. But could you do a quick document saying what the rpm's install and where. I'm one of these people that prefer to copy stuff manually rather than let a setup script do it, especially on my live server!! No offence meant, but with 3.1.1 I installed the rpms on a different machine and copied it

mod_jserv for HTTP Server on AIX

2001-01-15 Thread Tracy_Getz
Hello - Has anyone been able to compile either mod_jk or mod_jserv that will work with the following: Tomcat 3.2.1 IBM HTTP Server 1.3.12 AIX 4.3.3 Thanks in advance! Tracy - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

virtual host mod_jk server.xml

2001-01-15 Thread Markus Schaepper
Hi all I'm using apache 1.3.12, mod_jk, mod_ssl 2.6.1 and try to configure the file server.xml. In the documentation there must a mistake, beacuse the example for server.xml is the same as for the httpd.conf. Is there anybody, who has an example for the definition of virtual hosts in file ser

can't see examples of tomcat-apache connection

2001-01-15 Thread Patricia Oatley
hi, i am presently configuring tomcat 3.1.1 with apache 1.3.9. i have them both running and can access tomcat via http://hostname:8080 and apache via http://hostname. i have folled the instructions in the tomcat-apache how to manual and i have used the jserv module and tomcat is correctly start

RE: Installing Tomcat on Windows 2000

2001-01-15 Thread Craig O'Brien
Hello, Make sure that you have set a %TOMCAT_HOME% entry into your environmental variables (ex c:\tomcat\bin ). Make sure you have set a %JAVA_HOME% environmental variable. (ex c:\jdk1.3 ) These two variables will have to be created as they are not default to win 2000. I believe that you said

RE: where can I find tomcat 3.2.2

2001-01-15 Thread GOMEZ Henri
You'll get that in a RPM and also a .so file. I'll release mod_jk.so for a Apache using mod_ssl and sus using EAPI. "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire >-Original Message- >From: David Oxley [mailto:[EMAIL PROTECTED]] >Sent: Monday, Janu

RE: where can I find tomcat 3.2.2

2001-01-15 Thread David Oxley
When a 3.2.2 release is built, could someone please put on the site a linux build of mod_jk.so. (Please?) Dave. -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: 15 January 2001 12:04 To: '[EMAIL PROTECTED]' Subject: RE: where can I find tomcat 3.2.2 Hola Simo

REPOST : Passing SSL infro from Apache to TC

2001-01-15 Thread Shahed Ali
Hi, Can anyone please tell me what Jk directives do I need to put in my httpd.conf file so that Apache can pass back SSL info to Tomcat ? I am using Apache 1.3.14 (SSL enabled) and Tomcat 3.2.1 (mod_jk / ajpv13) Thanks Shahed --

Installing Tomcat on Windows 2000

2001-01-15 Thread Shicheng TIAN(CMS)
Colleagues, I have downloaded the file jakarta-tomcat-3.2.1.zip from "http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/" and tried to install it onto my PC; several colleagues from the list have tried to advice me to get around the problems I have, but so far tomcat still doesn't

RE: session tracking

2001-01-15 Thread Christopher Kirk
Once the ID appears on the URL, the user will be able to use the reload button. However, you will need to get the session id onto the URL in the first place! A reasonable way of doing this, in this example would be to redirect the user.. Try something like this, session = request.getSession(

Servlet reloading

2001-01-15 Thread Shahed Ali
Hi, When tomcat reloads a servlet, does it call its init method ? Thanks Shahed - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Running Servlets from any directory

2001-01-15 Thread Derek Mc Connon
I want to set up tomcat to run from any directory, not just from the examples path. I wonder would anyone be able to help me with this thanks Derek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [E

RE: session tracking

2001-01-15 Thread Michael Wentzel
> > Thanks but how could it work when clicking on netscape reload button ? > I haven't tried this but why not the below? response.sendRedirect(response.encodeURL(address)); --- Michael Wentzel Software Developer http://www.aswethink.com">Software As We Think mailto:[EMAIL PROTECTED]">Michael

Cannot connect to X11 Server (RS6000)

2001-01-15 Thread David Oxley
I'm trying to use java.awt.* on RS6000 without a gui running. I've read about Xvfb in the archives but there is no info on this with the RS6000 as I can only find info for Digital Unix and Solaris? Dave. [EMAIL PROTECTED] - To u

Re: session tracking

2001-01-15 Thread Regis Muller
Thanks but how could it work when clicking on netscape reload button ? Christopher Kirk wrote: > For session tracking to work, look at the following 2 methods > > resonse.encodeURL > and > response.encodeRedirectURL > > In this way, session tracking will only work when following links because >

Problems with form-based authentication and j_security_check

2001-01-15 Thread Christoph Peylo
Hi, I have difficulties to run the example for authentication and protected areas that is included with tomcat (examples/jsp/security/login/login.jsp). Basic authentication works fine but form-based authentication results in the following error message: Not Found The requested URL /exampl

mod_jserv

2001-01-15 Thread jwas
Hi, Can anyone tell me from where can i download mod_jserv for AIX . Thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Starting TOMCAT on Windows 95

2001-01-15 Thread Mick Sullivan
I have tomcat running on win95 http://www.geocities.com/jdrudnicki/ Go there download zip file follow instructions no problem, Mick Original Message Follows From: "Joby" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]> Subject: Starting TO

Re: init-param

2001-01-15 Thread Fabio Sato
Thanks Regis, but I had already added the new context when I reported this problem. It seems to be related to packages. When I use packages with my servlets, they can't get the init parameters. If I don't use packages everything works as expected... Regis Muller wrote: > > You may need to add a

Re: init-param

2001-01-15 Thread Regis Muller
You may need to add a context in TOMCAT_HOME/conf/server.xml like Fabio Sato wrote: > I'm facing a strange problem with servlets and init parameters under > Tomcat 3.2.1: > > I created a servlet and put it in the following directory: > > $TOMCAT_HOME/webapps/webdev/WEB-INF/classes/coreservlets

RE: Passing SSL info from Apache to tomcat

2001-01-15 Thread Coetmeur, Alain
I'm not sure if it is the problem, but in the documentation it is told that you need ajp13 protocol to propagate SSL information to tomcat... note that you should not include the mod_jk.config-auto itself since it is regenerated each time tomcat starts, but copy it and change all you want... -

RE: XSLT Filter implementation hints?

2001-01-15 Thread Coetmeur, Alain
there is the XSL-TagLib which is a way to do something like XSP+XSL, but with pure JSP... in cocoon doc one can read that there is no satisfying standard way to chain servlets (the way sun JSP engine does is told to be a hack, that will probably be abandonned soon...) XSL-TagLib seems quite si

RE: where can I find tomcat 3.2.2

2001-01-15 Thread Ignacio J. Ortega
Hola Simon: get "tomcat_32" tag from cvs to get it, which was your report bug #? It seems that a 3.2.2 pelease will be off apache in few days.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Kitching Simon [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 15 de enero de 2001

where can I find tomcat 3.2.2

2001-01-15 Thread Kitching Simon
Hi, I recently filed a bug report in BugRat, and see that there is now a comment "fixed in tomcat 3.2.2". However, I can't find any release called 3.2.2 on the apache site, nor any such tag in the cvs repository. Can anyone tell me (a) how to get the fixed code? (b) when a binary 3.2.2 is

init-param

2001-01-15 Thread Fabio Sato
I'm facing a strange problem with servlets and init parameters under Tomcat 3.2.1: I created a servlet and put it in the following directory: $TOMCAT_HOME/webapps/webdev/WEB-INF/classes/coreservlets/ Then, I created the file web.xml under the WEB-INF directory: http://java.sun.com/j2ee/dtds/w

RE: session tracking

2001-01-15 Thread Christopher Kirk
For session tracking to work, look at the following 2 methods resonse.encodeURL and response.encodeRedirectURL In this way, session tracking will only work when following links because URL re-writting requires a link to modify whereas cookies go by the domain within the HTTP request. So, to m

RE: Blending webapps with HTML files

2001-01-15 Thread Kitching Simon
Hi, I don't know if my approach qualifies as "best practice", but I do have a couple of comments to contribute to this thread.. I would just point out first that the following comments really applies to tomcat running "stand-alone". After re-reading your email, you appear to be talking about i

session tracking

2001-01-15 Thread Regis Muller
Im a bit confused cuz I were told session tracking automatically switched from cookies to url rewriting when cookies arent enabled in browser but it doesn't seem to work with this simple example : package coreservlets; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import

RE: Tomcat Crashing

2001-01-15 Thread G.Nagarajan
Hi, Change the following > MS Access Use another database like sql*server, oracle, hypersonic etc. > JDBC-ODBC Bridge Driver The JDBC-ODBC bridge has many bugs. It is good only for simple inserts, updates and selects. When you give joins, stored procedures etc, it throws many error

RE: XSLT Filter implementation hints?

2001-01-15 Thread Leong Mun Wai
Hi, Yup, I've tried cocoon, but it uses its own XSP instead of JSP. I'm trying to use the new Filter mechanism to get the same effect with JSP. Mun Wai -Original Message- From: Johnson Lim [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 6:10 PM To: [EMAIL PROTECTED] Subject: R

Starting Tomcat from a Servlet?

2001-01-15 Thread Cato Førrisdahl
Hi, I have 3 Tomcats running on different ports. One on port 80, redirecting GETs for / to port 8080, due to problems with URL rewriting on port 80... (don't ask me why) And a third on port 8090 running as a developer-server. All Tomcats(v. 3.1) run as stand-alone servers on WinNT 4.0. What I wou

Set the jsp root in tomcat

2001-01-15 Thread Yaron Sela
Title: Set the jsp root in tomcat I'm using the Tomcat with apache web server. I tried to config the jsp folder to other location then - d:\apache group\tomcat\webapps\examples\jsp I tried to set the alias - /examples to other alias but it didn't find the files. when I put the jsp's files in

RE: XSLT Filter implementation hints?

2001-01-15 Thread Johnson Lim
Hi, Try to look at cocoon from apache (http://java.apache.org). It seem an interesting XML Framework on implementing XML based web based. johnson -Original Message- From: Leong Mun Wai [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: XSLT

Error reloading servlet

2001-01-15 Thread Andreas Joseph Krogh
Hi. When trying to dynamicly reload a servlet, I get a "ClassCastException". I use Tomcat-3.2.1 and jakarta-struts-1.0 from jakarta-struts-src-20010110.tar.gz. Here is the exception from the logs: ==> logs/jasper.log <== 2001-01-15 10:52:20 - Classpath according to the Servlet Engine is: /export

Cannot forward as OutputStream or Writer has already been obtained

2001-01-15 Thread Murugesh Ramachandran
Hi All,   While i try to call a jsp from one jsp using request.dispatcher i am getting a error like this.. It works in other places where the same procedure is followed...   How to solve this   Murugesh   Location: /tnpc/norman/jsp/CustomerDetailsOriginal.jspInternal Servlet Error:javax.ser

  1   2   >