RE: Tomcat 4.0.1 SSL experts, please help.

2002-02-07 Thread Anton Brazhnyk
Hi, Just some guesses. You can try to configure two HttpConnectors with SSL support, each with own address and Factory: Hmm, I expected alias param in Factory. So you need two keystores. I didn't try it, but it looks logical for me. Anton. > -Original

mod_jk for beginners

2002-02-07 Thread Donald Lee
Hello all, I just completed a simple document that explains to an absolute beginner how to get the mod_jk connector up and running based on my notes. I found I had many problems finding documentation that suited my needs so I figured there had to be others. I currently have this page hosted on my

RE: WEB-INF/classes

2002-02-07 Thread Anton Brazhnyk
Hi Anja, > -Original Message- > From: Anja Falkner [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 11:37 PM > To: Tomcat Users List > Subject: WEB-INF/classes > > > Hello, > > at setting up a new context for Tomcat, I must have forgotten > something, because tomcat does

Re: Problem with IE

2002-02-07 Thread amohammad
I treid this URL and changed your first name with mine.It is working fine. Ahmed - - Original Message - From: "Uma Maheswar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 8:33 PM Subject: Re: Problem with IE > Hi, > It is a sample one

Is it possible to bind to EJB-s in a J2EE-complient way with Tomcat 4?

2002-02-07 Thread Anton Tagunov
Hello, tomcat community! I have a question regarding ejb-s and the J2EE-isms. I know that the J2EE datasources are now available with Tomcat. I may just configure conf/server.xml, describe the datasource and go ahead. Very good. 1) What about EJB-s? I understand that J2EE 1.3 mandates that the

java.lang.StackOverflowError

2002-02-07 Thread amohammad
Hi, I have tomacat4.0.1 and apache 1.3.0 running on RH7.1.Iam using HTML,JSP and Servlets for application developement.when i start the tomcat and apache it is working fine,but after some time it hangs and does not respond.It is a tomcat issue as i checked out apache is rendering pages which

Re: Problem with IE

2002-02-07 Thread Uma Maheswar
Hi Brian, It is a sample one that I gave you, It is working for me too. Please try this http://www.globalleafs.com/Login.html User ID: kiran Password: kiran and then when you try clicking on any URL, you get HTTP 404 File not found. But the same works fine in Netscape. Please check it. Uma -

Re: Problem with IE

2002-02-07 Thread Uma Maheswar
Hi, It is a sample one that I gave you, It is working for me too. Please try this http://www.globalleafs.com/Login.html User ID: kiran Password: kiran and then when you try clicking on any URL, you get HTTP 404 File not found. But the same works fine in Netscape. Please check it. Uma - Orig

SSL startup issue

2002-02-07 Thread Steve Mactaggart
Hello all, I have been playing with SSL recently and I am in the process of working out installation of signed certificates and stuff. My first step is to use a self signed cert. I have done this before and had no problems. This time though I had problems. First, tomcat wouldn't recognise the

Re: Problem with IE

2002-02-07 Thread amohammad
I have connected to the URL you have mentioned using IE6 and i got following response "Connected to database inside Test Servlet.java uma uma ".what version of IE you are using? Ahmed - Original Message - From: "Uma Maheswar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>

RE: Problem with IE

2002-02-07 Thread Brian Adams
Worked for me! :) in both -Original Message- From: Uma Maheswar [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 10:18 PM To: Tomcat Users List Subject: Problem with IE Hi, I am using Apache Tomcat4.0. I am doing a project in Servlets. I do not get my files working on IE w

TomCat Issues

2002-02-07 Thread Vinay Urs
Hello there, We are developing an application with IIS 4.0(SSL-enabled), Apache TomCat 4.0.1,SQL Server 7.0 with freetds as the JDBC Driver. The programming elements are mainly JSPs for the presentation layer and Java Beans for the Business logic. Are there any projects out there with the same d

Problem with IE

2002-02-07 Thread Uma Maheswar
Hi, I am using Apache Tomcat4.0. I am doing a project in Servlets. I do not get my files working on IE with this kind of URL http://globalleafs.com:8080/globalleafs/servlet/TestServlet But the same URL works fine in Netscape. What could be the problem? Uma

Re: Switching on UTF-8 Encoding

2002-02-07 Thread Craig R. McClanahan
On Fri, 8 Feb 2002, Antony Stace wrote: > Date: Fri, 8 Feb 2002 12:03:35 +0900 > From: Antony Stace <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Subject: Re: Switching on UTF-8 Encoding > > Thanks J

Re: Switching on UTF-8 Encoding

2002-02-07 Thread Karthik Gopal
Hi Tony, The issue maybe in these places: 1. Request object - Jeff has covered the issue. 2. Database I/O - You have find out what type of Unicode encoding does the Database support. (UTF-8 or UCS-2). If it is UCS-2 then you have convert the data into UTF-8 at the java end. 3. T

connectors and uploads

2002-02-07 Thread Peter Ellens
Hi I'm trying to solve a problem with tomcat4.01 and apache1.3.22 on a redhat 7.1 dual processor system. I am using the latest webapp connector. When a user tries to upload a file via smartupload, I get the following error: com.jspsmart.upload.SmartUploadException: Unable to upload. at com.jspsm

Re: Switching on UTF-8 Encoding

2002-02-07 Thread Antony Stace
Thanks Jeff, Timothy, Craig for your replies. I have a situation where I have a form which is UTF-8 format. In the servlet(I am acutally using struts) when I am processing a user request I use name = userForm.getName(); //Struts saves the information from a form in a Bean name = new String(na

RE: Tomcat and JSP

2002-02-07 Thread James McCall
Hi, When I edit a working JSP file in the Tomcat directory I get a java null pointer error. Most times if I just rename the file it works under the new name, but mostly it doesn't. I have tried several things with no success. Any help would be appreciated. -James The error is below: Location:

What is ajp14??

2002-02-07 Thread Steve Wong
As I see in cvs.apache.org, there is something called ajp14. Is there anyone know what it is and can we use it? Thx. and Regards. Steve. -- To unsubscribe: For additional commands: Troubles with the list:

RE: Is the Memory Leak bug in mod_jk fixed??

2002-02-07 Thread Steve Wong
In http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common, I can only find the most updated revision of jk_ajp13_worker.c to be 1.11 However, I see what included in tomcat3.3a is of revision 1.13 And the memory leak as the comment shown is fixed in revision 1.3 But I discovere

Re: Switching on UTF-8 Encoding

2002-02-07 Thread timothy
i did it by using filter, it works quite good >From Timothy - Original Message - From: "Antony Stace" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 9:45 PM Subject: Switching on UTF-8 Encoding > Hi > > What do I need to do so that data returned from Tomc

Configuration Issue of Tomcat4.0.1 and Apache1.3.22

2002-02-07 Thread Zhenyu Gong
Hello, everyone! I'm a beginner of Tomcat, so I have serveral questions to ask those who are familiar with this software. 1. What's the relationship of Apache, Apache Jserv and Tomcat? 2. Can Tomcat replaces Apache Jserv? 3. How can I config Tomcat4.0.1 and Apache1.3.22 to make them work together

Re: Session Timeout

2002-02-07 Thread Hari S
I hope that in your TOMCAT_HOME/webapps/manager/web.xml file in /manager application, You should create a Manager role. i.e Your security constraint should look like following Entire Application /* manager once you have created this role in web.xml of manager applicati

Tomcat not running

2002-02-07 Thread Mario Alberto Haza Treviño
I have compiled Tomcat 4.01 with Sun's JDK 1.40 on RH 7.2 (minimum installation or distribution). Shell environment variables: PATH=/usr/java/j2sdk1.4.0/bin CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1-src/catalina/build (i asume this is the tomcat i made) JAVA_HOME=/usr/java/j2sdk1.4.0 Whe

JSPC exception

2002-02-07 Thread Matt Baldree
I'm getting this error when I invoke a page with custom tags. I can refresh the page until all custom tags are compiled and everything works fine. Any ideas? org.apache.jasper.Jasper: Unable to compile class for JSPC:\Apache Tomcat 4.0\webapps\codesmith\WEB-INF\lib\codesmith.jar(codesmith/server/

Addendum: Strange mod_webapp problem with Tomcat 4.01 & Apache 1.3.23...

2002-02-07 Thread Andrzej Jan Taramina
I wonder if this is one of those classic end of line translation problems (akin to the use of binmode in Perl on Windows systems), and somewhere in the datastream from Tomcat to Apache to my browser, eol translation might be the cause of this problem? A ---

Re: Strange mod_webapp problem with Tomcat 4.01 & Apache 1.3.23...

2002-02-07 Thread Pascal Forget
That was a known bug eith TC 4.01. It was fixed a few weeks ago, you should try a more recent version of Tomcat, such as 4.02 beta2 or even a recent daily snapshot. Pascal Andrzej Jan Taramina wrote: >I've hit a very strange problem with mod_webapp linking Tomcat 4.01 & >Apache 1.3.23 runnin

Strange mod_webapp problem with Tomcat 4.01 & Apache 1.3.23...

2002-02-07 Thread Andrzej Jan Taramina
I've hit a very strange problem with mod_webapp linking Tomcat 4.01 & Apache 1.3.23 running under Win2K...I've configured everything correctly (according to all the docs), and built the latest mod_webapp 1.1.0. When I access any of the Tomcat examples directly through Tomcat (listening on port

Tomcat and JSP

2002-02-07 Thread James McCall
Hi, When I edit a working JSP file in the Tomcat directory I get a java null pointer error. Most times if I just rename the file it works under the new name, but mostly it doesn't. I have tried several things with no success. Any help would be appreciated. -James -- To unsubscribe:

[@]Problem?

2002-02-07 Thread Odo
As I am desperatly seeking the solution and stuck deeply I am posting again. Dear Tomcat Gurus. Please give me hints for following situation. I am got stuck for long long time. First I wanna to process @ include URLs. Like: http:[EMAIL PROTECTED] When I let Apache to work alone : following inde

Session Timeout

2002-02-07 Thread Sunil Mathew
Hi All, How can I see the current session timeout and set a new value. The documentation gives the following url http://localhost:8080/manager/sessions?path=/examples But I am not able to see /manager eventhough I have setup user with manager role as: Can somebody help me on this? Thanks, S

Re: new

2002-02-07 Thread U
the run time environment is in the registry. this is win XP i'm on. so what do i do now? hasn't anyone installed this on windows? - Original Message - From: "Brian Adams" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 3:06 PM Subject:

JNI call fails from Catalina...Why?!

2002-02-07 Thread Jim Boone
Hi! I wrote a simple Java class that calls a native method via JNI. When I run the application from the command line, everything works fine. However, when I attempt to invoke the method via a SOAP service (Apache SOAP 2.2) that is running under Tomcat 4.0, it does not work and I don't know why

RE: JDBC Problem

2002-02-07 Thread colin . madere
Also try the TOMCAT_HOME/lib/common or the TOMCAT_HOME/lib/apps directory (/apps is for libraries shared by all web-apps under Tomcat) > -- > From: Karthikeyan.K.V[SMTP:[EMAIL PROTECTED]] > Reply To: Tomcat Users List > Sent: Thursday, February 07, 2002 5:40 PM > To:

Re: JDBC Problem

2002-02-07 Thread Karthikeyan.K.V
Mark, Try to put the mysql-driver jar file in the WEB-INF\lib directory which will under tomcat\webapps\"Your application directory".This maybe a classpath problem. Karthik - Original Message - From: "Mark Peterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

Re: Tomcat 4.0.1 Performance tuning problems

2002-02-07 Thread Remy Maucherat
> Hello, > > We're having some troubles with our Tomcat4.0.1. I'm not sure if there's > a problem in the configuration or if it's something else. > First the configuration: > > Sun-Fire-280R/Solaris 8 > 1024MB Memory > Sun jdk1.3.1_01 with 512MB for the jvm > > and the following configuration for

Tomcat 4.0.1 SSL experts, please help.

2002-02-07 Thread n
I have two separate security certificates, one for each virtual host. The tomcat documentation states, "... it is therefore not possible to assign multiple certificates to a single IP address." However, this box that I have tomcat on has two IP addresses. Therefore, I should be able to run bot

RE: problem with WebAppConnection at boot time

2002-02-07 Thread John Wadkin
Cindy, I'm the last person in the world to ask for an opinion! I'm a student who, until now, has mostly specialised in databases. I ended up working for my Uni for my placement year - many UK students on degree courses spend 2 years studying, 1 year working and a further year studying. Six months

JDBC Problem

2002-02-07 Thread Mark Peterson
I am experiencing a JDBC problem. I am attempting to execute the Java servlet from chapter 13 of the book entitled “JSP, Servlets, and MySQL” by David Harms; ISBN: 0764547879. But in Tomcat I get error message “org.gjt.mm.mysql.Driver” which is the name of the mm jdbc driver. The following step

RE: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread John Wadkin
If I understood your question correctly, you're asking why Apache doesn't like the WebApp directives? My guess would be that the directives for WebAppConnection and Deploy need to come last after the ServerName directive. You also need to change "localhost:8008" to jakarta.domain.com:8008 or whate

RE: servlet.jar and 3.3

2002-02-07 Thread Mario Felarca
At 05:36 PM 02/07/2002 -0500, you wrote: >I haven't used JavaService.exe. What are the other "java startup" >arguments and parameters being specified. Having just >tomcat.jar for the classpath should be fine. The other parameters relevant to tomcat are: -Dtomcat.home, the value is the Tomcat d

RE: servlet.jar and 3.3

2002-02-07 Thread Larry Isaacs
I haven't used JavaService.exe. What are the other "java startup" arguments and parameters being specified. Having just tomcat.jar for the classpath should be fine. Cheers, Larry > -Original Message- > From: Mario Felarca [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 5

I need help with Tomcat and socket permission error.

2002-02-07 Thread DG Christensen
Hey all, I'm a Tomcat noob so please forgive any doofus terminology. First off: Tomcat 4.0 on Win2K Pro with Java 1.3.1, browser is Netscape 6.2. I'm using Tomcat to build HTML pages from a Java app (duh). For demo purposes, I want to have the main web page to be able to start the app as HTML o

Tomcat 4.0.1 Performance tuning problems

2002-02-07 Thread Gerard van Enk
Hello, We're having some troubles with our Tomcat4.0.1. I'm not sure if there's a problem in the configuration or if it's something else. First the configuration: Sun-Fire-280R/Solaris 8 1024MB Memory Sun jdk1.3.1_01 with 512MB for the jvm and the following configuration for the proxy-connecto

RE: servlet.jar and 3.3

2002-02-07 Thread Mario Felarca
At 04:38 PM 02/07/2002 -0500, you wrote: >I can't make much of a guess yet. Can you be more >specific about what "can't seem to see the servlet.jar" means. >Having an old servlet.jar or j2ee.jar in your jre/lib/ext >directory can cause problems, but I can't tell if that >would apply in your case.

RE: problem with WebAppConnection at boot time

2002-02-07 Thread Cindy Ballreich
John, Thanks for the info! I wrote a new script loading both Tomcat and Apache with "sleep 10" in between and it does work. The other behaviors you describe certainly are strange. I haven't seen them yet, but I've only just upgraded from Tomcat 3.3 a couple of days ago. How do you feel about mod

RE: WEB-INF/classes

2002-02-07 Thread Reynir Hübner
check out Larry Isaacs reply, it sounds very possible to solve your problem. -reynir > -Original Message- > From: Anja Falkner [mailto:[EMAIL PROTECTED]] > Sent: 7. febrúar 2002 22:32 > To: Tomcat Users List > Subject: Re: WEB-INF/classes > > > Hi Reynir, > > but exactly this I have d

RE: servlet.jar and 3.3

2002-02-07 Thread Larry Isaacs
I can't make much of a guess yet. Can you be more specific about what "can't seem to see the servlet.jar" means. Having an old servlet.jar or j2ee.jar in your jre/lib/ext directory can cause problems, but I can't tell if that would apply in your case. Cheers, Larry > -Original Message-

Re: WEB-INF/classes

2002-02-07 Thread Anja Falkner
Hi Reynir, but exactly this I have done! The strange is: My JSP-Files are found at this location with http://www.yourserver.com/nameofcontext ! But when the JSP-files use classes from WEB-INF, I get an error. I am really desperate! Anja -- To unsubscribe: For addit

RE: WEB-INF/classes

2002-02-07 Thread Larry Isaacs
Seeing "org.apache.jsp" as the package for DBSConnect tells me you are using a Tomcat 4.x and you didn't import the package for DBSConnect. Use something like: <%@ page import="" ... %> on your JSP page. Cheers, Larry > -Original Message- > From: Anja Falkner [mailto:[EMAIL PROTEC

Re: Can a servlet exit?

2002-02-07 Thread Craig R. McClanahan
On 7 Feb 2002, Gary Lawrence Murphy wrote: > Date: 07 Feb 2002 14:12:25 -0500 > From: Gary Lawrence Murphy <[EMAIL PROTECTED]> > To: Craig R. McClanahan <[EMAIL PROTECTED]> > Cc: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Can a servlet exit? > > > "C" == Craig R McClanahan <[EMAIL

Re: WEB-INF/classes

2002-02-07 Thread Nancy Crisostomo Martinez
Anja, I'm not sure, but I know that Tomcat 3.3 and later have a similar behavior. So the only thing you have to do is to create the apps-contextname.xml file and put it on tomcat-path/conf directory: The xml file is like this: If you want to can check the apps-examples.xml file th

Re: Listeners in the WARP Connector?

2002-02-07 Thread Mark R. Diggory
I assume I would need to use a WebAppDeploy descriptor to map the users directories to Tomcat, how would I do that for generic users directories (~/public_html)? WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ WebAppDeploy manager warpConn

Re: servlet-path, path-info and Filters

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, Russ Trotter wrote: > Date: Thu, 7 Feb 2002 12:01:01 -0700 > From: Russ Trotter <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: servlet-path, path-info and Filters > > First off, changed group "

RE: WEB-INF/classes

2002-02-07 Thread Reynir Hübner
Hi Anja, To set up a new context you really only have to add a line to server.xml but just to take on the basics I take it from the start. create a folder that has a web-app structure : context / - WEB-INF/ web.xml - configuration file for this webapp -/lib/ your jar files here

RE: Can a servlet exit? (Dynamic deploy ?)

2002-02-07 Thread Larry Isaacs
Tomcat 3.2.x has problems with reloading because it only tries to "reload" the web application's context classloader. The default behavior for Tomcat 3.3 is to "restart" the web application, which I think is what Tomcat 4.x does as well. This is much more likely to succeed. I believe Tomcat 3.3

IPlanet Tomcat configuration issue

2002-02-07 Thread Tad H Guski
Hi all: I'm trying to get tomcat 3.2 configured with IPlanet. Right now I'm just trying to mount the /examples context. If I mount just /examples/* then everything works. If, however, I try to pass only servlets and JSP by doing the following: NameTrans fn=pfx2dir from=/examples dir="c:/jakart

Re: WEB-INF/classes

2002-02-07 Thread Anja Falkner
Hi Nancy, I am using Tomcat 4.0.1. What's to do here? Anja -- To unsubscribe: For additional commands: Troubles with the list:

Re: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread john-paul delaney
I'm a newbie with this but here's what I got... The jakarta documentation says the Host element represents a Virtual Host. One or more Host elements are nested inside an Engine element. ..and on an Engine element it says, Exactly one Engine element must be nested inside a Service element, fo

Re: servlet.jar and 3.3

2002-02-07 Thread Mario Felarca
At 03:45 PM 02/07/2002 -0500, you wrote: >Mario, > > I had sort of the same problem yesterday. Make sure your CLASSPATH > is set correctly. > >For linux I put the CLASSPATH in /etc/profile and exported it and > everything "lit" up. >I am not sure about windows??? I thought for Tomc

Re: WEB-INF/classes

2002-02-07 Thread Nancy Crisostomo Martinez
Anja, If you are using Tomcat 3.3 you need to create an XML file (apps-applicationname.xml) where you have to declare the new context where your WEB-INF directory is... Otherwise, if you are using Tomcat 3.2 or less, you have to modify the server.xml file using the new Context entry. Is somethi

Re: servlet.jar and 3.3

2002-02-07 Thread chad kellerman
Mario, I had sort of the same problem yesterday. Make sure your CLASSPATH is set correctly. For linux I put the CLASSPATH in /etc/profile and exported it and everything "lit" up. I am not sure about windows??? Chad On Thu, 07 Feb 2002 14:44:55 -0600 Mario Felarca <[EMAIL PROTECTED

servlet.jar and 3.3

2002-02-07 Thread Mario Felarca
Hello, I had a quick question. We are migrating to Tomcat 3.3a and for some reason my servlets can't seem to see the servlet.jar, even though it is in the lib/common directory. I am sure it is probably just a small configuration error on my part, but from the Tomcat Users Guide, it appears to

WEB-INF/classes

2002-02-07 Thread Anja Falkner
Hello, at setting up a new context for Tomcat, I must have forgotten something, because tomcat doesn't find my classes in WEB-INF/classes. The following fault appears: login_0005ftest$jsp.java:71: Class org.apache.jsp.DBSConnect not found. DBSConn

Re: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread Min Wang
try to set ServerName. --- chad kellerman <[EMAIL PROTECTED]> wrote: > Hey guys, > > I am stuck again. This time with the virtual > host section in apache. Here is what I got: > > > WebAppConnection warpConnection warp localhost:8008 > WebAppDeploy examples warpConnection > /home/jak/ja

TC4-Warp-Apache:Removed TC-Standalone Service

2002-02-07 Thread john-paul delaney
Hello List, newb question... I've setup virtual hosts with tc-warp-apache by moving all my host elements into the Tomcat-Apache Connector Service element. I then removed the Tomcat-Standalone Connector Service as I want Apache to be the webserver (i.e I don't need TC for that). It appears t

Re: Can a servlet exit? (Dynamic deploy ?)

2002-02-07 Thread Eli Spizzichino
Hi to all, reading this mail and other I understand the version 3.3 and previous are unable to dynamic reload classes or init parameter without restart the whole application server. Instead the nightly build of Tomcat the 4.0-20020124 is able dynamic load classes and web.xml etc. Is this correc

I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread chad kellerman
Hey guys, I am stuck again. This time with the virtual host section in apache. Here is what I got: WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /home/jak/jakarta-www/examples/ User jak Group jakartagrp ServerName jakarta.domain.com ServerAdmin

RE: problem with WebAppConnection at boot time

2002-02-07 Thread john-paul delaney
FWIW, I've noticed that the Tomcat-Apache sequence works when the text: Starting service Tomcat-Apache Apache Tomcat/4.0.1 is written to the $CATALINA_HOME/logs/catalina.out log. Would it be possible to check in the daemon script for this/or whatever process triggers it - in order to complet

RE: new

2002-02-07 Thread Brian Adams
Hi U, Probably a Registry hack/bug that is not correct. check your \HKEY_Local_Machine\SOFTWARE\JavaSoft check that default values are pointing to correct JRE Keys and that their values are pointing to valid jdk paths. If that does not work download the src version and install it... B

Re: Announce: Struts hands on public training in NJ

2002-02-07 Thread Vic Cekvenich
I have 2 more seats. If you want to master Struts by March, the class is 2/20, in less than 2 weeks. Vic Vic Cekvenich wrote: > in Atlantic City, NY on 2/20 or see. > > http://www.basebeans.com/students.jsp > > > You have to register this week(on above page, we do not do last minute > regis

new

2002-02-07 Thread U
i'm new to this list so ... after downloading the tomcat 4.0.1 for win32 it won't install not being able to find the JDK. but i do have the JSE 1.4 installed. i assume i need to set some environment variable. java_home points to JSE 1.4, etc. any suggestions? thanks.

RE: problem with WebAppConnection at boot time

2002-02-07 Thread John Wadkin
The error "Web-application not yet deployed" is a weird and wacky one. It seems to come and go. If you restart rather than stop and start Apache at the command line, it seems to manifest itself. It sometimes disappears of its own accord with no intervention from me! As I understand it, it's cause

RE: way to get list of all session variables and values?

2002-02-07 Thread C Cayetano
That worked great! Thanks. > -Original Message- > From: August Detlefsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 10:40 AM > To: Tomcat Users List > Subject: Re: way to get list of all session variables and values? > > > Try this in your JSP: > > <% > if

connection reset by peer: socket write error

2002-02-07 Thread Xie, David (IPCG-NJ)
Hi all, Would anyone please tell me what causes the exceptions "java.net.SocketException: Connection reset by peer" and "Connection aborted by peer" socket write error? How do I avoid such problem? Thanks in advance for you help. David -- To unsubscribe: For ad

problem with WebAppConnection at boot time

2002-02-07 Thread Cindy Ballreich
I've been reading through the archives and I've seen a lot of questions about using mod_webapp. In general, mod_webapp seems to be working pretty well for me. My problem is that it doesn't seem to be able to make a connection when httpd is started at boot time. I'm using RedHat 7.0 and I've writ

Re: Newbie problem with reading init params

2002-02-07 Thread Chinni . Venkateswara
You actually read them from ServletContext not from the ServletConfig. You can get the Servlet Context by doing... ServletContext sc = getServletContext(); Hope this helps. -Chinni.

Re: Can a servlet exit?

2002-02-07 Thread Gary Lawrence Murphy
> "C" == Craig R McClanahan <[EMAIL PROTECTED]> writes: C> The only choice (and the one that Tomcat implements when you C> reload a webapp) is to shut down the application, throw away C> its class loader, and load things up again. Short of upgrading to Tomcat 4 to get the Contain

How do you debug a servlet?

2002-02-07 Thread Chris Gokey
I've got an application where we are getting large number of hits per day and we are running into a problem with the Tomcat process suddenly taking off and using a huge amount of CPU resources (as much as 98% using top.).. We are using Apache, mod_jk, and Tomcat 3.3 on Solaris 7. Is there a way

Re: servlet-path, path-info and Filters

2002-02-07 Thread Russ Trotter
First off, changed group "To:" to tomcat-user... Now to your response: That's the thing, I have no servlet-mapping (or any servlets defined at all for that matter!) in my example. I'm trying to put a filter on static content. Here's my web.xml testFilter TestFilter tes

Re: Error 200?

2002-02-07 Thread Gary Lawrence Murphy
> "A" == Anton Brazhnyk <[EMAIL PROTECTED]> writes: A> Headers cant contain blank llines, and I have no idea what your A> client wanted with that "Error 200". Precisely; this error appears to be generated from either Tomcat or Jasper and is not likely in my client's code (it would b

Re: way to get list of all session variables and values?

2002-02-07 Thread August Detlefsen
Try this in your JSP: <% if (true) { //turn output on and off Enumeration e = session.getAttributeNames(); while (e.hasMoreElements()) { String name = (String)e.nextElement(); Object value = session.getAtt

RE: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread colin . madere
the lib/common is where all your web apps will look if a class is not found in it's WEB-INF/classes dir. It's there so you can share and easily maintain common libraries. There is no functional difference that I know of except that the WEB-INF solution means the server has a copy of those classe

AW: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Martin Jussel
Thanx. That's working!!! Martin -Ursprüngliche Nachricht- Von: Larry Isaacs [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. Februar 2002 19:17 An: 'Tomcat Users List' Betreff: RE: Tomcat 3.3a & IIS & JDBC See method #1 under:

Unusual Problem: I can fetch the actual JSP files from server to client

2002-02-07 Thread Haresh Gujarathi
Hi, I have an unusual problem; I have a following html file which displays frames in the browser window. index.html I am using Apache Web server v1.3.12 and tomcat v3.2.1 when I click on http://www.mysite.com/index.html the frames get displayed and the html corresp

Re: Does Tomcat maintain session values? Repost:

2002-02-07 Thread Hari S
Hi, Can someone address this issue. I have a nearing deadline. itz urgent. pls. Thanks Hari --- Hari S <[EMAIL PROTECTED]> wrote: > Hi, > > I use JSP pages which maintain session values in a > java class using > > My pages work perfectly in other Servers. But in > Tomcat, it doesn't. > >

RE: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Larry Isaacs
See method #1 under: You must create the "classes" directory yourself, under TOMCAT_HOME/lib/common for example. It is not present by default. During startup Tomcat 3.3 looks for such "classes" directories and

Remote Stop and Start Tomcat

2002-02-07 Thread Jack Li
Hi, How to remote stop and start tomcat as ISP does? Come ISP have contorl panels that allow user to stop and start the tomcat. Thanks, Jack Li -- To unsubscribe: For additional commands: Troubles with the list:

AW: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Martin Jussel
Sorry but there is no .jar file and the driver works while copying the stuff in WEB-INF/classes of each web. So it looks like that jar files are not needed to get tomcat running. Am I right? Otherwise: is it possible to create a jar file myself if it's a Tomcat must-have? Martin -Ursprüngl

Newbie problem with reading init params

2002-02-07 Thread Dominik Jednoralski
Hey Guys, I have a problem with getting my init-params from the web.xml-file. These are the parameters I inserted into the webapps/root/web-inf/web.xml-file: ShowMsg limeservlets.ShowMessage message Nerv-Serv repeats 5 Now I failed to

Using Tomcat 3.3 with apache http server 1.3

2002-02-07 Thread Miguel Paulino Gómez Herrero
Hello, I'm integrating Tomcat with a apache http server, and i it don't work well, when i try to run a servlet, or to get a document of the tomcat context I always obtain the same response: 403 Forbidden You don't have permission to access /forcap on this server. I'm using a cust

AW: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Martin Jussel
Hi, Did it but nothing changed (Tomcat was restarted). Is there no additional setup necessary (editing server.xml, etc)? Martin -Ursprüngliche Nachricht- Von: Randy Layman [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. Februar 2002 17:57 An: 'Tomcat Users List' Betreff: RE: Tomca

RE: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread colin . madere
Your JDBC driver should have come in a .jar file (or multiples .jar files) and those should be put in the TOMCAT_HOME/lib/common directory (there are README files in the lib/ tree explaining what all the directories in there are for). Colin > -- > From: Martin Jussel[SMTP:[EMAIL

AW: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Martin Jussel
Hi, - There are only *.class files in the dir and no jar's ... - The driver should be usable from different webapps Martin -Ursprüngliche Nachricht- Von: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. Februar 2002 18:37 An: Tomcat Users List Betreff: RE: Tomc

Listeners in the WARP Connector?

2002-02-07 Thread Mark R. Diggory
I've successflly set up tomcat to server user public_html directories using the example in the docmentation. However, this doesn't seem to work as well when I try it through my WARP connection. Is this possible? Any tips? -M

RE: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Randy Layman
TOMCAT_HOME\lib\common > -Original Message- > From: Martin Jussel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 12:42 PM > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3a & IIS & JDBC > > > Hi, > > I'm a newbie: I installed Tomcat and the IIS redirector > successfully an

RE: Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Martin van den Bemt
put the jar file in the WEB-INF/lib directory of your webapp.. Mvgr, Martin > -Original Message- > From: Martin Jussel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 18:42 > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3a & IIS & JDBC > > > Hi, > > I'm a newbie: I install

Tomcat 3.3a & IIS & JDBC

2002-02-07 Thread Martin Jussel
Hi, I'm a newbie: I installed Tomcat and the IIS redirector successfully and found the solution to host multiple webs with this configuration. But now I have to install a JDBC driver (SQLBase) and to get it run, I found only the solution to copy the complete JDBC driver path (com.centurasoft.java

way to get list of all session variables and values?

2002-02-07 Thread C Cayetano
All, Is there a wat to get a listing of all session variables and their values? Thanks -- To unsubscribe: For additional commands: Troubles with the list:

Re: AW: Realm with JAAS

2002-02-07 Thread Craig R. McClanahan
On Thu, 7 Feb 2002, juraj Lenharcik wrote: > Date: Thu, 7 Feb 2002 18:02:27 +0100 > From: juraj Lenharcik <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: AW: Realm with JAAS > > Hi Craig, > > I looked on it, but it s

  1   2   >