RE: Where to get linux mod_jk.so?

2000-11-09 Thread Stubenrauch,Andreas
On my Internet I found it on: http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-6/bin/linux/i386/ Perhaps you have another one ;-) > -Original Message- > From: Gregory Guthrie [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 08, 2000 10:24 PM > To: [EMAIL PROTECTED] > Subj

what do i need to run jsp?

2000-11-09 Thread Marcos
hi, i have JDK1.2, JSDK2, Apache-1.3.12, ApacheJServ, ... servlets are working fine but i want to run .jsp. what do i need in order to do that? any suggestions will be pleased, thanks in advance, marcos -- m a r c o s @ i v a l . e s

RE: Where to get linux mod_jk.so?

2000-11-09 Thread Andy Marsh
I have downloaded this module too but can't get it to work with apache 1.3.14. I get the message 'API module structure 'jk_module' in file /apache-1.3.14/libexec/mod_jk.so is garbled - perhaps this is not an Apache module DSO?' I have downloaded the module using Netscape, which I know there is

Problem starting Tomcat

2000-11-09 Thread Kok Fong
Dear all,   I am quite new to Tomcat and decided to try out Tomcat recently.  I downloaded the release build and got built tomcat according to the recomended scripts in the readme file. However after building tomcat when I tried to start up tomcat I get the error at the end of this email.  I

RE: Session Close

2000-11-09 Thread Lacerda, Wellington (AFIS)
You can put an object that implements HttpSessionBindingListener in the session. Whenever session.invalidate() is called, it unbinds all objects bound, so that object receives an HttpSessionBindingEvent and can notify you the session was closed. Wellington Silva UN/FAO -Original Message-

don't know how to compile the servlet program

2000-11-09 Thread simon
Hi I have add the another line in the autoexec.bat file SET CLASSPATH=.;%TOMCAT_HOME%\LIB\WEBSERVER.JAR;%TOMCAT_HOME%\LIB\SERVLET.JAR;%CLASSPATH% but the problem remain when I compile the file in dos. The one of the error messages is that "packet javax.servlet.http does not exist." Can someon

Win98 installation problems

2000-11-09 Thread Marius Tulcan
Hello everybody!   I want to learn JSP so I started with jGuru's course; downloaded the Tomcat 3.1 binary, unzipped it, followed the install procedures from the course, but the Tomcat doesn't seem to work. What I get when I try to run startup is:   Starting tomcat in new windowUsing classpat

Re: Win98 installation problems

2000-11-09 Thread Phil_Hedley
From: Phil Hedley@MITEL on 11/09/2000 09:55 AM GMT I've just installed Tomcat on Win98 and had a couple of problems before getting it to work:- 1. To see the error message use the command :- tomcat run This will run tomcat in the same console window. Messages are also saved to the log fil

Re: Got internal servlet error with tomcat's example

2000-11-09 Thread Dominique BATARD
It's ajp13 , not apj13 Dom - Original Message - From: "Dave" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2000 8:11 PM Subject: Got internal servlet error with tomcat's example Hi all, I was testing my tomcat installation using examples from the package, I

pb building mod_jserv.so

2000-11-09 Thread Henri Delebecque
hello, I'm currently trying to install tomcat 3.1 on a digital Unix v5.0. I have succeed building ant, and tomcat.I have succeed starting tomcat. I'm trying to build, using apxs, the mod_jserv.so file, since I don't have find any source for the alternative solution, the mod_jk.so, in the dire

Re: Win98 installation problems

2000-11-09 Thread Stephan Markwalder
Hello Marius, If you remove the leading "start" command from the line start java %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%" ... tomcat will be started in the same window and you can read all error-messages. Ste

Problems with building mod_jk on FreeBDS

2000-11-09 Thread Miomir Besarabic
I have the problme building mod_jk unter FreeBSD 4.1, Apache 1.3.12 and JDK 1.1.8. I used example makefile.freebsd (see below) in Tomcat 3.2 beta 6, but I receive the answer: "make: don't know how to make ../jk/%.c. Stop" I tried to change configurations in Makefile, but without success. Which M

Tomcat 4.0

2000-11-09 Thread Amit Kaushik
Hi Everybody,   I want to install jakarta-tomcat-4.0-m4-src.I have already compiled the source code but when i run catalina by the following command   ./catalina.sh run   at my command prompt it's giving me these errors   Apache Tomcat/4.0-m4java.lang.IllegalArgumentException: Document base

problem with tomcat-3.2b6

2000-11-09 Thread Alexander ten Bruggencate
i have my (small) ejb/jsp application working with jboss-2.0b4 and tomcat-3.1, when i switch to tomcat-3.2b6 (because i want to use the embedded tomcat service) i get the following error: Error: 500 Location: /stepdb/person/search/search.jsp Internal Servlet Error: javax.servlet.ServletExcepti

Re: don't know how to compile the servlet program

2000-11-09 Thread Pierre Neihouser
Try the following command: set This will display a list of environment variables and you should be able to see if the CLASSPATH is set properly or not... By the way, did you set the variable TOMCAT_HOME to something? If so, does it have a space in it? If so, put all references to TOMCAT_HOME (

port must be TRUE or FALSE

2000-11-09 Thread Anton Betha
Hi! I try to install tomcat to work with apache. But when I start the apache, I receive an error "port must be TRUE or FALSE". It's about an entry in the tomcat.properties-file (security.authentication). I can nether set this to true nor to false (what I want to do). What's wrong? When starting Ap

RE: what do i need to run jsp?

2000-11-09 Thread Peacher.Net
http://jakarta.apache.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 09 November 2000 09:24 To: '[EMAIL PROTECTED]' Subject: what do i need to run jsp? hi, i have JDK1.2, JSDK2, Apache-1.3.12, ApacheJServ, ... servlets are working fine but i wan

Oracle and Tomcat

2000-11-09 Thread David Molloy
Hi, I've been through all this before with JServ and I'm working on Tomcat now. I'm trying to get JDBC connections going with Tomcat (I've got a connection pool) and I get the standard: java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path at java.lang.Throwable.fillI

Re: what do i need to run jsp?

2000-11-09 Thread Alexander ten Bruggencate
"Peacher.Net" wrote: > i have JDK1.2, JSDK2, Apache-1.3.12, ApacheJServ, ... > servlets are working fine but i want to run .jsp. > what do i need in order to do that? you need tomcat...then you also no longer need JServ. there a tomcat/jsp tutorial on javasoft.com -Alexander.

problems with mod_jk

2000-11-09 Thread Marco Pöhler
Hi, i try to create mod_jk from the tomcat sources(3.1) on a linux system for using with apache 1.3.14. I read the "Working with mod_jk"-HOWTO, where the compilation is described. My problem is that some directories refered in the HOWTO, especially "jakarta-tomcat/src/native/apache1.3", does not

RE: what do i need to run jsp?

2000-11-09 Thread Peacher.Net
I did not write that... i replied to it and said try... http://jakarta.apache.org . -Original Message- From: bruggenc [mailto:bruggenc]On Behalf Of Alexander ten Bruggencate Sent: 09 November 2000 12:33 To: [EMAIL PROTECTED] Subject: Re: what do i need to run jsp? "Peacher.Net

Re: Win98 installation problems

2000-11-09 Thread Marius Tulcan
Thanks, Phil !   I caught the error message, fixed the problem and it works just fine now.   I owe you one.   Marius TulcanUniSystems SA, ZalauTel: +40 60 661440E-mail: [EMAIL PROTECTED]

I can't find jk_nt_service.exe

2000-11-09 Thread João Feliciano
Hi. I can't find "jk_nt_service.exe" on http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/win32/i386/, can any one tell me here can I find it or send it to me. Thanks. João Feliciano

Re: what do i need to run jsp?

2000-11-09 Thread Alexander ten Bruggencate
"Peacher.Net" wrote: > I did not write that... i replied to it and said try... > http://jakarta.apache.org . oops ^_^ -Alexander.

Re: How many sessions are open?

2000-11-09 Thread Samuel Yuen
Hi, as you must seen, there was some discussion about how to detect the closing of a session lately. You can follow the same idea and create a static object that implements HttpSessionBindingListener and add this same object to all the sessions that are created. It can have a internal variable w

R: I can't find jk_nt_service.exe

2000-11-09 Thread Lorenzo Vaccari
http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/bin/nt_ service/jk_nt_service.exe Lorenzo Vaccari - Original Message - From: João Feliciano <[EMAIL PROTECTED]> To: Tomcat-User <[EMAIL PROTECTED]> Sent: Thursday, November 09, 2000 2:12 PM Subject: I can't find jk_nt_s

RFI.

2000-11-09 Thread John Bateman
Hi Is there a digest version of this list.. getting 200 mails every two days is very hard to read AND my mail admin is giving me some dirty looks. (I'm on Servlet Interest and PHP DB list also) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- John Bateman Cyber World Group Inc.

class load order and conflicts

2000-11-09 Thread Ingo Luetkebohle
Hiya, sorry, this smells like a FAQ but I couldn't find docs :( In which order are the various class dirs searched for classes? /classes and /lib are automatically in the classpath, but are they searched last or first? Also, say that another servlet different from mine already uses a class x co

RE: servlets and the refer link

2000-11-09 Thread Chris Freyer
I'm not aware of any call to get the most recent page from a browser's cache.  It isn't sent as part of a normal HTTP request. You can get it using javascript though--create an HTML or JSP page that contains a hidden form.  Place a JavaSript function in the page that runs in the  OnLoad eve

RE: How many sessions are open?

2000-11-09 Thread David Oxley
...But that requires a code change so won't help you much!! -Original Message- From: Samuel Yuen [mailto:[EMAIL PROTECTED]] Sent: 09 November 2000 14:21 To: [EMAIL PROTECTED] Subject: Re: How many sessions are open? Hi, as you must seen, there was some discussion about how to detect t

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Chen, Kevin
I want to centralized security check for each jsp page(not only action) in our controller. If I map the jsp page to an logical name, user may still be able to bypass the security check by going to the jsp page directly. Another goal is to maintain common look and feel. I do not want each jsp page

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Byung Jin Chun
Kevin, many moons ago and before struts, we implemented something that looks similar to what you are seeking. We mapped a uri(no extensions) that went to the controller. In the jsps that are called from the controller, the jsp checks an object set in the request by the controller to make sure t

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Chen, Kevin
thanks, that helped. Actually you do not need to map each url to a jsp page. you can use path mapping, then when you forward to jsp page, get rid of the servelet path. that will simply your configuration a lot. cheers, kevin -Original Message- From: Byung Jin Chun [mailto:[EMAIL PROTEC

RE: class load order and conflicts

2000-11-09 Thread Kitching Simon
Hi, I'll have a stab at this one. Any corrections welcome. When tomcat starts, the tomcat code itself gets loaded via the default (root) class loader, which knows about CLASSPATH. Tomcat then creates a class loader for each webapp, giving the webapp-specific class loader a search path containin

Tomcat on Apache on NT....

2000-11-09 Thread pavas
hello there. i have read ur documentation on Integration with Tomcat on apache on NT. but even then i m not able to configure Tomcat. servlets are working fine , but JSP is not working. please share ur knowledge with me , for helping me out. thanks and regards pavas

Tomcat Virtual Hosting

2000-11-09 Thread John Elia
Hey Gang, Semper Fi to all those former Marines out there. My question is: Does anyone have any experience running tomcat with virtual hosts? I am using Apache (and I use virtual hosting extensively) and am adding JSP functionality to the clients. I dont want to give a long winded explanation

"Not found (404)" error if JSP page contains unsupported encoding

2000-11-09 Thread Christian Mallwitz
Hi, If you have the following JSP: <%@ page session="false" contentType="text/html; charset=UTF-7" %>Character Encoding Test - UTF-7 JSP <% out.write("This is unicode for Euro: \u20ac [should be €]"); %> I get a "Not found (404)" page. JWS throws an UnsupportedEncodingException though. Nevermi

RE: Problem starting Tomcat

2000-11-09 Thread Ian Guthrie
I have been having an unusual problem with servlet reloading. We are in a development environment and are uploading new servlets on a regular basis for testing. I have read the FAQs and documentation on the issue and I have set the options for servlet reloading in server.xml to true. It works for

largeFile init parameter

2000-11-09 Thread Christian Mallwitz
Hi, I read about the largeFile init parameter and set it to true in my conf/web.xml file. but the static HTML is still in the class file. The FAQ says: "If the file is really large then all the static html is stored is a separate data file if the value of this param is set to true." How large i

Re: problems with mod_jk

2000-11-09 Thread John Elia
Sorry to those who have read before: but I see the need to re-post For anyone who is interested. I compiled mod_jk.so on linux (Red Hat 6.2, Apache 1.3.14, Tomcat 1.3). here is what I did. from ( /usr/local/jakartahome/jakarta-tomcat/src/native/apache/jserv ) I used the command line ( apxs -o m

forward to an absolute URL

2000-11-09 Thread Zsolt Koppany
Hi, I understand that I can forward a request to an other page with . My example works with relative URL but how can I forward to a page such as "http://www.netscape.com"? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-

Re: class load order and conflicts

2000-11-09 Thread Ingo Luetkebohle
On Thu, Nov 09, 2000 at 04:38:22PM +0100, Kitching Simon wrote: > I'll have a stab at this one. Any corrections welcome. Thanks for the explanation! That explains a piece in section 9 of the spec: Each servlet gets its own context. The doc could be more elaborate and explain that that implies its

RE: forward to an absolute URL

2000-11-09 Thread Lacerda, Wellington (AFIS)
You can forward only to an address INSIDE your context. You must use response.sendRedirect otherwise. Wellington -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: 09 November 2000 17:51 To: [EMAIL PROTECTED] Subject: forward to an absolute URL Hi, I understand th

RE: forward to an absolute URL

2000-11-09 Thread Chris Freyer
The tag is for redirecting a request to another jsp/servlet/html page within the same context. In other words---on the same server. I'm sure somebody will correct me if I'm wrong about the scope of "context". It sounds like you want to make the browser go to another machine, which is a clien

Re: Tomcat using Apache gives "ajpv12" Internal Server Error

2000-11-09 Thread Hussam Alsawadi
There is a small point to solve the problem, which not clear even in the user manual. You should start both apache and tomcat. Fun Hussam --- Gregory Wilson <[EMAIL PROTECTED]> wrote: > I am having hte same problem as you. No solution as > of yet. I know that > Tomcat is running becu

Re: "another" Tomcat using Apache gives "ajpv12" Internal Server Error

2000-11-09 Thread Hussam Alsawadi
Thank for all for there help. I think this issue should be added in the user manual since several people faced it. Hussam --- Hany Hassan <[EMAIL PROTECTED]> wrote: > This happened to me, too. I think the main reason > people do not start Tomcat is that the Apache, when > it runs, gives a messa

Several WebDAV projects???

2000-11-09 Thread Hussam Alsawadi
Hi all, There are several projects support WebDAV: Apache 1.3 + mod_dav , Apache 2 , Slide + Tomcat 4 + Avalon 2.2. It is clear that Apache 1.3 and mod_dav will produce Apache 2. But what can we say about the rest. Are they redundancy works? I want to utilize one of them. Please, can an expert a

RE: class load order and conflicts

2000-11-09 Thread Wong, Connie
Can you provide the website of this section 9 spec? I'm interesting to read more about this stab. Thanks, Connie > -Original Message- > From: Ingo Luetkebohle [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 09, 2000 12:21 PM > To: [EMAIL PROTECTED] > Subject: Re: class load o

RE: Help! Tomcat 3.2 BETA 6 crashes with only 20 simulated users

2000-11-09 Thread jblum
I have some additional useful info about our problem below. We ran the same test as below except we eliminated Apache and mod_jk totally from the equation by using port 8080 in the URL to connect directly with Tomcat. And after a few hours Tomcat stopped responding with no errors in the logs. The

Re: Oracle and Tomcat

2000-11-09 Thread John Skovron
We use the Oracle 8i Java "thin" JDBC client on Linux without the oci native libraries, by including the JDBC extenstions (jdbc2_0-stdext.jar) and the Oracle Java thin JDBC classes (classes111.zip). You have to get the jars included in the classpath during the tomcat startup script and specify th

RE: RFI.

2000-11-09 Thread Kent Huo
Try the following link http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 This is the archive of tomcat-user mailing list. You also can do search by criteria. -Original Message- From: John Bateman [mailto:[EMAIL PROTECTED]] Sent: November 9, 2000 7:06 AM To: Tomcat-User (E-mail) Subjec

New with tomcat. Error with standard tomcat-apache.conf

2000-11-09 Thread Stefan Lang
Tomcat is working fine (http, Servlets and JSP). Apache with mod_jserv is working fine (Servlets). Switching to the automatic generated tomcat-apache.conf and starting apache as service causes an abort (Error 1067) and no log of any error. System NT 4.0 (sorry) JDK 1.2 (Jbuilder 3) Apache 1.3.

Re: class load order and conflicts

2000-11-09 Thread Ingo Luetkebohle
On Thu, Nov 09, 2000 at 12:45:20PM -0500, Wong, Connie wrote: > Can you provide the website of this section 9 spec? I'm interesting to read more >about this stab. Its just the regular servlet spec and section 9 is not very detailed, unfortunately. The URL is http://java.sun.com/products/

RE: forward to an absolute URL

2000-11-09 Thread Kitching Simon
Hi Zsolt, The jsp:forward tag makes an internal "function call" to the servlet corresponding to the page you specify. Clearly, this doesn't make sense for a different site. Instead, use jsp:redirect (I might not have got that name quite right, I use scriptlet code <% request.sendRedirect("www.ac

How to recompile mod_jserv.so

2000-11-09 Thread Anton Betha
What do I have to install to recompile mod_jserv.so. I tried it with Suse 6.4 and the packetes gcc + linclude, but it won't start. __ Do You Yahoo!? Gesendet von Yahoo! Mail - http://mail.yahoo.de Yahoo! Mail auf Ihrem Handy? - http:

command does not work

2000-11-09 Thread David Miller
Hi, I am having trouble getting the command to run in my ant build.xml file. The following simple example: produces a java.io.IOException. (...bin/antRun: not found...) I am running ant version 1.2 on redhat linux 7. Everything else works great. I actually want to do something more complicat

Re: How to recompile mod_jserv.so

2000-11-09 Thread Phillip C Rhodes
You use the apxs command. It should come with your apache bin directory. If you do a search on the tomcat site for 'apxs' you would see the exct command. I think it is apxs -f mod_jserv.so *.c On Thu, 9 Nov 2000, [iso-8859-1] Anton Betha wrote: > What do I have to install to recompile mod_j

Re: Several WebDAV projects???

2000-11-09 Thread Ray Allis
Hussam Alsawadi wrote: > > Hi all, > There are several projects support WebDAV: Apache 1.3 > + mod_dav , Apache 2 , Slide + Tomcat 4 + Avalon > 2.2. It is clear that Apache 1.3 and mod_dav will > produce Apache 2. But what can we say about the rest. > Are they redundancy works? > I want to util

RE: Help! Tomcat 3.2 BETA 6 crashes with only 20 simulated users

2000-11-09 Thread Chris Freyer
I experienced a port shutdown on Tomcat 3.2B6 when I held my finger down on the refresh key in IE. Apparently the number of aborted connections generated by the browser was greater than Tomcat could handle. Port 8080 shutdown, while 8007 stayed up. I enabled SYN flooding protection in my Linux

Suggestion for Working with the Jakarta NT Service

2000-11-09 Thread Carpenter, Stewart
Please add an option to jk_nt_service.exe to remove services registered with it. Thanks for your consideration. -Stew

Programatic management of security

2000-11-09 Thread Hector Gonzalez
Hi all, I am working with Tomcat 3.1 beta 6, and Jonas 2.1. I plan to user JDBCRealm for user authentication. Is it possible to: 1. Modify the realm programatically, that is add users, remove users, add roles, etc. 2. Tell tomcat that user x should be logged into the application. I would like to

Problem w/ isapi-redirector failure

2000-11-09 Thread Woodward, Bill
All, I have an applet which communicates with a servlet. I'm seeing a problem where intermittently the isapi_redirect.dll does not redirect the servlet request to Tomcat. The applet-servlet connection works about 60% of the time, fails the rest of the time with the applet hanging. Environment: W

Re: Programatic management of security

2000-11-09 Thread John Ellis
You might take a look at JOnAS 2.1.1. The Jermie version has an integration of Tomcat security and EJB method access. At leaset, it shows how to intercept the Tomcat user information. Hector Gonzalez wrote: > Hi all, > > I am working with Tomcat 3.1 beta 6, and Jonas 2.1. I plan to user JDBCRe

Re: Programatic management of security

2000-11-09 Thread Craig R. McClanahan
Hector Gonzalez wrote: > Hi all, > > I am working with Tomcat 3.1 beta 6, and Jonas 2.1. I plan to user JDBCRealm > for user authentication. Is it possible to: > > 1. Modify the realm programatically, that is add users, remove users, add > roles, etc. This one is easy ... simply update the datab

Sharing sessionId with apache?

2000-11-09 Thread kenneth topp
I want to get sessionid in my apache logs. Is this straight forward? Anyone know how to do this? Thanks, Kenneth Topp

Re: Programatic management of security

2000-11-09 Thread Craig R. McClanahan
"Craig R. McClanahan" wrote: > Hector Gonzalez wrote: > > > Hi all, > > > > I am working with Tomcat 3.1 beta 6, and Jonas 2.1. I plan to user JDBCRealm > > for user authentication. Is it possible to: > > > > 1. Modify the realm programatically, that is add users, remove users, add > > roles, etc

Re: Programatic management of security

2000-11-09 Thread Hector Gonzalez
Hi Craig, Thanks a lot for the answer. I have a few follow up questions though. > > > > 1. Modify the realm programatically, that is add users, remove users, add > > roles, etc. > > This one is easy ... simply update the database. For example, adding a new row > in the users table makes that us

Re: Programatic management of security

2000-11-09 Thread Hector Gonzalez
Hi John, Thanks for responding. I am indeed using Jonas 2.1.1 and the integration with tomcat through jeremie. The problem is that on the jonas side you need a text file describing the users and their roles. This file should be identical to the information contained in the tomcat authentication f

User authentication based on form parameters

2000-11-09 Thread Hector Gonzalez
Hi,   I have an application that has a single servlet. That servlet receives two mandatory paramenters: Screen and Action (i,e main?scree=user&action=show). I also have an xml file that describes the role that the user needs to be in in order to access the screen:   Screen Action   Role

Error message...

2000-11-09 Thread Luc Rivet
Hi, What's this error message usualy means? java.lang.IllegalStateException: Response has already been committed Thanks -- - Luc Rivet [EMAIL PROTECTED]

Re: Programatic management of security

2000-11-09 Thread Craig R. McClanahan
Hector Gonzalez wrote: > Hi Craig, > > Thanks a lot for the answer. I have a few follow up questions though. > > > > > > > 1. Modify the realm programatically, that is add users, remove users, > add > > > roles, etc. > > > > This one is easy ... simply update the database. For example, adding a

Connection failure during handshake? (mm.mysql)

2000-11-09 Thread Harding, David
i have a Database connection pool and connection pool factory written as java classes. the idea is to pool database connections over all of my servlets in my webapp. so far so good. things have been working well for some time now, but i just ran into a problem. java.sql.SQLException: Communica

RE: servlets and the refer link

2000-11-09 Thread Kitching Simon
Hi Betty, Actually, I *do* think that this information is available as part of a normal HTTP request (at least under some conditions, like if redirected by a page whose status code is "temporarily moved" or "permanently moved"). I have vague memories of using this feature from CGI about 4 years

Problems with Tomcat and XML4J/Xerces

2000-11-09 Thread Voegele, Jason
Title: Problems with Tomcat and XML4J/Xerces I'm using Tomcat 1.3.14 on Windows NT Server 4.0 (SP6a).  I'm trying to use IBM's XML4J/Xerces XML parser and experiencing some difficulty. We're trying to use the DOM (Level 2) API for parsing some XML.  This works perfectly fine when invoked from

Sharing session state on IIS...

2000-11-09 Thread Carey Nation
I know this is unholy, but I (through no fault of my own) need to share session state between, blech, some asp's and jsp's. Blame marketing, I do. Anyway, is there a, hopefully decent, way to do this? I want to be able to: asp-> <% Session("thing") = "test" %> asp/> jsp-> out.pri

RE: Startup Problem

2000-11-09 Thread Chay Weei Jye
Hi, Just thought you might want to know, I managed to solve the problem. Must use the 3.2 beta 6. my d:\jdk1.3\jre\lib\ext directory has to be empty, especially the j2ee.jar file must not be there. Still doesnt work with earlier tomcat versions tho. I wonder what was the problem.? Thanks.

archive on the web ????

2000-11-09 Thread Yin Tse
Hi all, Is there an archive of this mail discussion somewhere on the web ? Thanks all.

Re: archive on the web ????

2000-11-09 Thread James Harman
http://mikal.org/interests/java/tomcat/index.html (this is the link on the jakarta page) James On Thu, 9 Nov 2000, Yin Tse wrote: > Hi all, > Is there an archive of this mail discussion somewhere on the web ? Thanks > all. >

servletapi

2000-11-09 Thread Mike Tinnes
Is it recommended to use the most recent servlet API distribution, or is it safer to use the servlet.jar packaged with the Tomcat distribution? The reason I ask is because I'm running into some random behavior with an application that ran fine on the development machine using Forte, but behaves l

Problems with JSPs in Tomcat3.1

2000-11-09 Thread Naga Nunna
JSPs don't seem to work with Tomcat3.1 and JDK1.3. I get a ClassNotFoundException. Adding tools.jar and rt.jar to my classpath didn't help. Neither did copying and inflating the jar files into the same directory as my jsp file. I tried compiling my jsp with the jspc command in the bin and I got

Re: Sharing session state on IIS...

2000-11-09 Thread Scott Jones
I'd use a cookie on this problem (unless your session is storing sensitive information). You could always encrypt it to some degree too... Also, you could write your information to disk or to a database, and then read it into your Java application. Or do you only get to control the Java code?

reading .war archives question

2000-11-09 Thread Alex Belyansky
Hello, Does anyone know if tomcat supports the actual reading of archives? If so how would I change the configuration to make that work? I am trying to setup a context directive in server.xml so that files and servlets from a war file, located in a directory other than webapps, are read. I am u

One servlet or multiple servlets?

2000-11-09 Thread Simon Lam
Hi! I have some functions than can be implemented by one single servlet or multiple servlets. I wonder which method to choose because servlet is like a service on the server side. How will the number of deployed servlets affects the performance of Tomcat? Thanks in advance. Re

apache & tomcat problems

2000-11-09 Thread Yin Tse
Hi all, I'm trying to setup apache to work with tomcat w/o success. I can get both to work separately w/o any problem, but when I place the line "include e:\java\tomcat\conf\tomcat-apache.conf" into my httpd.conf file and re start my apache, I get the message : Could not start Apache service, erro

Dispatcher internals?

2000-11-09 Thread Thom Park
hello, Is there any documentation that describes how the tomcat dispatcher works? I'm trying to track the flow of control of the request down to the actual thread running the servlet, the problem is that I'm still missing something. Can anyone give a thumbnail sketch of the process execution ord

Installation/Getting Rolling

2000-11-09 Thread Ray Madigan
I am running Redhat Linux 6.2 and am attempting to get Apache and Tomcat to work together to serve servlets for my application. I have been using Apache and JServ and the application works well.   I have gone through all of the documentation there is to set this environment up and I have th

Incompatability

2000-11-09 Thread Ray Madigan
I am getting an error message from the build script that seems to point to an incompatibility with some of the libraries I am using.    The message is:   The items attribute is deprecated. Please use the includes attribute.   Has anyone seen this or have any idea what is wrong?   Thanks in

Re: Problems with JSPs in Tomcat3.1

2000-11-09 Thread David Halsted
I'm finding that Tomcat runs JSPs rather nicely (some of the examples are still broken, though, I think). Instead of compiling directly, I just let Tomcat compile 'em when they're first requested, but I had to add JAVA_HOME to my environment (Win2000, IIS, in this case) so that Tomcat actually fi

Re: can you spot the error in my build.{xml/bat} file

2000-11-09 Thread Kent Lau Chee Yong
r u want to setup a tomcat? pls specific your platform, web server used, and related detail in table format. i will try my best to solve this btw, u can check the documentation guide first.

Windows 2000 server & Tomcat

2000-11-09 Thread Antoni Unkovich
Dear Dave, Greetings from down under (New Zealand). I've just discovered Tomcat, and am also a newby to webservers in general, so I'm finding the installation of Tomcat a little difficult. Anyway, I noticed you have Tomcat running on Win2000. I have not been able to get passed the first instal

RE: CAN'T UNSUBSCRIBE

2000-11-09 Thread Siu Hong Hui
Sorry to spam you guys but me too. --- Andy LaMora <[EMAIL PROTECTED]> wrote: > I'm having the same problem. > > -Original Message- > From: Ruben Kleiman > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 07, 2000 13:31 > To: [EMAIL PROTECTED] > Subject: CAN'T UNSUBSCRIBE > > > I'

Re: Problems with Tomcat and XML4J/Xerces

2000-11-09 Thread Mike Spreitzer/Watson/IBM
Jason Voegele, I found the following in the IBM-SOAP v1.2 Release Notes; it may apply to your situation too: IMPORTANT: Tomcat comes with an XML parser (lib/xml.jar) which has the DOM level 1 interfaces. Even if you put Xerces 1.0.3's xerces.jar in your classpath, the wrong interfaces are fou

RE: CAN'T UNSUBSCRIBE

2000-11-09 Thread CPC Livelink Admin
Unsubscring does work - you must be using the wrong email address - here is the list subscription faq (BTW, I am not an admin) Pay sepcial attention to the section about unsibscribing a apecific email which may be different from which you are sending: To unsubscribe from this list

Re: Problems with Tomcat and XML4J/Xerces

2000-11-09 Thread Jeremy Howard
Title: Problems with Tomcat and XML4J/Xerces Jason,   I had the same problem with Tomcat's xml.jar and JDOM's xml parser (www.jdom.org) which is also based on Xerces.  What I ended up doing was jar'ing the two jar files together.  I know its not pretty but it did work.  I hope this helps.  

200 install

2000-11-09 Thread Brent and Maria
Hello, I am trying to install tomcat to work with apache on a windows 2000 machine. Is there any documentation specific for this installation. I installed the apache web server and it works fine, but when I try to install tomcat, it does not run together. Thanks for you help,

Re: Connection failure during handshake? (mm.mysql)

2000-11-09 Thread Michael P. McCutcheon
If memory serves me correctly, a newer version of that MySQL JDBC driver cured the handshake problem. I suggest downloading the latest version... Mike - Original Message - From: "Harding, David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 09, 2000 2:47 PM Subjec

Re: archive on the web ????

2000-11-09 Thread Kent Lau Chee Yong
Hi, guess this is what u looking for http://jakarta.apache.org/jyve-faq/Turbine/screen/MainMenu/action/SetAll/scr een/DisplayTopics/faq_id/12/project_id/2;jsessionid=qahelybdh1 enjoy.

Problems with the most Basic Hello servlet and jsp.

2000-11-09 Thread Mark Koscak
I have encountered some problems setting up Tomcat on my Windows98 system. If anyone could throw up some suggestions I would be most appreciative. Here are the steps I have taken. Downloaded the latest stable version of Tomcat --> jakarta-tomcat.zip 2.26MB (2,372,384 bytes). I have run WinZip

bogus build.bat messages

2000-11-09 Thread Joseph A. Rank
Quite new to servlets, Tomcat, Ant, et. al. I have Tomcat 3.1 running on Win98, and have tried to step through the suggested development process in the appdev documentation. I am hitting two snags. First, when I run build.bat on my little homegrown HeyWorld servlet, the following output is produ

Re: Problems with the most Basic Hello servlet and jsp.

2000-11-09 Thread Jim Richards
>C:\jakarta-tomcat\bin>TOMCAT.BAT start >Out of environment space >Out of environment space >Out of environment space >Out of environment space >Out of environment space To fix this you'll need to edit your c:\config.sys and either add, or modify this entry SHELL=C:\COMMAND.COM C:\ /P /

  1   2   >