Re: Red Hat Tomcat successful user?

2001-01-12 Thread Pete Ehli
Title: Red Hat Tomcat successful user? I don't use Linux and tomcat (NT and tomcat) but I bet you could really use this web sit. http://www.jammconsulting.com/servlets/com.jammconsulting.servlet.JAMMServlet/ReadingRoomPage   Let me know if this does the trick. I plan on trying my hand at Linux

Re: Blending webapps with HTML files

2001-01-12 Thread Geoff Lane
First time posting to the list. So good to meet you all. :) > David Wall wrote: > > I'm new to Tomcat 3.2.1 and Servlet 2.2 in particular, having just > come from JRun before webapps made their debut. > > I'm struggling with the "best practices" people are using for storing > their JSPs and Jav

Blending webapps with HTML files

2001-01-12 Thread David Wall
I'm new to Tomcat 3.2.1 and Servlet 2.2 in particular, having just come from JRun before webapps made their debut.   I'm struggling with the "best practices" people are using for storing their JSPs and Java class files in the webapps directory, while storing images and html files in the web

Directory going to index.jsp

2001-01-12 Thread David Wall
I'm running Apache 1.3.14 with Tomcat 3.2.1 on Linux RH 6.2 and I've noticed some odd behavior finding the index.jsp file when a directory name is present.  As before (I was running with JRun before), I have this in httpd.conf:   DirectoryIndex index.jsp index.html   And my Tomcat mounts look

Re: problem starting Apache with mod_jk

2001-01-12 Thread Jared
>> if you are using Solaris and Apache 1.3.14 you can download a compiled >> version of mod_jk.so >> at http://news.pakana.com/mod_jk.so > > I'll give it a try! whoops, that's a Sparc binary. I'm running Solaris for Intel. So, I thought, try rebuilding it - I tried an additional flag to

Re: problem starting Apache with mod_jk

2001-01-12 Thread Filip Hanik
let me know how it goes Filip Filip Hanik Technical Architect [EMAIL PROTECTED] "Windows is a 32 bit patch to a 16 bit GUI based on a 8 bit operating system written for a 4 bit processor by a 2 bit company which can not stand 1 bit of competition." - Original Message - From: "Jared" <[

Re: problem starting Apache with mod_jk

2001-01-12 Thread Jared
> try to provide some more info on your system > > 1. OS > 2. Apache version > 3. Tomcat version sorry. Solaris 8 for Intel Apache 1.3.14 Tomcat 3.2 > if you are using Solaris and Apache 1.3.14 you can download a compiled > version of mod_jk.so > at http://news.pakana.com/mod_j

Install the Binary Version of Tomcat

2001-01-12 Thread Shicheng TIAN(CMS)
Hello there, I followed the instruction below trying to install Tomcat (on Windows 2000), but failed to do so?! >How Do I Install the Binary Version of Tomcat? >Very simple. You should: >Download the zip/tar.gz/whatever file from >http:

Re: problem starting Apache with mod_jk

2001-01-12 Thread Filip Hanik
try to provide some more info on your system 1. OS 2. Apache version 3. Tomcat version if you are using Solaris and Apache 1.3.14 you can download a compiled version of mod_jk.so at http://news.pakana.com/mod_jk.so Filip Filip Hanik Technical Architect [EMAIL PROTECTED] "Windows is a 32 bit

problem starting Apache with mod_jk

2001-01-12 Thread Jared
hello, I'm trying to get Apache and Tomcat to work together via mod_jk, but I am not having much luck. I have mod_jk.so built and in Apache's libexec directory properly. In Apache's httpd.conf, for Tomcat I've only included this line: Include /usr/local/tomcat/conf/mod_jk.conf-auto

Re: Setup problems on Debian linux

2001-01-12 Thread Gregory Guthrie
At 08:58 PM 01/12/2001 -0600, Gregory Guthrie wrote: >-- It is there, but permissions may be wrong; should ti be owned by www-data? > >omega:/var/lib/tomcat/conf# ls -l >total 20 >-rw-r--r--1 root root 345 Nov 5 22:53 iis_redirect.reg-auto >-rw-r--r--1 root root

Re: Setup problems on Debian linux

2001-01-12 Thread Gregory Guthrie
At 03:45 PM 01/12/2001 -0800, Robert Wohleb wrote: >Look at stcout.log. It looks like init.d script for tomcat is >redirecting output to that file. Thus, what I was saying about stderr >telling you something would now be in that file. -- ok. >Why is jasper using /usr/share/tomcat/work/localhost

RE: Managing Processes and Memories

2001-01-12 Thread Kxu
OK, That's explains. So I guess setting the initial and max heap size will bottle all them up. Thanks Ken -Original Message- From: Steve Toth [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 4:28 PM To: '[EMAIL PROTECTED]' Subject: RE: Managing Processes and Memories Java doe

Re: .war files

2001-01-12 Thread Craig R. McClanahan
Mary McCarthy wrote: > hi > anyone know how the .war files in the webapps folder generated? > Thanks. > A web application archive (WAR) file is just a JAR file with a particular directory structure (as described in the Servlet Specification at

Meta -inf folder

2001-01-12 Thread Mary McCarthy
Hi, Anyone know what the Meta-inf folder is for? Thanks in advance. _ Get your FREE download of MSN Explorer at http://explorer.msn.com - To unsubscribe, e-mail: [E

.war files

2001-01-12 Thread Mary McCarthy
hi anyone know how the .war files in the webapps folder generated? Thanks. _ Get your FREE download of MSN Explorer at http://explorer.msn.com - To unsubscribe, e-m

Re: PoolMan/Tomcat

2001-01-12 Thread Jon Baer
Java object pooling and caching library. Its a pooling manager used for Connection pooling but it has the ability to pool any object type not just java.sql.Connection. Im not sure but I think it is dropped in favor of javax.sql.* package.  Bummer their site is down. - Jon Cam DeBuck wrote: When

Re: PoolMan/Tomcat

2001-01-12 Thread Cam DeBuck
When I try to access that site I get redirected to:   http://poolman.sourceforge.net/   Nothing comes up.   BTW, what exactly is Poolman?  I too use Oracle 8i (8.1.6 and 8.1.7).  Thanks.   --Cam-- - Original Message - From: Gianni Salvagno To: [EMAIL PROTECTED] Sen

Re: Passing SSL info from Apache to tomcat

2001-01-12 Thread Filip Hanik
can you send us your config files, Filip Filip Hanik Technical Architect Pakana Corporation [EMAIL PROTECTED] 415-371 9200 ext 3529 "Windows is a 32 bit patch to a 16 bit GUI based on a 8 bit operating system written for a 4 bit processor by a 2 bit company which can not stand 1 bit of competit

PoolMan/Tomcat

2001-01-12 Thread Gianni Salvagno
I work with Apache-Tomcat and Oracle8i. My java applications work with PoolMan (codestudio) for the jdbc connection management. I  read on  Sun JDBC forum that Tomcat does not support it. Is it true? Can you help me ? I try to find http://www.codestudio.com   but it' losted , I could not con

RE: Managing Processes and Memories

2001-01-12 Thread Steve Toth
Java doesn't really use that much memory, treat all those processes as threads, top/ps show the threads as seperate processes and asll that memory is being shared between them. -Original Message- From: Kxu [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 4:19 PM To: '[EMAIL PROT

RE: Tomcat Crashing

2001-01-12 Thread Steve Toth
A small note to everyone, if you didn't know, the JDBC-ODBC bridge from Sun is BETA and unsupported. Not multithreaded (which is why it is crashing) and only supports one result set per connection. See Sun's JDBC Java page for more information. If you plan to deploy anything, use mySQL, oracle

Managing Processes and Memories

2001-01-12 Thread Kxu
Hi, I just set up a Tomcat server 3.2 to work with Apache web server 1.3 on a Linux box. I can help to notice that Tomcat started 38 java processed on the machines and used about 370M of virtual memory. My question is that is it really necessary to have that much processes running and that much m

Re: Tomcat Crashing

2001-01-12 Thread Robert Wohleb
I agree with Jon; get mysql. Your problem might be caused by a bad dll somewhere os\r buggy software in the JDBC-ODBC bridge. Problems with dlls cause huge memry leaks and weird crashes like you are experiencing. ~Rob Jon Baer wrote: > > Sounds like an ODBC/SQL database problem, you should not

Re: Setup problems on Debian linux

2001-01-12 Thread Robert Wohleb
Look at stcout.log. It looks like init.d script for tomcat is redirecting output to that file. Thus, what I was saying about stderr telling you something would now be in that file. Why is jasper using /usr/share/tomcat/work/localhost_8080%2Fadmin_old for srcatch? Shouldn't it be using just /usr/s

RE: Installation on Windows 2000

2001-01-12 Thread Craig O'Brien
I just installed Tomcat 3.2 on windows 2000 Server yesterday and it went rather easily. Everything works great! :0) Print out and read the documentation that comes with the download before you begin. Also print out the server.xml, tomcat.xml etc all of the configuration files. The documen

INTERNAL SERVER ERROR 500???

2001-01-12 Thread Mary McCarthy
Hi I have a problem with my first JSP program. I have the .jsp files stored in C:\jakarta-tomcat\webapps\mary\jsp and BOTH my .java and my .class files stored in C:\jakarta-tomcat\webapps\web-inf\Classes When I start the server and point my browser to http://localhost:8080/mary/jsp/hello.js

Re: Setup problems on Debian linux

2001-01-12 Thread Gregory Guthrie
At 02:48 PM 01/12/2001 -0800, Robert Wohleb wrote: >Try restarting tomcat and apache in a shell. Anything that might be >going to stderr will get displayed. If tomcat is set to put this to log >it will be in logs/tomcat.log. Mod_jk might be working fine, tomcat is >having a problem with it. -- se

Installation on Windows 2000

2001-01-12 Thread Shicheng Tian
Hello there, I wonder if anyone could advice me on the procedures/install instructions for installing Tomcat on the following platforms: 1. Windows 2000; 2. Windows NT 4.0 Workstation. Thanks, Shicheng PS: JRun from Allaire Corporation is an expensive software which supports JSP; so what i

Re: Tomcat Crashing

2001-01-12 Thread Jon Baer
Sounds like an ODBC/SQL database problem, you should not use JDBC-ODBC bridge. I would download MySQL (free): http://www.mysql.net And use the JDBC API for it (Type IV): http://www.mysql.net/downloads/api-jdbc.html - Jon Suleyman Serkan GURDAL wrote: > Hello; > > We are 4th year students w

Passing SSL info from Apache to tomcat

2001-01-12 Thread Shahed Ali
Hi, I am using Tomcat 3.2.1 w/Apache 1.3.14. (Stronghold 3.0) I have set up client certificates on my client (web browser) and set the Apache directives for a browser to require client certificates to access the site. However, when I run the Snoop Servlet, I dont get a request attribute named "

RE: Starting with JSP and Beans. Please help

2001-01-12 Thread George McKInney
>>Internal Servlet Error:>>org.apache.jasper.JasperException: Unable to compile class for JSPerror: File /usr/local/jakarta-tomcat-3.2.1/webapps/examples/WEB-INF/classes/irina/IndustryGroupData.class does not contain type irina.IndustryGroupData as expected, but type IndustryGroupData. Please r

Tomcat Crashing

2001-01-12 Thread Suleyman Serkan GURDAL
Hello; We are 4th year students who are studying at Middle East Technical University, in the department of Computer Engineering. We are developing a senior design project named web-based seat reservation system for large and distributed computer laboratory environments. We are using the f

Re: Setup problems on Debian linux

2001-01-12 Thread Robert Wohleb
Try restarting tomcat and apache in a shell. Anything that might be going to stderr will get displayed. If tomcat is set to put this to log it will be in logs/tomcat.log. Mod_jk might be working fine, tomcat is having a problem with it. ~Rob Gregory Guthrie wrote: > > I have installed Tomcat (3

Re: Dangerous information available at jasper logs

2001-01-12 Thread Trevor Little
Change the verbosity in server.xml to warning DIEGO RODRIGO wrote: > > Hi, > I have an app that enforces security through a set of login pages, but I am > not using Tomcat realms security. > Now, I have seen that the file jasper.log logs the pages and parameters sent > to them. Is there

RE: Starting with JSP and Beans. Please help

2001-01-12 Thread Stefan Langer
You must import the package in your JSPpage using a line like the following   <%@ page import="irina.*" %>   in order for the compiler to have the package available. And make sure that the bean actually is in the appropriate package!   Hope this helps!   Stefan

An error has occurred in the compiler; please file a bug report

2001-01-12 Thread Bob Jones
Got a good one   Same jsp works find running Tomcat under Visual Age...   Trying to run under Tomcat standalone gets me   Error: 500 Location: /Intranexus/jsp/EpisodeAdmin/index.jspInternal Servlet Error:org.apache.jasper.JasperException: Unable to compile class for JSPerror: An error ha

Setup problems on Debian linux

2001-01-12 Thread Gregory Guthrie
I have installed Tomcat (3.2-4) + Apache(1.3) on Debian linux (2.2). I find that Apache works fine, and Tomcat works find on its port, and serves jsp and servlets on its port, but the Tomcat-Apache link does not seem to work. I don't get any logged errors, or even traffic reports.. I have the

Starting with JSP and Beans. Please help

2001-01-12 Thread Irina Pragin
I was able to compile java bean to class, but I am not able to run JSP   JSP location: tomcat/webapps/examples/jsp/irina/getData.jsp bean location: tomcat/webapps/examples/WEB-INF/classes/irina/IndustryGroupData(.java and .class)   This is how Bean is called from JSP:   I get an error that

Using WebDav to point to other resources

2001-01-12 Thread Jon Baer
I am still trying to get the hang of WebDav servlet. Is it possible to point this servlet to other resources on the server other than /webdav and to create a password-protected area for those resources? Say for example I have my context: /jonbaer/ And I wanted to add /jonbaer/xml to be admin

Dangerous information available at jasper logs

2001-01-12 Thread DIEGO RODRIGO
Hi, I have an app that enforces security through a set of login pages, but I am not using Tomcat realms security. Now, I have seen that the file jasper.log logs the pages and parameters sent to them. Is there any way of avoiding this log file (I don't want the usernames and passwords to a

Re: Red Hat Tomcat successful user?

2001-01-12 Thread Mark Balster
Title: Red Hat Tomcat successful user? I am running that configuration.  Does Tomcat work on 8080? - Original Message - From: kiril To: Jakarta (E-mail) Sent: Friday, January 12, 2001 4:24 PM Subject: Red Hat Tomcat successful user? Is there anyone out the

Re: Something wrong with ajp???

2001-01-12 Thread Brian Engel
You can only shutdown tomcat(with shutdown.sh) with the Ajp12 connector. So you must have it defined in your server.xml file, in case you may have commented it out like I did once. Not sure if this is your problem but I hope it helps... >>> [EMAIL PROTECTED] 01/12/01 11:04AM >>> I get this

Red Hat Tomcat successful user?

2001-01-12 Thread kiril
Title: Red Hat Tomcat successful user? Is there anyone out there successfully runnint Tomcat 3.2.1 w/ Apache 1.3 on Red Hat 6.2 or something similar, using AJP13, who could perhaps show me some config files or give me some hints as to why my install isn't working?  Getting a java.net.SocketEx

Re: Help on Internal server Error 500??

2001-01-12 Thread Mick Sullivan
Good man, Good man Thanks a million!! Original Message Follows From: "Ramkumar Manoharan" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Help on Internal server Error 500?? Date: Fri, 12 Jan 2001 13:09:55 -0800 In your JBuider environment, you

Re: Calling the same servlet regardless of the URL

2001-01-12 Thread Ramkumar Manoharan
Maybe you can try doing this in the web.xml: ServletX ServletX pathinfo /home/jim/testFile You can get this value by using the getInitParameter("paramname") within your servlet code Ra

Problem installing on Win2000 (Part II)

2001-01-12 Thread Marino Vittorio
Tomcat v3.2 Windows 2000 Jdk1.1.8 The server starts properly: 2001-01-12 12:14:50 - ContextManager: Starting endpoint port="8050" handler="org .apache.tomcat.service.http.HttpConnectionHandler" 2001-01-12 12:14:50 - ContextManager: Starting endpoint port="8007" handler="org .apache.tomcat.servic

RE: Problem installing under Win2000

2001-01-12 Thread Marino Vittorio
there's no tomcat script in tomcat v4.0b1 btw I've downloaded v3.2 and now I can manage to run the server but I get this msg when I send requests: 2001-01-12 11:47:04 - ContextManager: Error reading request, ignored - java.lang.NullPointerException at org.apache.tomcat.service.http.HttpCo

Re: Help on Internal server Error 500??

2001-01-12 Thread Ramkumar Manoharan
In your JBuider environment, you will be having a project(xxx.jpr) and all the java files that use will be under this project(you may to create the project if you haven't done already). Right click on the xxx.jpr and click properties.You will get a window.Under the source tab,u have got to spec

Re: FIRST JSP PRGRAM - PLEASE HELP!

2001-01-12 Thread Ramkumar Manoharan
In your JBuider environment, you will be having a project(xxx.jpr) and all the java files that use will be under this project(you may to create the project if you haven't done already). Right click on the xxx.jpr and click properties.You will get a window.Under the source tab,u have got to spec

un subscribe me!!!!!

2001-01-12 Thread PAPIREDDY Poreddy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 8:41 PM To: [EMAIL PROTECTED] Subject: RE: Multipart/form-data I posted a similar message regarding the Oreilly upload package, contacted the author of the package, Mr. Jason Hunter,

Re: Multipart/form-data

2001-01-12 Thread Bill Fox
Saikat- I had a problem with the O'Reilly MultiPartRequest object as well. My error was an IO exception. It was suggested to me on this list (by Ed Gomolka) that Ajp13 has some bugs for file uploading, and that Ajp12 is more stable. Change your mod_jk config to use the Ajp12 worker and see

Re: please unsubscribe

2001-01-12 Thread Robert Wohleb
Everyone makes mistakes, but this has happened more than once in the last week. Doesn't anyone read the bottom of emails anymore? At the bottom of every email are the instructions... ~Rob [EMAIL PROTECTED] wrote: > > would you please unsubscribe [EMAIL PROTECTED] from the list > [EMAIL PROTECTE

Re: need help using bean

2001-01-12 Thread William Brogden
Kervin Pierre wrote: > > Hello, > > I can't seem to get this to work. The bean compiles OK but when I try to > load it, I get a "Error: 500" below saying that my package couldn't be > loaded. > > ... > org.apache.jasper.JasperException: Unable to compile class for > >JSP/usr/local/jakarta/bu

please unsubscribe

2001-01-12 Thread pinstall
would you please unsubscribe [EMAIL PROTECTED] from the list [EMAIL PROTECTED] Patrick Installé ([EMAIL PROTECTED]) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Servlet to JSP

2001-01-12 Thread Brian Engel
Yes you can use request.getParameter("Parm Name") in your JSP to get 'get' and 'post' data. The best way, IMO, is to make a Java Bean that builds this HTML table. Kinda off topic but you may want to use a String buffer instead of a String for your HTML return var. For large tables this will

Re: How to map all requests to a JSP...

2001-01-12 Thread Craig R. McClanahan
britt wrote: > I would like to map >all< incomming requests to a single JSP that will > include content based on the URI. I'm currently running Tomcat > standalone. I know how to map servlets in web.xml but am not sure about > JSP pages. Could someone point me in the right direction? > You ca

Re: jsp:usebean documentation

2001-01-12 Thread Craig R. McClanahan
Shahed Ali wrote: > Hi, > > Where can I find documentation that acctually explains how the jsp:useBean > tag works ? > The best place to start is the specifications that actually define what JSP pages and servlets actually do. For example, the discussion of what actually does is on pages 61-64

RE: FIRST JSP PRGRAM - PLEASE HELP!

2001-01-12 Thread Hosahalli, RaghavendraX
Hi Mick,   Better you try compiling the namehandler.java in command line "javac". like "javac namehandler.java -d  C:\jakarta-tomcat\webapps\Hello\Web-inf\Classes" this should create a directory "hello" for your package under "C:\jakarta-tomcat\webapps\Hello\Web-inf\Classes" and namehandl

Re: Catalina configuration

2001-01-12 Thread Craig R. McClanahan
Federico Delpino wrote: > Hi people, >I just moved to Tomcat 4. > Servlets examples run well, on the contrary JSP examples and my JSP pages > all report the following error: > Which build of Tomcat 4 are you using? I would suggest trying this with beta-1. I know that there hav

Using a servlet to handle a HTTP PUT

2001-01-12 Thread Brett Perkes
I have Tomcat installed and running nicely but can't get Apache to direct a PUT to a servlet. I have a servlet named "attach" which is called with this url http:///vault/servlet/attach. The doGet method is being executed nicely but the doPut method is never executed. In httpd.conf I have this d

Re: Embedding Catalina Engine

2001-01-12 Thread Craig R. McClanahan
Jon Baer wrote: > I have read the documentation inside class catalina.startup.Embedded but dont > quite understand the process as I would like to create a seperate method by > which to *start* and *stop* a server/engine at any time from this GUI. > That is not really what the Embedded class is f

need help using bean

2001-01-12 Thread Kervin Pierre
Hello, I can't seem to get this to work. The bean compiles OK but when I try to load it, I get a "Error: 500" below saying that my package couldn't be loaded. ... org.apache.jasper.JasperException: Unable to compile class for JSP/usr/local/jakarta/build/tomcat/work/localhost_8080/_0002fnetworkd

Re: WML not served in Tomcat

2001-01-12 Thread Craig R. McClanahan
Note that the entries you describe below are only used (by Tomcat) when *static* files are served.  When dynamic files are served (as they are by Cocoon), it is totally up to the servlet to set the appropriate content type. Craig McClanahan     Ivan wrote: Hi all!My question is about how to st

How to map all requests to a JSP...

2001-01-12 Thread britt
I would like to map >all< incomming requests to a single JSP that will include content based on the URI. I'm currently running Tomcat standalone. I know how to map servlets in web.xml but am not sure about JSP pages. Could someone point me in the right direction? Thanks, Britt [EMAIL PROTEC

Help on Internal server Error 500??

2001-01-12 Thread Mary McCarthy
Hi Im writing my first little program that will welcome a user once she enters and submits her details into a web page.There is no problem Writing the JSP files but I cannot start a new .java file in Jbuilder, so I write it in Homesite, save it as .java and attempt to compile it to .class in Jbuild

Calling the same servlet regardless of the URL

2001-01-12 Thread Collins, Jim
Hi, I have a servlet: servletLaunch which I want to be called regardless of the URL (the web app is in the servletLaunch subdirectory of webapps). For example if I entered the URL: http://myhost:8080/servletLaunch/servlet/servletLaunch/home/jim/testFile I want the servletLaunch servlet to be sta

Re: tomcat-user Digest 12 Jan 2001 15:11:28 -0000 Issue 531

2001-01-12 Thread Edilmar Alves
But, how to send the Query processed into Servlet to a Bean. My servlet has many complex logical and I think its hard to convert all the code to a Bean. > Edilmar, > What you need to do is create a Bean to hold your "query" data and then > add it to the session, the request, or the ServletConfig

RE: HELP! JSP and Beans - Error 500

2001-01-12 Thread Kitching Simon
Have you got a package irina; declaration in your bean source? > -Original Message- > From: Irina Pragin [SMTP:[EMAIL PROTECTED]] > Sent: Friday, January 12, 2001 7:52 PM > To: [EMAIL PROTECTED] > Subject: HELP! JSP and Beans - Error 500 > > Hi all, > > JSP loc

FIRST JSP PRGRAM - PLEASE HELP!

2001-01-12 Thread Mick Sullivan
Hi I need help!! I think this problem will be easy to solve as this is my first attempt at a JSP application. I am copying a JSP program from the java.sun.com website and attempting to run it on tomcat. The program is a simple one, the user enters his name into a text box and presses submit. His na

HELP! JSP and Beans - Error 500

2001-01-12 Thread Irina Pragin
Hi all,   JSP location: tomcat/webapps/examples/jsp/irina/getData.jsp bean location: tomcat/webapps/examples/WEB-INF/classes/irina/IndustryGroupData(.java and .class)   This is how Bean is called from JSP:   I suspect there are some vars that need to be set. I am

RE: mod_jk.so and Apache generates undefined symbol error at runtime

2001-01-12 Thread kiril
Title: RE: mod_jk.so and Apache generates undefined symbol error at runtime sounds like a bad compile, I got similar errors when I hadn't compiled mod_jk.so properly.  did you get any errors when compiling? -Original Message- From: Art Taylor [mailto:[EMAIL PROTECTED]] Sent: Frida

RE: Tomcat 3.2.1 load balancing with mod_jk

2001-01-12 Thread Jord Sonneveld
Title: RE: Tomcat 3.2.1 load balancing with mod_jk Hey, The jvm route is set automatically through both the ajp12 and ajp13 request handler. As example, I will take the org.apache.tomcat.service.connector.Ajp13ConnectorRequest. This class extends RequestImpl, which implements Request. For

Path to servlets and JSP

2001-01-12 Thread Venkatesh Prasad Ranganath
Hi, I would like to configure apache+tomcat such that if each user can create //public_html/servlet-bin directory to store servlets and jsp code then http:///~/servlet-bin/ will be handed over to tomcat. I understand that I can use context in server.xml to do this on a per user basis. How can I

Re: Where IS the tomcat log?

2001-01-12 Thread Robert Wohleb
If you don't specify the path, then it goes to stderr I believe. In my development environ, this works out great for debugging. I restart httpd (tomcat is started before apache in the /etc/rc.d/init.d/httpd) explicitly in a shell though to see the stderr. ~Rob Troy Landers wrote: > > My tomcat.

Re: Portal Authentication via Servlet Security

2001-01-12 Thread Robert Wohleb
I think this suggestion has been made for other questions, and I'll make it here. You can always extend the simpleRealm or JDBRealm class to handle such a process. ~Rob Drasko Kokic wrote: > > Craig, this looks really great (still having some > minor problems using JDBCRealm instead of the > S

Re: problem accessing admin context

2001-01-12 Thread Robert Wohleb
Make sure you comment out the simpleRealm section. If you don't and you have both simpleRealm and JDBCRealm defined, they will conflict. Your problem might be the result. At least in my *nix dist the simpleRealm definition comes right before the sample JDBCRealm def. ~Rob [EMAIL PROTECTED] wrote

RE: Large Scale Tomcat use

2001-01-12 Thread Michael Wentzel
> 1. Apache -- Firewall -- Standalone Tomcat -- Firewall > -- DB > 2. Apache -- Firewall -- Apache/Tomcat -- Firewall -- > DB > 3. Apache/Tomcat -- Firewall -- Standalone Tomcat -- > Firewall -- DB > 4. Apache/Tomcat -- Firewall -- Apache/Tomcat -- > Firewall -- DB > 6. Apache/Tomcat -- Firewall -

Re: Large tomcat log

2001-01-12 Thread Robert Wohleb
You can always set the log to show on stderr or /dev/null I think... ~Rob Pete Ehli wrote: > > I think it is set in the server.xml. Use error. or comment out the use of > the log. The key words here is "I think" :-) > -- Pete -- > - Original Message - > From: <[EMAIL PROTECTED]> > To: <

Re: Possible Jasper/introspecthelper bug...

2001-01-12 Thread Robert Wohleb
Ugh. sorry for all the trouble guys. Yeah, that was it. I guess I saw the equals sign from the <%=...%> and just associated it with the INPUT tag. It is still weird that an INPUT tag where the value part was value"" without an equals sign would generate a value of " " and not a null within tom

Large Scale Tomcat use

2001-01-12 Thread A Yang
Hi, I was just curious - if I wanted to architect a multi-tier web app environment, what would be the best approach in terms of scalability, performance and security: 1. Apache -- Firewall -- Standalone Tomcat -- Firewall -- DB 2. Apache -- Firewall -- Apache/Tomcat -- Firewall -- DB 3. Apache/T

NT/Tomcat/Logout

2001-01-12 Thread Edson Carlos Ericksson Richter
When I do and Logout with Tomcat installed as service, all the things stop working. Anyone can help-me? Edson Richter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

error

2001-01-12 Thread Pablo Trujillo
I am working with Tomcat and Apache. Now I am trying to install Apache1.3.14 and mod_ssl. Copy the I module mod_jserv in libexec and add the line include /apache-tomcat.conf in the file httpd.conf. it gives me the following error when lifting the Apache: invalid command LoadModule. What Happe

Re: mod_jk.so and Apache generates undefined symbol error at runtime

2001-01-12 Thread Yang A
> I've managed to compile the mod_jk.so under > Mandrake Linux (RedHat 6.2 and then some) but when I > try to run the module with Apache 1.3.14 I get an > undefined symbol error (see below).I used the Tomcat > source in jakarta-tomcat-3.2.1-src to create the > shared object. The following was th

RE: How to detect Tomcat running on linux?/.

2001-01-12 Thread Ed Gomolka
Title: RE: How to detect Tomcat running on linux?/. Tomcat is just another Java process. You need to enter:   ps -ef|grep java.   The command output doesn't explicitly tell you that Tomcat is running, but it will list whatever options you added to the java command, so you should have enoug

RE: Tomcat 3.2.1 load balancing with mod_jk

2001-01-12 Thread Jord Sonneveld
Title: RE: Tomcat 3.2.1 load balancing with mod_jk Hi Mathias, I've been playing around a fair amount with the loadbalancing code in mod_jk. You might want to read through the jakarta-tomcat/src/native/jk/jk_lb_worker.c file to get a feeling for how it works. As far as I can tell is th

RE: Multipart/form-data

2001-01-12 Thread Ed Gomolka
I don't think that there's a nice centralized bug list, but if there is, I'd like to know the location as well. Ed > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 12, 2001 10:45 AM > To: [EMAIL PROTECTED] > Subject: RE: Multipart/form-dat

jsp:usebean documentation

2001-01-12 Thread Shahed Ali
Hi, Where can I find documentation that acctually explains how the jsp:useBean tag works ? The Servlet API / JSP api are very complex. The JSP tag refrence does not explain the scope of the bean. For example I know that if I have a bean residing in the session and I use the usebean tag with the

Un subscribe me............................

2001-01-12 Thread PAPIREDDY Poreddy
-Original Message- From: fud fudmore [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 10:17 PM To: [EMAIL PROTECTED] Subject: Re: howto implement global applications? >From: Matt Goss <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: howt

Using a servlet to handle a HTTP PUT

2001-01-12 Thread Brett Perkes
I have Tomcat installed and running nicely but can't get Apache to direct a PUT to a servlet. I have a servlet named "attach" which is called with this url http:///vault/servlet/attach. The doGet method is being executed nicely but the doPut method is never executed. In httpd.conf I have this d

RE: New User help required

2001-01-12 Thread Samson, Lyndon [IT]
Just as a matter of interest, you don't actually need apache to serve out http requests. tomcat can do that on its own. Only if you req the features of apache ( performance/config etc ) should you use it. If your primary interest is servlets/JSP/taglibs etc just use tomcat on its own. lcs -

wrapper.properties

2001-01-12 Thread Caspar Boekhoudt
Hi I have Tomcat 3.1 and 3.2 installed on different machines. I'm trying to run them as a service under windows2000, bu following the file: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm l I can't seem to find the wrapper.properties that is mentioned. Thank you, Ca

Tomcat Usage

2001-01-12 Thread Art Taylor
Tomcat-Users, I'm in the process of writing a technical book that features the Tomcat server. I'm looking for stories/testimonials from people (real people) that are using this server in small to medium-sized production environments,i.e., the real world. I know that Tomcat is technicall

Re: howto implement global applications?

2001-01-12 Thread fud fudmore
>From: Matt Goss <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: howto implement global applications? >Date: Fri, 12 Jan 2001 09:41:54 -0500 > >mall, >add your connection pool object to the ServletContext like so: >getServletConfig().getServletContext().set

RE: Multipart/form-data

2001-01-12 Thread mayan
Thanks, this is exactly where the problem is. I just switched my application from ajp13 to ajp12, it works fine with uploading both binary and text files. I never thought it could be the connector problem on the tomcat side. Can somebody tell me where to find all the known problems of tomcat, p

Catalina configuration

2001-01-12 Thread Federico Delpino
Hi people, I just moved to Tomcat 4. Servlets examples run well, on the contrary JSP examples and my JSP pages all report the following error: == org.apache.jasper.JasperException: Unable to compile class for JSP..\work\localhost\examples\_0002f

mod_jk.so and Apache generates undefined symbol error at runtime

2001-01-12 Thread Art Taylor
Tomcat gurus, I've managed to compile the mod_jk.so under Mandrake Linux (RedHat 6.2 and then some) but when I try to run the module with Apache 1.3.14 I get an undefined symbol error (see below).I used the Tomcat source in jakarta-tomcat-3.2.1-src to create the shared object. The following was

Re: getInitParameter

2001-01-12 Thread William Brogden
Luk Smolders wrote: > > Hi, > > I'm using the following command in my servlet : > value = config.getInitParameter("AddressList"); > > Can someone tell me how to configure Tomcat to get the value assigned to > AddressList. > I don't know where I have to put the information (what file ... ?) >

RE: Clarification

2001-01-12 Thread Michael Wentzel
> Sorry I should have been clearer. My example meant the > default package, and > the question was in relation to what would > happen if classes/packages were the same. > > ie > WEB-INF/lib/a.jar > contains; > org.apache.C > > WEB-INF/lib/b.jar > contains; > org.apache.C > > Which C is lo

getInitParameter

2001-01-12 Thread Luk Smolders
Hi, I'm using the following command in my servlet : value = config.getInitParameter("AddressList"); Can someone tell me how to configure Tomcat to get the value assigned to AddressList. I don't know where I have to put the information (what file ... ?) Thanks, Luk --

  1   2   >