SSL new StreamSource

2002-05-16 Thread Günter Kukies
Hi, I do this within a Servlet: Source xslSource = new StreamSource((new URL(https://147.47.47.11:8443/xxx/yyy.xsl)).openStream()); but i get this Exception: Couldn't find trusted certificatejavax.net.ssl.SSLHandshakeException: Couldn't find trusted certificate at

Réf. : RE: TomcatIIS (on different computers)

2002-05-16 Thread staginfo-ar
Tomcat is on computer1 , workers.properties and Isapi_redirect.dll too. IIS5.0 is computer2, I want to define a virtual directory greeting which point on a directory located on the computer1 (but not in tomcat directory). Q: Where can I put the Isapi_redirector.dll ( on computer1 or 2? ). Same

HANDLER THREAD PROBLEM

2002-05-16 Thread Miguel Angel Medina Lopez
Hi all: I'm using Tomcat 3.2.3 with Apache. A few days ago often an error apperar when tomcat is running. The Exception is: HANDLER THREAD PROBLEM: java.io.IOException: Stream closed prematurely java.io.IOException: Stream closed prematurely at

Enabling SSL in tomcat

2002-05-16 Thread Ajay Chauhan
I am facing one problem while enabling SSL in Tomcat on windows NT server. I have created the keystore using the following command: keytool -genkey -alias tomcat -keyalg RSA using changeit password. It has created .keystore file in user.home directory. Say if my login is ajay then the files is

jndi under tomcat3.x ? (deploying a tomcat4.x webapp on tomcat3.x server)

2002-05-16 Thread chas
I've built my webapp using a JNDI datasource resource, running on Tomcat4. I had no problem setting up the JNDI environment. Now, I'm trying to run the webapp on a server which for one reason or another, has Tomcat3.3. Am finding that the JNDI setup is not working, even though I simply

Re: SSL new StreamSource

2002-05-16 Thread Joaquín Sánchez Jiménez
Hi: You must add as trusted certificate public certificate from server because JSSE has not all 95 trusted certificates IExplorer has. You must include certificate chain if your server certificate has been signed from not root CA. See JSSE specification to do this. Bye. J. - Original

Re: Enabling SSL in tomcat

2002-05-16 Thread Joaquín Sánchez Jiménez
Hi: Try with this. Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port value=8443/ Parameter name=socketFactory value=org.apache.tomcat.net.SSLSocketFactory / Parameter

HTTP Tunnel problem

2002-05-16 Thread Stuart Stephen
Hi all, I have run into another problem. I can recieve messages from the server that I am tunnelling to and send them to the applet fine. However it is proving difficult to do things the other way round, when I want to send a message from the applet to the internal server I am having

Re: Class reloading/ HTTPSession

2002-05-16 Thread kelly, Burrowa
Futher, I also observed that my HTTPSession, though is not New, does not have the attributes that were put before the class reloading. Is this the expected behaviour, or am I missing something? I just observed, on using HTTPSessionBindingListener, that when Tomcat 4.0.1 reloads any

How do I set env. variables for a Tomcat service?

2002-05-16 Thread Plough, Chris
We use Tomcat to run an Oracle servlet with integrates with Oracle Reports. In order for this servlet to work correctly, it needs the REPORTS60_PATH environment variable set correctly. When running Tomcat on Unix or in console mode, I just edit the tomcat.sh or tomcat.bat files and set the

Re: tunneling https through http

2002-05-16 Thread Graham Leggett
Rich Catlett wrote: Yes, I am trying to access an https site through a proxy. As I said before I'm asking this question because the error I get on the client side - Unrecognized SSL handshake says, as far as I can tell, that an https connection is being attempted on an http line. I have

Problem with Apache,Tomcat and mod_webapp

2002-05-16 Thread Christian Bockerman
Hi ! I have a problem with Apache and Tomcat. I am using mod_webapp to connect my webapp app to the root of my apache /. My application has a structure like /app/public /app/secure /app/WEB-INF Now I want apache to restrict all requests to http://server/app/secure/ to some valid

Tomcat developers pl help : Embedded Tomcat and classloaders

2002-05-16 Thread Sankaranarayanan (Ganesh) Ganapathy
I want to use embedded tomcat in my application and I want to include only bootstrap.jar in my classpath. I am wondering how to achieve this. I wrote a class called EmbeddedTest that does what is given org.apache.catalina.startup.Embedded. I added catalina.jar in my classpath to compile the

RE: Website for Tomcat/Apache Integration...

2002-05-16 Thread Ben Rometsch
How is mod_jk different from mod_webapp, and where does coyote fit into all of this? Jserv is the old version of all this, correct? Will this setup: Apache (1.3) | | mod_jk | | Tomcat (4.0.3) allow me to run 1 instance of apache, using virtual hosts, to serve multiple instances of

Re: How do I set env. variables for a Tomcat service?

2002-05-16 Thread chas
not sure, but would this help ? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/defaultcontext.html specifically Environment Entries. chas We use Tomcat to run an Oracle servlet with integrates with Oracle Reports. In order for this servlet to work correctly, it needs the

Tomcat Client Authentication...

2002-05-16 Thread Brandon Kho
Hi, Trying to enable client authentication on Tomcat 3.2.3 but failed. Normal SSL work find until I turned the 'clientAuth' to 'TRUE'. Tried with Tomcat 4.0.3 too but same result. It seems like that Tomcat is unable to get hold of the client certificates. I am using SOAP client to generate the

RE: Enabling SSL in tomcat

2002-05-16 Thread t . riteshmenon
Ajay, I think you can specify a certain keystore like keytool -genkey -alias tomcat -keyalg RSA -keystore somekeystore instruct tomcat to look up for this particular keystore by modifying the server.xml(dont remember the syntax exactly) If you do not provide the keystore parameter, it

Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
Hi all, I have a strange problem to discuss. Background : We are using a servlet as an entry point to our application.We are using tomcat as the servlet engine. So the concurrent users to our application depends on the concurrecy support by the tomcat.We have developed a simulator to send the

Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
Hi again, One information missing in the previous mail I am using tomcat 4.0.1 Raj -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

where is the Servlet API Binary Distribution

2002-05-16 Thread Steve Wright
Hello, I am very new to tomcat so please forgive me if these are stupid questions. I need to evaluate some software called Citrix NFUSE This software requires Tomcat, I would like to add tomcat to apache. Reading the tomcat site I am unsure which version of tomcat I should be using ? 4.0.3 or

Re: Tomcat - BTAGS - Scope session problem

2002-05-16 Thread rsequeira
From the stack trace: snip java.lang.NullPointerException at org.breconbeacons.it.VolFormBean.validate(VolFormBean.java:46) /snip Fixing this problem might help. RS chuck amadi [EMAIL PROTECTED] on 05/16/2002 06:03:40 AM Please respond to Tomcat Users List [EMAIL PROTECTED]

Tomcat - BTAGS - Scope session problem

2002-05-16 Thread chuck amadi
*Hi there any help appreiate** d** here's the stack trace* *Cheers Chuck Amadi* *Systems Programmer* *Rhaglenydd Systemau * Error: 500 Location: /volapp/volunteer/registerOpportunityProcessT.jsp *Internal Servlet Error:* javax.servlet.ServletException at

Re: where is the Servlet API Binary Distribution

2002-05-16 Thread Prabhakar Chaganti
Steve: The Servlet API does not have a nightly build, in the sense that I don't think it changes every night. All the files in the directory you mentiones have the same size. It seems like they just get built every night when the tomcat build is done. We have used these to successfully build

runninng JSP with Javabeans

2002-05-16 Thread juan jose amador
Good morning, I.m beginning with JSP and I=B4m triing to run those with = Javabeans on Tomcat 4.0.3. To run, I put my java compiled class in a = carpet classes iin web-inf under my project carpet but I always have the = same error message saying the class can=B4t be compiled to JSP and = Tomcat

RE: Tomcat 3.3.1 and additionalJars configuration

2002-05-16 Thread Larry Isaacs
This was originally added as a way to add jasper.jar to each web application so it could be used with extensions other than .jsp. It worked for me at the time. What exactly is the problem you are experiencing. Cheers, Larry -Original Message- From: Mario Felarca [mailto:[EMAIL

Re: Conncurency issue with tomcat???

2002-05-16 Thread peter lin
have you tried using jakarta JMeter to perform the same test? peter Ghorpade, Rajendra wrote: Hi again, One information missing in the previous mail I am using tomcat 4.0.1 Raj -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: jndi under tomcat3.x ? (deploying a tomcat4.x webapp on tomcat3.x server)

2002-05-16 Thread Larry Isaacs
I'm afraid Tomcat 3.3.x doesn't support the Resource element that Tomcat 4.x does for setting up such resources. Cheers, Larry -Original Message- From: chas [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: jndi under tomcat3.x ?

Re: Socket output stream does not deliver...

2002-05-16 Thread Claude Montpetit
My problem does not involve response issues. There is no output made at all. The socket I am talking about is not the HTTP socket between tomcat and the browser. It is an internal socket between the servlet, and another server. Actually, I just realized that the servlet creates a thread to

-- A JAR For All Seasons --

2002-05-16 Thread Tony LaPaso
Hello, I asked this question earlier in the week and I didn't get any responses...so, at the risk of being a little obnoxious, I'll ask again I'm using Tomcat v4.0.3 on Win2k. I have a few JAR files that I would like to be accessible from within *all* contexts on my web site. In other

Re: where is the Servlet API Binary Distribution

2002-05-16 Thread Steve Wright
On Thursday 16 May 2002 12:39, you wrote: The Servlet API does not have a nightly build, in the sense that I don't think it changes every night. All the files in the directory you mentiones have the same size. It seems like they just get built every night when the tomcat build is done. We

RE: Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
No! I did'nt tried it with JMeter. But when I ran the test without any processing on the server then it works fine. So I do'nt know how this would affect the behaviour of the server. may be it is the underlined implementation of the socket in the HttpUrlConnection..Just a wild guess!! Did u

Re: Conncurency issue with tomcat???

2002-05-16 Thread peter lin
From my understanding of the specification, session ID aren't gauranteed to be unique, but should be unique while the server is running. If the server is restarted, it is possible to get identicle session ids. I doubt this is your problem. More likely what is happening is your test application

Re: -- A JAR For All Seasons --

2002-05-16 Thread rsequeira
If you have jars that need to be accessed by multiple contexts, you should place them under $CATALINA_HOME/lib directory. But since jars placed under the $CATALINA_HOME/lib are shared by all web applications, the company that hosts your site might be a little reluctant to implement this. But you

RE: -- A JAR For All Seasons --

2002-05-16 Thread Shiva.Devaguptapu
put them in CATALINA_HOME\common\lib or CATALINA_HOME\lib.. -Original Message- From: Tony LaPaso [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 5:40 PM To: Tomcat User Subject: -- A JAR For All Seasons -- Hello, I asked this question earlier in the week and I didn't get any

RE: -- A JAR For All Seasons --

2002-05-16 Thread Vaneet Sharma
There is a way to set that in server.xml read that and you can manage to make files for domains. if you managed to get it.. tell me cos i havent tried but i read .. so it will work in server.xml.. you can define contexts as well as context manager man... chao vaneet

RE: Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
Peter, The server is not restarted. I checked that. And in my testing application after the first response i get the cookie and resend it in the subsequent requests for the same user. So the session is managed properly on the client side. But this happens only for some of the requests.(roughly

Re: Conncurency issue with tomcat???

2002-05-16 Thread peter lin
Are you invalidating the session once each thread is done with it's 5 requests? Say for example the 5th request is a logout page, which invalidates the session. If that happens, theoritically the session id could appear again. The base class responsible for generating the random session id is

RE: Turning off caching in Tomcat 4?

2002-05-16 Thread Shapira, Yoav
Hi, I wonder if it's the browser that is caching things? We have some frequently changing pages as well, and found that the browser(s) were caching them, not tomcat. Have you tried playing with the no-cache directives? E.g. if you're using a servlet or JSP, add the following headers to the

condition in ant task

2002-05-16 Thread Emerson Cargnin - MSA
How do I set an ant task to reload a context (i've done that already) conditionally , i want to reload just if a property is set, I set the property using condition and http (to make sure tomcat is on). Emerson - Original Message - From: peter lin [EMAIL PROTECTED] To: Tomcat Users

RE: Conncurency issue with tomcat???

2002-05-16 Thread Aline
Hello, I have a jsp page with a form. In this form there is a button which send parameters to a servlet and this servlet forward the request to another jsp page ( all in popup). Is there a way to get, from the popup window, the opening window ? I have to reaccess to a field in the form. Thanks.

RE: Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
Peter, I do invalidate session after the 5th step. And the check which I apply in the service method is only in the service method. I mean I add and remove the session Ids in the service method itself.Just to check that the ongoing session id is not give to any other request thread. So there

Jsp window opener

2002-05-16 Thread Aline
Hello, I have a jsp page with a form. In this form there is a button which send parameters to a servlet and this servlet forward the request to another jsp page ( all in popup). Is there a way to get, from the popup window, the opening window ? I have to reaccess to a field in the form. Thanks.

RE: Jsp window opener

2002-05-16 Thread Jacob Hookom
Here's a snippet from one of my apps script language=JavaScript1.2 function selectFile( p ) { window.opener.document.%= request.getParameter(textboxPath) %.value = p; window.close(); } /script -Original Message- From: Aline [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:31

RE: Jsp window opener

2002-05-16 Thread Barney Hamish
I'm not exactly clear on what you're trying to do from your description. From what I understand from your question it should be possible to do what you're attempting by using either a session bean. THis will allow you to store the values in your field across multiple requests. Alternitively if

Simple configuration problem

2002-05-16 Thread Doug Borenstein
Tomcat works fine, as does Apache. However, I cannot get them to work together. When trying to apply the changes to apache after adding lines to the .conf file for the warp connector to tomcat, I get an error about the socket connection. Can someone help, please? Doug Borenstein

[urgent!] Disabling the context's content listing

2002-05-16 Thread Nancy Crisostomo Martinez
Hi! Does anybody know how to disable the content of a context listing? I mean, when you try to load a JSP file you must type the following URL: http://address:8080/contextname/file.jsp But when you type http://address:8080/contextname all the list of jsp, gif, jpg files are showed and even you

InitParameters missing in ServletConfig when Servlet-loading triggerd through RequestDispatcher

2002-05-16 Thread Philipp von Hartrott
Hello, using Tomcat 4.0.3 (and 4.0.2 also) I encounter the following problem: Problem setup: My servlet has no load-on-startup/ set. I start Tomcat. I trigger the loading of servlet A through a RequestDispatchers forward as quoted below. I trace my servlet A's ServletConfig init-parameters in

Re: Conncurency issue with tomcat???

2002-05-16 Thread peter lin
try changing it so it doesn't invalidate the session. If the duplicate sessions do not appear, you know the culprit. The thing about checking the session id's yourself is it won't be reliable, unless you generate your own unique ID and manage it. Otherwise, just let catalina manage the session

RE: Simple configuration problem

2002-05-16 Thread James Mitchell
Are they both trying to use the same port? JM -Original Message- From: Doug Borenstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 9:34 AM To: 'Tomcat Users List' Subject: Simple configuration problem Tomcat works fine, as does Apache. However, I cannot get them

RE: [urgent!] Disabling the context's content listing

2002-05-16 Thread Gurmeet
You can put a welcome-file-list entry in your web.xml, which will open the specified file when you access your domain/context without the file name e.g. welcome-file-list welcome-fileYour default page name e. g. index.jsp /welcome-file /welcome-file-list Gurmeet -Original

something strange need help

2002-05-16 Thread Geoff Peters
Had something strange happen - running a servlet application in Tomcat 4.0.2, NT 4.0. User validation through an ODBC JDBC Realm to an Access 2000 database. The application has been in the testing phase for the past few weeks, no real amount of traffic yet. Problem occurred today when a user

Help with Tomcat and mm.mql driver

2002-05-16 Thread David
Hello all, Hopefully this is an easy one... I am trying to connect to mysql from a servlet running on Tomcat 4.0.3. I have the mm.mysql driver installed and it works fine from within a Java console app. When I run the servlet I get the following error: java.sql.SQLException: No suitable driver

RE: Jsp window opener

2002-05-16 Thread Aline
I tried the different solutions, but the parent of my popup window seem to be the servlet and not the first jsp page. Is there an other solution? Aline Alternitively if the pop-up window is still open you can retieve the fields values by using javascript (i.e. parent.opening window.form

RE: [urgent!] Disabling the context's content listing

2002-05-16 Thread Vaneet Sharma
nancy look below this is web.xml add the welcome-file-list to your web.xml file ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/j2ee/dtds/web-app_2.3.dtd; web-app welcome-file-list

J2EE and J2SE are different to Tomcat?

2002-05-16 Thread Jack Li
Hello All, What is the difference between J2EE and J2SE in terms of developping web apps in tomcat? If I use J2EE in development phase, do I have to install J2EE in production server, too? The documents from Tomcat tell us to setup JAVA_HOME=c:\jdk1.3. Why? Many thanks, Jack Li -- To

RE: Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
Sorry, I mean to say I do not invalidate the session myself but it is invalidated by tomcat. After the 5th step I send a request without the cookie so new session is created on the server. I myself is not managing the sesion but it just a simple check in service method to avoid same sassion id

Re: runninng JSP with Javabeans

2002-05-16 Thread srinivas battula
Hi there, Include all ur class files in a package and access them in JSP as package.class That might help. Srinivas __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- To unsubscribe, e-mail:

RE: Conncurency issue with tomcat???

2002-05-16 Thread Vaneet Sharma
Sychronize the method that is using hastable or synchronize the Block it will work -Original Message- From: Ghorpade, Rajendra [mailto:[EMAIL PROTECTED]] Sent: 16 May 2002 16:04 To: 'Tomcat Users List' Subject: RE: Conncurency issue with tomcat??? Sorry, I mean to say I

Re: Socket output stream does not deliver...

2002-05-16 Thread Claude Montpetit
I identified the problem. When running Tomcat with JDK1.4, the SaxParser used (I am still unsure if it uses the JDK's or Tomcat's) does not call the DefaultHandler implementation until the socket gets closed by the server. So it is not a Tomcat issue, neither a socket issue. It is a SAX parser

RE: Tomcat and Java Locale

2002-05-16 Thread Drew Sudell
I'm going to be out most of the day. But when I get back, I'm happy to try to work through this. I've gotten over a number of encoding issues before, but haven't looked specifically at the Euro yet. [Trying to improve their collective economies by forcing everyone to change fonts, seems kind

RE: Tomcat and Java Locale

2002-05-16 Thread Dave O'Donnell
Hi, Happened to be looking at this site today, don't know if this is of any help, but the full description of the euro char set is ISO8859_15_FDIS http://www.cafeconleche.org/books/xmljava/chapters/ch03s03.html -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent:

RE: Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
Vaneet, It is thread safe...(executed in a synchronized block).. May be you could read my previous mails on this thread..disscussion with Petre Lin.. Raj -Original Message- From: Vaneet Sharma [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 4:13 PM To: 'Tomcat Users List'

Re: Conncurency issue with tomcat???

2002-05-16 Thread peter lin
If your problem isn't caused by un synchronized hashtable, more information would help diagnose the problem, like what is the time out value set for sessions? What is the time out value for connections? Is persistent sessions turned on? Are you setting the timeout value in your servlet/jsp?

I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick
Hi All, I've been working day and night trying to get Tomcat started and to get past the HTTP 500 error when trying to invoke the JSP examples. I've been combing the archives, but I'm not seeing any real solutions. What must I do and where must I go to get help? First it would be

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Tom Oinn
Hi, We're going to need some details of your environment, os and suchlike. Do you have any other servers running on this machine? Tom Gary Frick wrote: Hi All, I've been working day and night trying to get Tomcat started and to get past the HTTP 500 error when trying to invoke the

Re: Help with Tomcat and mm.mql driver

2002-05-16 Thread peter . brawley
David, Hello all, Hopefully this is an easy one... I am trying to connect to mysql from a servlet running on Tomcat 4.0.3. I have the mm.mysql driver installed and it works fine from within a Java console app. When I run the servlet I get the following error: java.sql.SQLException: No

RE: InitParameters missing in ServletConfig when Servlet-loading triggerd through RequestDispatcher

2002-05-16 Thread Greg Trasuk
What you'll probably find is that even though you can get the servlet's init() method to print out its parameters, when you actually invoke the servlet through /servlet/classname, you are invoking another instance of the servlet class that is not initialized with your parameters. All

Security example tomcat 4.0

2002-05-16 Thread Thomas Delnoij
Hello. The Realm Configuration HOW-TO of Tomcat 4.0 describes an example of an an area that is protected by a security constraint. The link is http://localhost:8080/examples/jsp/security/protected/ The form that is displayed uses the j_security_check jsp to check the logindata: form

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Paul Caton
Gary, You can see a list of assigned ports in /etc/services. If you want to check that a port not listed there is in use or not, use the command: netstat -an | grep [number] If you get no result, the port is not in use. Paul. -- Paul Caton Electronic Publications Editor Women Writers

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Emerson Cargnin - MSA
if you are on a linux box, try : ps -ef | grep tomcat if any process are shown, try to shut it down (shutdown.sh), if it doesn't work, try to kill the parent process. good luck : ) Emerson - Original Message - From: Tom Oinn [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

RE: Help with Tomcat and mm.mql driver

2002-05-16 Thread David
Hey guys, Thanks for your help, I managed to get it working! I had previously dropped the jar file in tomcat\lib but was still getting class not found errors. Just for kicks I rebooted and it started working (I had previously just tried restarting Tomcat). Go figure... Thanks again! -- To

workaround for jsp:include to output BLOB from servlet?

2002-05-16 Thread Alan Eustace
Hello all. I've searched the archives on this one, and found some answers, but am looking for hints on clever ways to include binary output in a jsp page. I've already tried using a jsp:include tag thus jsp:include page=/servlet/CultureBlobServlet, which calls a servlet that outputs the

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Michael Teter
This list is very active, and due to the amount of noise, it's hard to see or respond to every message. I'm sure it's not personal :) Anyway, I don't know the background on your problem, but the address already in use issue is certainly not going to help anything. You've got to figure out what

Configuring Applets in TC4.0.1 and IE 5

2002-05-16 Thread Geoff Drake
Hi All I have configured TomCat 4.0.1 to run our application and it works except for Applets. We are using TC4.0.1 IE 5 and Java-Plugin 1.3.1 Whenever I try to load an Applet I get a ClassNotFound / FileNotFound Exception: load: class com.amdocs.BASP.sessionmanager.applet.BASPTreeApplet not

RE: Any one knows how to compile, install mod_jk on Apache2 and Tomca t4.0.3?

2002-05-16 Thread Yunming . Li
Thanks you. I tried the link you gave to me. I got an compiling error while ant native It seems it would be ok if use gcc instead of cc compiler. But I don't know how to tell ant to use gcc. Do you know how to tell ant to use gcc? Thank you again. Yunming

RE: I'm getting no responses to my requests for help on this list

2002-05-16 Thread James Mitchell
Or... you can just pick a different port in your config. JM -Original Message- From: Michael Teter [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 10:45 AM To: Tomcat Users List Subject: Re: I'm getting no responses to my requests for help on this list This list is

RE: Conncurency issue with tomcat???

2002-05-16 Thread Ghorpade, Rajendra
Peter, If your problem isn't caused by un synchronized hashtable, more The problem is not the synchronized hashtable.It is just a check to see that sessions are not mingled.Before I did'nt had this check.But I was wondering why my code was not behaving as I wished.Then during debugging I found

Mapping javabean fields to database columns programatically

2002-05-16 Thread Marc Elliott
Hey folks, I have a javabean with field names that match the column names of a table in a mySQL database. It seems like I should be able to do a select statement and automatically fill the matching field names with the data from the query. But there's syntax problem in that I don't know how to

Re: where is the Servlet API Binary Distribution

2002-05-16 Thread Prabhakar Chaganti
They are built every night. I just don't think there are any changes to the underlying API. If you get any of those archives, they are probably just the same. The API is directly tied to the Java Servlet spec, so it doesn't change that frequently. -prabhakar According to the source downloads

RE: [urgent!] Disabling the context's content listing

2002-05-16 Thread Milt Epstein
The original poster doesn't indicate which version of Tomcat they are using -- how this is done is version-specific. This being disabling directory listings/indexes -- and usually there is a more specific way to do it than using a welcome file. For example, with Tomcat 4.0.X, there is a way to

Re: Conncurency issue with tomcat???

2002-05-16 Thread peter lin
your connector settings are the default. Since you didn't include answers to the other questions, I am assuming neither does the servlet, jsp or client set the timeout. by the way, the connectionTimeout isn't the session time-out value. I made the same mistake before. The location of session

RE: Reload context web.xml?

2002-05-16 Thread Lomvardias, Christopher
Anyone? -Original Message- From: Lomvardias, Christopher Sent: Wednesday, May 15, 2002 11:42 PM To: '[EMAIL PROTECTED]' Subject: Reload context web.xml? Isn't Tomcat supposed to reload an application's web.xml by using /manager/stop /manager/start? I'm

Problem deploying web application in directory other than $CATALINA_HOME/webapps

2002-05-16 Thread prhodes
Hello all, I'm having some trouble getting Tomcat configured, and was hoping somebody could help me out a little. Here is what I have.. Tomcat + Apache + mod_webapp, running on SuSE Linux... The Tomcat is 4.x and my Apache is 1.3.14. I have a directory /www/cps set up to hold my static HTML

Xerces Jar

2002-05-16 Thread Claude Montpetit
Hi, My web app needs to use Xerces 2. So I placed the these JARs under WEB-INF/lib. Is it normal that Tomcat still uses its own version of Xerces (which is 1.x) when my servlet creates a SAXParser? This happens when using Tomcat 4.0.*. (This causes us problems: The way the SAXParser reads the

HTTP Status 404, please help beginner

2002-05-16 Thread Datllr
Hi, This question must be common but I couldn't find the answer anywhere... I've got Tomcat 4 up and running on Linux 7.2, so I can view the examples, etc.. However when I tried adding a .jsp I couldn't view it. I was using a simple jsp from the book Core Java and put it in

RE: Xerces Jar

2002-05-16 Thread BBui
The jars in Tomcat4 are under common/lib. I replace the xerces.jar with my jaxp.jar to get the newest parsers and stuffs. Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018 -Original Message- From: Claude Montpetit [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16,

Re: Configuring Applets in TC4.0.1 and IE 5

2002-05-16 Thread Larry Meadors
If you want to use a jar from an applet, it has to be outside of the WEB-INF directory. Larry [EMAIL PROTECTED] 05/16/02 09:45AM Hi All I have configured TomCat 4.0.1 to run our application and it works except for Applets. We are using TC4.0.1 IE 5 and Java-Plugin 1.3.1 Whenever I try to

Re: Xerces Jar

2002-05-16 Thread Claude Montpetit
Yes, I had done that too. But I want to be able to only ship a WAR file for my app. I do not want to make changes to the standard Tomcat install. I can do this only in the configuration described below. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: HTTP Status 404, please help beginner

2002-05-16 Thread Alan Eustace
it's not clear from your mail exactly what URL you're using to access the file you should be able to access it thus: http://localhost:8080/coreJsp/chpt_01/simpleDate.jsp or you could drop the file simpleDate.jsp into $CATALINA_HOME/webapps/ROOT and access it thus

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Olaf Jahn
Paul Caton [EMAIL PROTECTED] hat geschrieben: Gary, You can see a list of assigned ports in /etc/services. If you want to check that a port not listed there is in use or not, use the command: netstat -an | grep [number] If you get no result, the port is not in use. Better yet: If on

RE: Reload context web.xml?

2002-05-16 Thread Vaneet Sharma
i am going out guys see you tomorrow -Original Message- From: Lomvardias, Christopher [mailto:[EMAIL PROTECTED]] Sent: 16 May 2002 17:22 To: '[EMAIL PROTECTED]' Subject: RE: Reload context web.xml? Anyone? -Original Message- From: Lomvardias, Christopher Sent:

Re: HTTP Status 404, please help beginner

2002-05-16 Thread Datllr
yes it did help. Putting it under ROOT worked. I was using the url - http://localhost:8080/coreJsp/chpt_01/simpleDate.jsp, and this did not work - thanks.

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick
Paul, The results yielded TCP0.0.0.0:8080 0.0.0.0:0 LISTENING . Do you know what this means? Thanks, Gary - Original Message - From: Paul Caton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, May 16, 2002 10:36 AM Subject: Re: I'm getting no

RE: Reload context web.xml?

2002-05-16 Thread Lomvardias, Christopher
Huh? -Original Message- From: Vaneet Sharma [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:13 PM To: 'Tomcat Users List' Subject: RE: Reload context web.xml? i am going out guys see you tomorrow -Original Message- From: Lomvardias, Christopher [mailto:[EMAIL

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick
Tom, I'm just running IIS 5 on XP Professional along with Tomcat. Does that constitue 2 servers? If you need to look at any files let me know. Thanks, Gary - Original Message - From: Tom Oinn [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, May 16, 2002 10:33

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick
James (Jim), I'm not familiar or comfortable enough with the litany of config files to know what to change without adding a new wrinkle to my problem. Is this something that you can easily guide me through. Thanks, Gary - Original Message - From: James Mitchell [EMAIL PROTECTED] To:

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Alan Eustace
simple and dirty, you've probably tried it already- fire up a browser with localhost:8080 as the URL (making sure tomcat isn't running) and if IIS or any other server is running, some sort of default page should tell you what the server is. then you can kill it, (permanently if it's IIS ;)) a.

RE: Xerces Jar

2002-05-16 Thread John Niven
-Original Message- From: Claude Montpetit [mailto:[EMAIL PROTECTED]] Sent: 16 May 2002 16:54 To: Tomcat Users List Subject: Re: Xerces Jar Yes, I had done that too. But I want to be able to only ship a WAR file for my app. I do not want to make changes to the standard

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Alan Eustace
sorry, just noticed- you are running IIS, which (last time i saw it) runs on 8080 by default. you can change your tomcat port easily thus: open up server.xml (you'll find it at $CATALINA_HOME$/conf) at line 54 or thereabouts you'll find a port setting- change the port to some port in the

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Gary Frick
Michael, I'm running on Windows XP Professional so your suggested 'list process' command won't apply. If I do a c:\netstat -an I get the following: TCP0.0.0.0:8080 0.0.0.0:0 LISTENING but that doesn't tell me what process is actually doing the listening. Is

  1   2   >