second servlet init() when using root context path

2001-03-26 Thread Bob Mulrenin
I wanted to have an index.htm page display for the webserver root http://localhost:8080/index.htm --- I set in server.xml: --- Context path="/" docBase="webapps/test" crossContext="false" debug="1" reloadable="false"/ It does what I want... ---Then upon Tomcat startup : Automatically, the

RE: Apache Modules For Java Application Servers

2001-03-26 Thread GOMEZ Henri
I am not sure if this is the right place to post this question, but since I am desperate, I am doing it anyway. I am using Apache 1.3.9 on linux RH 6.2 as the Webserver and Weblogic 5.1 as the application server. You must contact BEA for that kind of problem. For large file uploads (5 Mb

Re: IOException in server

2001-03-26 Thread Tonny Liu
Hi,I'm really confused :( I've done what you told me and read the documents carefully, but I can't get out of it. It looks like that apache can't execute "LoadMoudle", but what cause it? I'm not clear about this error: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module

Re: IOException in server

2001-03-26 Thread Rafal Maczewski
Hi, Maybe you have apache compiled without DSO (Dynamic Shared Object) support. In such case you are not able to load the modules dynamically using LoadModule directive. Try running the httpd -l this should show you the list of compiled-in modules. If you have mod_jserv.c in the list than you

Re: IOException in server

2001-03-26 Thread Kevin Sangeelee
I have had this problem before, caused by the fact that loadable module support wasn't compiled by default by RedHat's build of Apache (!!) This meant that the LoadModule directive didn't exist as far as my (default) version of httpd was concerned. The solution was to rebuild apache with the

AW: XML in parameter value tag

2001-03-26 Thread Felgenhauer, Florian, VP-EXT, FFELG
Hi Kenneth, simple solution and it works. Thanks Florian -Ursprngliche Nachricht- Von: Kenneth Westelinck [SMTP:[EMAIL PROTECTED]] Gesendet am: Samstag, 24. Mrz 2001 11:00 An: [EMAIL PROTECTED] Betreff: Re: XML in parameter value tag Hi, I'm not sure if this will

Authentication of passwords

2001-03-26 Thread Edwards, Peter
I have set up a JDBCRealm in Tomcat 4 (on Win2000 using remote Oracle 8i database). Initially I had the known problem of "Realm already started" but when I came in this morning the problem had gone away. Can anyone tell me what the options are for the Digest element in server.xml? I'm new to

NoClassDefFoundError - classpath problems

2001-03-26 Thread Adam Ross
Hi, I'm using a set of JSPs that access some java beans in the /web-inf/classes directory. I've been developing the application on Win98, but I need to demonstrate it on NT this coming Friday. Each bean accesses a couple of other classes - for simplicity, assume that they are defined in the

[tc3.2] Connection fails?

2001-03-26 Thread Endre Stølsvik
I have a frameset with two frames which is a servlet which loads a servlet into each fram, which in turn triggers the load of a stylesheet which is a servlet. And then there's static files; images. This implies that there is at least 5 connections, and these _might_ be simultaneous (I guess

chart in jsp

2001-03-26 Thread Altu Altnta (Ko.Net)
are there any way to draw a dynamic chart in jsp ? any source or idea ? thanks .. Altug

Re: NoClassDefFoundError - classpath problems

2001-03-26 Thread Anuj Agrawal
I've had this problem before as well. The problem usually is that the classpath has the right number of members, but in the wrong order. You might want to look in your jar files (if any) to see if there are any classes that are similar, but perhaps one jar has an older version than another. We

RE: chart in jsp

2001-03-26 Thread tnist
Hello Altug, You could try jFreeChart, an open source project found at http://www.jrefinery.com/jfreechart/index.html. JFreeChart is an open-source Java class library for generating charts and has the following features: * supports bar charts (horizontal and vertical), line charts,

Re: chart in jsp

2001-03-26 Thread Ludovic Maitre
Altu Altnta (Ko.Net) wrote: are there any way to draw a dynamic chart in jsp ? any source or idea ? thanks .. Altug Perhaps that you can generate an SVG image (cf www.w3.org) from your data but it's more easy with XML than with JSP. And your public must have a SVG plugin on their

Re: chart in jsp

2001-03-26 Thread Kenneth Westelinck
Hi, Maybe you should use an applet. regards, Kenneth Westelinck From: Ludovic Maitre [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: chart in jsp Date: Mon, 26 Mar 2001 14:34:46 +0200 Altuð Altýntaþ (Koç.Net) wrote: are there any way to draw a dynamic

RE: chart in jsp

2001-03-26 Thread Todd Sussman
We use a program called ESPRESS Chart. It is used to show ECG readings to a web based application. Todd -Original Message- From: Kenneth Westelinck [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 2:50 PM To: [EMAIL PROTECTED] Subject: Re: chart in jsp Hi, Maybe you should

Tomcat and Netscape on AIX

2001-03-26 Thread Ralf Peter Korte
Hello, has anybody experiences with building / compiling the Netscape redirector server plugin on AIX 4.3.3 for Netscape Servers, or does anybody has a binary Version for AIX or can tell me where I can find this ? I use Tomcat 3.2.1 and Netscape Enterprise Server 3.5.1 on a RS/6000 with OS AIX

JaasRealm / LdapRealm

2001-03-26 Thread Torgeir Veimo
I tried to find info on any possible implementation of one of these in the ML archive, but didn't find anything except a pointer to Interceptor sources from a wrox book example. Are there anyone currently working on this? -- - Torgeir

RE: JDBC + Tomcat NT Service

2001-03-26 Thread Randy Layman
I always put the drivers into the web app's lib folder and don't have any problem - Tomcat loads them automatically (if they are .jar files) and this way you can replace the drivers for one webapp at a time without affecting the other webapps (this is useful when you are converting

Tomcat 4.0 and valves

2001-03-26 Thread Tuukk4 |[:)-| p4s4n3n
Hey, I'm trying to write my on AccessLogValve to Tomcat 4.0 b1 but i have encouraged and problem (suprise it's beta software) everything seems to go well. New valve i being loaded and no exceptions been thrown. But when i try to load 127.0.0.1:8080 nuthing happens. My new valve tells that

ISAPI filter problem on win2k, more info

2001-03-26 Thread Dave Brown
I have triple checked all of my settings and whenever I try to start IIS I get the error below. Here's the strangest thing. I downloaded the source and added some DebugBreak() calls and recompiled it and put it into the designated filter location. When I do this I still get the problem and the

How can i create a login application

2001-03-26 Thread João Folha
Hi there. I am trying to develop a web application, where for some url the users will need to login. In this process the users and passwords are in a ms access database. This application will be use in an intranet. Some one can advise me, ou give me some example?

apache 1.3.12 and tomcat 3.3-m2 connection problem ??

2001-03-26 Thread Jestin Jean-Francois
Hello, I'm currently using apache 1.3.12(mod_jk) and tomcat 3.3-m2 under solaris 2.6 talking ajp13 Everything works fine except that I encounter sometime an Internal Server Error if I don't restart Apache each time I restart tomcat. Is there a fix for that problem ? On the other hand I use a

Re: trouble compiling mod_jk.so

2001-03-26 Thread Brian P Millett
Pilho Kim wrote: Hi, Retry with Apache 1.3.14 or 1.3.17 On Fri, 23 Mar 2001, Jim Yiu wrote: Hi, I am trying to compile the Tomcat-Apache plugin for Solaris and am unsuccessful,, I am trying to follow the mod_jk faq but it does not explain what to do when there are compile

Re: Caching a servlet? Sessions in IE?

2001-03-26 Thread A Yang
Have you tried setting the cache and expire headers? Try addding: response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader ("Expires", 0); //prevents caching at the proxy server I have the following:

RE: iPlanet How To = Netscape How-To ???

2001-03-26 Thread Hawkins, Keith (Keith)
Title: "iPlanet How To" = "Netscape How-To" ??? Because we also have clients that run on IIS which needs Tomcat. For ease of deployment/maintenance we would like to use the same servlet engine if possible. Not all servlet engines behave the same, support the same features, comply with the

RE: JDBC + Tomcat NT Service

2001-03-26 Thread Paul Kofon
Hi Randy, Thanks! I'm sorry I failed to mention that I had put the jar files in the lib directory as well. I don't have a problem loading the drivers when I run Tomcat normally but I do when I run it as a service - the drivers just refuse to load. The JDBC drivers are not the only jars in the

RE: JDBC + Tomcat NT Service

2001-03-26 Thread David Oxley
You aren't using the Microsoft VM are you? -Original Message- From: Paul Kofon [mailto:[EMAIL PROTECTED]] Sent: 26 March 2001 15:37 To: [EMAIL PROTECTED] Subject: RE: JDBC + Tomcat NT Service Hi Randy, Thanks! I'm sorry I failed to mention that I had put the jar files in the lib

urlrewriting

2001-03-26 Thread Carlos
can anybody send me a jsp example for understanding what is and how make the url rewritting? thanks Carlos

Re: How can i create a login application

2001-03-26 Thread Paul Kofon
HI, I'm sure there are a number of ways to do this. I have a method I use (which might not be the simplest solution). Usually, my protected page is a jsp. Now, to get to this jsp, you enter your username and password. When you hit the submit button, the request is sent to a servlet that checks

dr watson inetinfo access violation

2001-03-26 Thread Verhoeven Koen
Hello, we have developed an application using JSP. Our development environment was a NT workstation with PWS on it. Tomcat 3.2.1 provided the JSP support and all was well. Yet, now we are trying to get Tomcat going on a NT Server 4 with IIS4 on it, but somethings wrong. The IIS server responds

RE: How can i create a login application

2001-03-26 Thread Bryant, William
I have a similar requirement in the app we are writing... It may not be the best solution to the problem, but here's what I did: I created a 'login page' in which the user enters their username/password. The action of this login form is a servlet that authenticates the username/pass against

RE: How can i create a login application

2001-03-26 Thread Mike Braden
You may want to look at the O'Reilly JavaServer Pages Book, its a new book with current info in it (since things in the Java server world are changing quickly). There are some good examples of access control and form based login such as the one Mike Bryant is using with sample code. It goes

how does apache pickup tomcat servlet mapping

2001-03-26 Thread Abayomi Ayodele
Please help, I'v got a servlet url mapping that apache is not redirecting to tomcat. My web.xml looks like this ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"

Re: How can i create a login application

2001-03-26 Thread João Folha
thanks for your answer, but i dont received the attachment. Could you resend it to me? - Original Message - From: "Bryant, William" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 4:47 PM Subject: RE: How can i create a login application I have a similar

RE: How can i create a login application

2001-03-26 Thread Bryant, William
It's a new method just now designed and written, so we haven't yet worked out potential kinks like duplicate jsp directives, etc. What I am considering (once I learn more about the technology; still new to jsp) is putting this, and other basic code, into a custom tag. -Original

Anybody knows a company that wants to support tomcat

2001-03-26 Thread SEEMANTINI GODBOLE
Any companies out there which will 1. coordinate/fix bugs in Apache + tomcat product 2. Act as our help desk and answer any tomcat config, development issues. 3. Provide consultancy on tuning our app for Apache + tomcat I will appreciate any leads. Thanks, Seemantini

RE: JDBC + Tomcat NT Service

2001-03-26 Thread Paul Kofon
Hi David, No I'm not using the Microsoft JVM. I'm actually using Sun's JDK1.3.1 Beta. This is so I can run Tomcat as service and still be able to log out from Windows without losing the service (the bug was fixed in this release of the JDK). Regards, Paul From: David Oxley [EMAIL

RE: JDBC + Tomcat NT Service

2001-03-26 Thread Paul Kofon
Hi David, No I'm not using the Microsoft JVM. I'm actually using Sun's JDK1.3.1 Beta. This is so I can run Tomcat as a service and still be able to log out from Windows without losing the service (the bug was fixed in this release of the JDK). Regards, Paul From: David Oxley [EMAIL

RE: iPlanet How To = Netscape How-To ???

2001-03-26 Thread John P. Dodge
Yes, you should have no problem using Tomcat with iPlanet4.1. I have used it with NES3.6 and we use Allaire JRun 3.0 with iPlanet4.1 without any problems. Sorry I don't have any specific instructions for you but iPlanet and NES use the same configuration file mechanism so it should not be

Re: Anybody knows a company that wants to support tomcat

2001-03-26 Thread Carlos López M.
My Company could do that, if your intrested let me know Carlos Lpez M. Grupo Unika S.A. de C.V. - Original Message - From: SEEMANTINI GODBOLE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 10:40 AM Subject: Anybody knows a company that wants to support tomcat Any

Re: Two requests when sending rtf files

2001-03-26 Thread David Wall
Did the suggestion to implement getLastModified() not work? David

static pages and directory mapping in Tomcat

2001-03-26 Thread Stéphane BAUDET
Hello, I'm revamping an ASP web server (ISS) to JSP-SERVLET web server (IIS + Tomcat). I've install the IIS-Tomcat redirector and that works fine. To isolate ASP code from JSP code, I've created two web directories: IIS part: web-asp\ web-asp\images\*.gif, *.jpeg web-asp\*.hmtl, *.asp for

RE: How can i create a login application

2001-03-26 Thread Anil Guntgatti
Hi , Am new to tomcat struts , wanted to try a simple example of my own. After starting the tomcat test environment. When http request is sent from browser to server, this is what happens. Console Message is 2001-03-23 06:00:23 - Ctx( /Test-Login ): JasperException: R( /Test-Login + /login.jsp

Tomcat, Apache PHP

2001-03-26 Thread Andy Barilla
I have a RedHat Linux box setup with Tomcat, Apache and PHP. Everything is working fine. I.E. If I go to to http://myserver.com/test.jsp it processes the jsp file and http://myserver.com/test.php it process the php file. However if I go to the Tomcat port it spits out the PHP code and doesn't

Re: [tc4 vs. tc3.x] Cannot read file, java.io.FileNotFoundException

2001-03-26 Thread Craig R. McClanahan
On Mon, 26 Mar 2001, [iso-8859-1] Endre Stølsvik wrote: Thanks for fast reply! On Sun, 25 Mar 2001, Craig R. McClanahan wrote: | Could you try this with a recent nightly build? There have been lots of | bug fixes since 4.0b1 (we're about to roll a 4.0b2 if you want to wait a |

Anybody knows a company that wants to support tomcat

2001-03-26 Thread SEEMANTINI GODBOLE
Sorry for sending the message again, however I had some errors subscribing to the mailing list and was not sure if I got the replies. If you replied to original message and I did not contact you so far, pl. resend the reply to me. Thanks Any companies out there which will 1. coordinate/fix

Re: Tomcat 4.0 and valves

2001-03-26 Thread Craig R. McClanahan
On Mon, 26 Mar 2001, Tuukk4 |[:)-| p4s4n3n wrote: Hey, I'm trying to write my on AccessLogValve to Tomcat 4.0 b1 but i have encouraged and problem (suprise it's beta software) everything seems to go well. New valve i being loaded and no exceptions been thrown. But when i try to load

Tomcat Security Architecture and RSA ACE authentication

2001-03-26 Thread Roytman, Alex
Title: Tomcat Security Architecture and RSA ACE authentication Hello, I wrote JNDI(LDAP) realm for tomcat 3.x based similar to JDBCRealm provided with tomcat My client is going to adopt RSA ACE security infrastructure which to my understanding will require users to append a hardware

Re: Tomcat startup problem

2001-03-26 Thread Jon Small
For sake of brevity, I did not include the entire init script. I did set the TOMCAT_HOME, JAVA_HOME, and CLASSPATH environment variables in the init script. TOMCAT_HOME=/usr/local/tomcat export TOMCAT_HOME JAVA_HOME=/opt/java1.2 export JAVA_HOME PATH=$TOMCAT_HOME/bin:/usr/sbin:/usr/bin:/sbin

Re: Tomcat Security Architecture and RSA ACE authentication

2001-03-26 Thread Craig R. McClanahan
On Mon, 26 Mar 2001, Roytman, Alex wrote: Hello, I wrote JNDI(LDAP) realm for tomcat 3.x based similar to JDBCRealm provided with tomcat Would you be interested in contributing this code to the Tomcat 3 (and/or 4) code bases? My client is going to adopt RSA ACE security infrastructure

Re: Poolman and jmx error

2001-03-26 Thread Java Poop
I am having the same problem. I emailed the author of PoolMan last night, but, he has not responded yet. BTW, what database are you using? JP - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 3:23 AM Subject: Poolman and jmx error Hi,

Can JSP Page extend servlet

2001-03-26 Thread anil
Hi All, I have web based application written with jserv for a newspaper and wanted to port this to tomcat. I do have login servlet, I wonder jsp page can extend the login servlet and use loin methods in there. if yes how? thank you anil

ClassNotFoundException

2001-03-26 Thread Michael Garthwaite
I've new to servlets and jsp and have just installed Tomcat so forgive me if I'm missing something really simple here. I've searched the archives and not found any answers. I've created a new webapp as detailed in the instructions that I downloaded. The servlets and html files work fine but when

RE: Error trying to start Tomcat

2001-03-26 Thread Darrell Porter
environment variables, maybe? -Original Message- From: John Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 11:30 AM To: [EMAIL PROTECTED] Subject: Error trying to start Tomcat Looking for help. On startup, we are getting the following error. The machine specs are

RE: ClassNotFoundException

2001-03-26 Thread Grewal, Gary
Title: RE: ClassNotFoundException What directories are your HTML and your JSP files and your Servlets. Generally JSP files are in the HTML directory or directories below it while servlets are in your web-inf/classes directory. What are you typing on the browser window === Gary Grewal

Multiple Context

2001-03-26 Thread Ben Sifuentes
Guys, Somebody was telling me that Context sharing was the default setting and that there was a flag you had to set which turned off this option? Is this true? If so what is the flag called and were do I go to turn it off? -Ben

Sessions not working right

2001-03-26 Thread kevin bales
I use the jsp:useBean id="Cart" scope="session" class="com.KBSoftware.Base.CustomerCart.CustomerCart"/ for my sessions and when I run the stand alone it works correct. When I run Tomcat under IIS, session are never saved. Each time I go to a page that has a session Object it is always

RE: Error trying to start Tomcat

2001-03-26 Thread John Wilson
We have compared environment variables between the three machines and they are identical. Are there any system parameters that may need to be changed for Tomcat? Thanks, John Wilson

RE: Tomcat Security Architecture and RSA ACE authentication

2001-03-26 Thread Roytman, Alex
Title: RE: Tomcat Security Architecture and RSA ACE authentication -Original Message- From: Roytman, Alex Sent: Monday, March 26, 2001 1:38 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat Security Architecture and RSA ACE authentication Craig, Thank you for such a prompt reply

Apache-Tomcat Connections

2001-03-26 Thread Jonathan Scrowston
I'm getting a little frustrated about this. In fact I only wanted to run Apache and Tomcat on the same machine listening on 2 different IP's. (Both on port 80). I found that Tomcat is seemingly unable to listen to only 1 IP and inteferes with Apache, which as a mature product is simple to setup

How to change context parameter?

2001-03-26 Thread Alex Colic
Hi,If you have a jsp how can you change the context parameter.Eg. in you web.xml file you have:context-paramparam-nameApp/param-nameparam-valuewr/param-value descriptionThe short name for this application. Do NotModify./description/context-paramYou can read this viaServletContext

How to set user.dir in web.xml

2001-03-26 Thread Alex Colic
Hi,I have a database in the root directory of my web app that I use with myJSP. I want to create a war file that does not require any further userintervention in configuring the application.I am not using a dsn to connect to my access database rather I am using thebelow

how to read servletcontext comments?

2001-03-26 Thread Alex Colic
Hi, I am creating an jsp admin screen to allow users to modify programsetting found in web.xml. The below code reads the context paramters andcreates a simple table. What I can't figure out to read is the attributecomments. Any idea how to do this.Any help is appreciated.Alex% ServletContext

Re: ClassNotFoundException

2001-03-26 Thread Michael Garthwaite
The directory structure is /usr/local/jakarta-tomcat/myapp/WEB-INF/classes. I'm placing the jsp and html files in myapp and the servlets in classes. I have defined a context for myapp in server.xml. In the browser I type http://myserver/myapp/index.jsp. "Grewal, Gary" wrote: What directories

IP changes to domain name in URL

2001-03-26 Thread Christopher Shade
Hi, We're using Apache/Tomcat 3.2.1 and a login.jsp page...When we use the IP address in the URL, and we try to log in, the URL changes to our IP name and our "user not found" page appears. It is a relative URL, so it appears that Apache or Tomcat is changing our IP address to our IP name in the

RE: IP changes to domain name in URL

2001-03-26 Thread SEEMANTINI GODBOLE
By any chance do you have two Context path= tags in your server.xml, one pointing to name and other to address? I had a similar problem -Original Message- From: Christopher Shade [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 4:09 PM To: Tomcat-User Mailing List Subject: IP

jsp in users home directory

2001-03-26 Thread Shun-Luoi Daniel Fong
I finally figured out how to configure tomcat, apache on linux to recognized a .jsp file out of Apache's document root. i.e. http://www.myserver.com/testex.jsp However, I would like to place a .jsp file in the public_html directory of a users account, i.e.

Tomcat SSL direct.

2001-03-26 Thread Eric Wong
I am trying to use Tomcat direct (standalone). I can get Tomcat SSL working if I generate the .keystore the following way: keytool -genkey -alias tomcat -keyalg RSA But when I generate the certificate with openSSL: 1. generate a request and key; openssl req

Apache - Tomcat as SSL-Environment. Any suggestions ?

2001-03-26 Thread Irma Tröger
Hi, we are currently planning a setup for a new application and decided to use Apache as Web Server and Tomcat as JSP/Servlet Engine. This is -so far- a pretty common way I guess. We now think about the environment to build up, because it has to be an application running SSL. We think about

applet-servlet communication problem

2001-03-26 Thread Paul Yoon
Hello, Hello, I got the following error msg. My applet is supposed to send sql string to servlet and servlet is supposed to send back the result. Do I need to signed applet for doing this? If I need to sign and other procedure, where can I refer or get detail information? Thank you in advance.

RE: Apache - Tomcat as SSL-Environment. Any suggestions ?

2001-03-26 Thread Filip Hanik
I would recommend leaving Tomcat and Apache on the same machine, use mod_jk (ajp13) for the communication and leave the SSL to Apache. this will maximize your performance Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

Re: Apache Modules For Java Application Servers

2001-03-26 Thread Aejaz Sheriff
Thanks, I will ask BEA and get back with the solution if I get any - Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 2:42 PM Subject: RE: Apache Modules For Java Application Servers I am not sure if this is the right

ISAPI Filter under Windows 2000

2001-03-26 Thread Gustavo Muñoz
Hi: I've downloaded Tomcat this very afternoon. The version is 3.2.1 Apparently there is a problem with the ISAPI Filter under Win2K. The IIS never loads the ISAPI filter correctly, that is, it never appears the green upward-pointing arrow. It seems that the problem is that the dll has not a

Loading order of aliases in web.xml

2001-03-26 Thread Mohan Surender
friends, Is there is any particular order in which the aliases defined in webapps\myapp\web-inf\web.xml are loaded ? I tried playing around with the order of my aliases but Tomcat seem to load the aliases in a fixed order. I am using tomcat 3.1 and all the aliases have load-on-startup property.

Re: tomcat dies in OS X

2001-03-26 Thread miles poindexter
What does your .out file say? It should be in your logs folder. In Tomcat 4.0, its called catalina.out. Not sure what its called in 3.2.1. If I remember correctly, 3.2.1 would just print to the command line if there was an error. If you're not getting msgs there. Maybe Tomcat is never really

RE: ISAPI Filter under Windows 2000

2001-03-26 Thread Dave Brown
Gustavo, Can you define how the 'priority level' affects the loading of the DLL. IIS doesn't even attempt to load the DLL from what I can tell. I've added DebugBreak() statements and they are never encountered. Dave -Original Message- From: Gustavo Muoz [mailto:[EMAIL PROTECTED]]

Re: How can i create a login application

2001-03-26 Thread David Crooke
Caution: If you do this by using a redirect and relying on the referrer header passed by the browser, you aren't really creating security. What you want to do is set a flag in the Java session on the server side, and have all subsequent JSP's / servlets check it. Paul Kofon wrote: HI, I'm

Re: chart in jsp

2001-03-26 Thread Sunil Chandurkar
Applet is time consuming stuff for genrating dynamic chart.. go for XML.. thats only recommended solution sunil --- "Kenneth Westelinck" [EMAIL PROTECTED] wrote: Hi, Maybe you should use an applet. regards, Kenneth Westelinck From: Ludovic Maitre [EMAIL PROTECTED]

ISAPI in Win2K doesn't find jvm (?)

2001-03-26 Thread powerlifter
Hye all, new to the list and would sure appreciate it if I can get a bit of help. Current situation: - installed Tomcat 3.2.1 on Win2K server SP1 box - confirmed installation through standalone server - installed isapi redirector per specs in documentation - confirmed properties files for

Re: Apache - Tomcat as SSL-Environment. Any suggestions ?

2001-03-26 Thread David Crooke
Irma Trger wrote: Hi, we are currently planning a setup for a new application and decided to use Apache as Web Server and Tomcat as JSP/Servlet Engine. This is -so far- a pretty common way I guess. We now think about the environment to build up, because it has to be an application running

CLASSPATH ERROR

2001-03-26 Thread Elgene Castaneda
hello all...i would like to know where should i put my class files on jakarta tomcat??...im having this huge problem regarding classpath..my tomcat is running but it seems that he cant see my class files...is there any configurations should i make to the conf's? help needed... tnx

Win2000 IIS

2001-03-26 Thread Eric Jenson
Having an issue setting up Tomcat with Win2000 IIS. I have installed Tomcat 3.2.1 and successfully displayed the examples in the browser via the standalone mode. I did this for port 8080 and 80. I then loaded the isapi_redirect.dll in IIS. I have a green up arrow. I commented out the

ISAPI Filter under Windows 2000

2001-03-26 Thread Gustavo Muñoz
Hi: I've downloaded Tomcat this very afternoon. The version is 3.2.1 Apparently there is a problem with the ISAPI Filter under Win2K. The IIS never loads the ISAPI filter correctly, that is, it never appears the green upward-pointing arrow. It seems that the problem is that the dll has not a

Re: chart in jsp

2001-03-26 Thread nmlaneyREMOVE
The only dynamic charts I've seen have used fixed size images combined dynamically to form a graph, chart, tree, etc. sorry, no code. Neill Laney http://home.nc.rr.com/nlaney -- Web Developer/Technical Support Specialist.

Problems while configuring Apache-Tomcat on Linux

2001-03-26 Thread Kavita Jotwani
For configuring Apache-Tomcat to work together on Linux, I downloaded the file named mod_jserv_tomcat.so from the www.jakarta.apache.org site and placed it in the /usr/local/apache/libexec/ directory. The tomcat-apache.conf that was generated on starting tomcat was also renamed to tomcat.conf and

RE: Problems while configuring Apache-Tomcat on Linux

2001-03-26 Thread Gustavo Muñoz
Hi JServ is an old version. Try mod_jk it is better solution. My two cents, Gustavo. -Original Message- From: Kavita Jotwani [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 11:15 PM To: '[EMAIL PROTECTED]' Subject: Problems while configuring Apache-Tomcat on Linux For

Re: how does apache pickup tomcat servlet mapping

2001-03-26 Thread Milt Epstein
On Mon, 26 Mar 2001, Abayomi Ayodele wrote: Please help, I'v got a servlet url mapping that apache is not redirecting to tomcat. My web.xml looks like this [ ... ] I will expect a request like http://host/app_context/promosite.app to be mapped to PromoServlet but I get a error 404 The

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Joe Laffey
On Mon, 26 Mar 2001, Hunter Hillegas wrote: I have a strange problem with my Servlet app running in Tomcat 3.2.1 on Linux. The method posted below takes a String and uses it in conjunction with a PreparedStatement to create a query. I've added debugging code to the method to print output

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Hunter Hillegas
From: Joe Laffey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 26 Mar 2001 23:38:48 -0600 (CST) To: Tomcat User List [EMAIL PROTECTED] Cc: Hunter Hillegas [EMAIL PROTECTED] Subject: Re: Confusing Problem with SQL Query in Tomcat pst = con.prepareStatement("SELECT *

Re: Problems while configuring Apache-Tomcat on Linux

2001-03-26 Thread Kenneth Westelinck
Hi, Maybe you should get the source of the module and compile it yourself. regards, Kenneth Westelinck From: Kavita Jotwani [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: Problems while configuring Apache-Tomcat on Linux Date: Tue, 27 Mar

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Joe Laffey
On Mon, 26 Mar 2001, Hunter Hillegas wrote: pst.clearParameters(); No need for clearParameters(). The setString will override any old parameters (if their were any). Can't hurt though, can it? Don't think so, but why make extra method calls ;-) My guess is that it

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Hunter Hillegas
From: Joe Laffey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 27 Mar 2001 00:07:44 -0600 (CST) To: Tomcat User List [EMAIL PROTECTED] Subject: Re: Confusing Problem with SQL Query in Tomcat Can't hurt though, can it? Don't think so, but why make extra method calls ;-)

Re: how does apache pickup tomcat servlet mapping

2001-03-26 Thread baumans pascal
I think you should try the '*' char before what you want to redirect : url-pattern*promosite.app/url-pattern From: Abayomi Ayodele [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how does apache pickup tomcat servlet mapping Date: Mon, 26 Mar 2001 17:22:27 +0100

JDBC Connection in JSP but runs is Servlet

2001-03-26 Thread java4dinman
My program connects to my MYSQL thro mmmysql jdbc drivers perfectly n theres no problem. But the same application does not run properly in JSP. Other JSP programs run perfectly fine.. What may be the error... Thanx in advance DINMAN Enjoy being an Indyan at http://www.indya.com

query??

2001-03-26 Thread Amit Mahale
I am a tomcat user my o.s is windows 95 .I would like my friend to view my project files through the internetso i capture the IP address using "winipcfg" and ask my friend to type the url as http://IP ADDRESS/ but there comes an error saying cannot connect to server... do i need

ClassNotFoundException

2001-03-26 Thread Michael Garthwaite
I've new to servlets and jsp and have just installed Tomcat so forgive me if I'm missing something really simple here. I've searched the archives and not found any answers. I've created a new webapp as detailed in the instructions that I downloaded. The servlets and html files work fine but when

Desperate with java.lang.VerifyError

2001-03-26 Thread jdevora
Hi everybody. I am getting all the time a very estrange error that is driven me mad... Just after call a Servlet I get the error: Error: 500 Location: /sharewatch/ShareWatch Internal Servlet Error: java.lang.VerifyError: (class: com/saadian/sharewatch/utils/Screen, method: showPage

Re: ClassNotFoundException

2001-03-26 Thread Sam Butterworth
Michael, I had a problem similar to this tonight. After a little searching I found out that it was related to classpath. Make sure your classes folder is in your classpath. Good luck, Sam At 3/26/2001 10:17 PM, you wrote: I've new to servlets and jsp and have just installed Tomcat so

Re: Problems while configuring Apache-Tomcat on Linux

2001-03-26 Thread Sam Butterworth
Kavita, I had a problem with mod_jserv.so at first as well. I had to compile mod_jserv my self. Once I did everything worked perfectly. Good luck, Sam At 3/26/2001 09:15 PM, you wrote: For configuring Apache-Tomcat to work together on Linux, I downloaded the file named mod_jserv_tomcat.so

Re: query??

2001-03-26 Thread Alex Fernández
The default port is 8080. So your friend should try http://yourip:8080/ Ah, one more thing: try sending messages with more descriptive subjects. It helps if you want a prompt response. Un saludo, Alex. Amit Mahale wrote: I am a tomcat user my o.s is windows 95 .I would like my

  1   2   >