Re: ldap authenitcation

2002-11-26 Thread Charlene Mitchell
Hi, Thanks for the reply. The link you mention is what I was referring to when I said: "I have read the JNDI Realm how-to and added the following few lines to my server.xml file." (I've already bought the T-Shirt, so to speak) So, apart from that document which has led me to a realm entry in se

RE: ldap authenitcation

2002-11-26 Thread Charlene Mitchell
yes, there is catalina.out and three localhost_* log files (examples, log, admin) None of which suggest that any communication with LDAP has occurred. Charlene --- Hari Venkatesan <[EMAIL PROTECTED]> wrote: > Did you check Catalina_log in /logs directory > > Hari > > -Original Message---

ORB initializing in Servlet

2002-11-26 Thread Halil AKINCI
Hi, I want to use a servlet as a CORBA client. I developed a sample application, but it is returned an error message. I think, I could not initialize the ORB correctly within the servlet class. I need a sample to initialize ORB and resolve the object reference in naming within the servlet class

Re: Tomcat Filter with RequestDispatcher - IncompatibleClassChangeError

2002-11-26 Thread Stephen Riek
Thanks for the reply, Craig. > > Error Trace > > --- > > > > java.lang.IncompatibleClassChangeError > > This exception normally means you have made a change in a superclass and > recompiled it, but not recompiled a subclass that depends on the old APIs. m, I have no idea which class

RE: Newbie question -- help.

2002-11-26 Thread Ben Deany
Start Tomcat (from the Start Menu on Windows if that is what you are using) and then point your browser to http://localhost:8080/. -Original Message- From: Shiva Paranandi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 November 2002 3:05 PM To: [EMAIL PROTECTED] Subject: Newbie question

Newbie question -- help.

2002-11-26 Thread Shiva Paranandi
How do I access the ROOT web app in the default webapps directory in tomcat? I want to access it with a browser. Thanks, Shiva. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-m

Re: Tomcat 5

2002-11-26 Thread Nikola Milutinovic
Luca Ventura wrote: Hello everybody! I need some answers about Tomcat 5: It is in "deep development" phase. 1) Is it Tomcat 5 available? That depends. It is not in Alpha testing phase, AFAIK, but in development phase. 2) If yes, i it possibile to downalod it? Hmm, should be on Jakarta S

Re: Tomcat 5

2002-11-26 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Luca Ventura wrote: > Date: Wed, 27 Nov 2002 07:37:29 +0100 > From: Luca Ventura <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Tomcat 5 > > Hello everybody! > > I need some answers about Tomcat 5: > > > 1) Is it Tomc

Why does Tomcat 4 suspend itself?

2002-11-26 Thread Luca Ventura
Hello! I have Tomcat 4.0.4-b3 as Servlet Container (I use it as a plug-in of IIS 5, using the ISAPI filter "isapi_redirector.dll" )and I have seen that sometimes the following strange thing happens When Tomcat doesn't receive user's requests (forwarded from IIS) for a period of time (that can

Tomcat 5

2002-11-26 Thread Luca Ventura
Hello everybody! I need some answers about Tomcat 5: 1) Is it Tomcat 5 available? 2) If yes, i it possibile to downalod it? 3) Is it possible to forward requests from IIS 5 to Tomcat 5 using an ISAPI filter (as I do in Tomcat 4.x)? If yes, can I find the ISAPI filter to use? 4) Is Tomcat 5 mo

Re: Tomcat Filter with RequestDispatcher - IncompatibleClassChangeError

2002-11-26 Thread Craig R. McClanahan
See below. On Wed, 27 Nov 2002, Stephen Riek wrote: > Date: Wed, 27 Nov 2002 05:55:11 + (GMT) > From: Stephen Riek <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Tomcat Filter with RequestDispatcher - > Incompa

Re: Confused about listener for J2K

2002-11-26 Thread Bill Barker
ApacheConfig is for mod_jk 1.x. It won't work for mod_jk2. For jk2, you need to run: CLASSPATH="$CATALINA_HOME/server/lib/tomcat-jk2.jar:\ $CATALINA_HOME/common/endorsed/xercesImpl.jar:\ $CATALINA_HOME/common/endorsed/xmlParserAPI.jar" \ org.apache.jk.config.WebXml2Jk "Jeffrey Hinchey" <[EMAIL

Re: 4.1.x & BodyTagSupport

2002-11-26 Thread Bill Barker
"Elisabeth Julg" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I have problem using the same Tag with body and without body. > > In my application, I use BodyTagSupport : > > - Declaration : > > select > appli.jsp.HtmlSelectTag > JSP > na

RE: JSP Bean in Tomcat - Urgent

2002-11-26 Thread Laxmikanth M.S.
Thanks a lot buddy.i didn't notice that and was trying a lot.thanks again... Regards Laxmikanth M S Off* : 6610330 extn 1256 Res* : 5267150 http://www.sonata-software.com > Coming together is the beginning, staying together is progress and working > together is Success What lies beh

Re: servlet compilation

2002-11-26 Thread Paul_Wallace
Thanks, that worked, however when I implement an interafce thus: public class LoadAtStartup implements ServletContextListener { I get the errors: LoadAtStartup.java:9: cannot resolve symbol symbol : class ServletContextListener location: class LoadAtStartup public class LoadAtStartup implements

Re: Hi all .. licence issue ..

2002-11-26 Thread Bill Barker
"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 27 Nov 2002, Eriam Schaffter wrote: > Date: Wed, 27 Nov 2002 02:08:47 + > From: Eriam Schaffter <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat

Tomcat Filter with RequestDispatcher - IncompatibleClassChangeError

2002-11-26 Thread Stephen Riek
I've been at this for the better half of a day already without joy. Am trying to create a Filter which accepts a request for "/fr/Products/Toys/index.jsp" and forwards the request to "/Products/Toys/index.jsp" after setting an attribute "lang" to "fr". However, no matter what I try, the foll

Re: RMI and Tomcat

2002-11-26 Thread Bill Barker
This is starting to look like a classic case of bad design. But to get your app working, try adding servlet.jar to the CLASSPATH of rmiregistry. "Sarah L. Moore" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Well, I just moved the application classes over to

Re: JSP Bean in Tomcat - Urgent

2002-11-26 Thread Bill Barker
The "IllegalAccessException" suggests that you haven't declared the class and/or default Constructor as "public". "Laxmikanth M.S." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi , > we are facing a problem with using bean in JSP. > we are able to compile an

JSP Bean in Tomcat - Urgent

2002-11-26 Thread Laxmikanth M.S.
Hi , we are facing a problem with using bean in JSP. we are able to compile and run the Bean from the command promt where as the same thing callled from JSP shows compilation error as show below.The classpath is set properly. Any views in this regard highly appreciated. thanks in advance laxmikanth

Re: Is there a secureCookie type of paramater for Tomcat 4.1.12?

2002-11-26 Thread Raiden
Hello, Anyone have any ideas if there is a solution to this problem in 4.1.12, or are we better off reverting back to Tomcat 3.3.2 to restore the old behavior of not making the sessionId cookie a secure cookie if the session was created under https? Thanks in advance! -Raiden On Mon, 25 Nov 20

Re: USING WRONG JSP COMPILER

2002-11-26 Thread Glenn Nielsen
First of all, the stack trace below is not for Tomcat 4.1.12. It looks like it is for an old version of Oracle IAS because it is using classes in the package org.apache.jserv.* and oracle.jsp.*. You are running Oracle IAS, not Tomcat 4.1.12. For Oracle IAS problems, talk to Oracle. :-) I would

Re: tomcat setup

2002-11-26 Thread David Brown
Joseph Boccuzzi writes: to start I am new to Tomcat. I have installed 4.1.12 on my Mac and can get to the initial page. From here the links for the jsp examples and the servlet examples return a http status 404 not available. The link for the Tomcat Administrator and Tomcat Manager return a

Re: Thread count growth, /manager/sessions, and persistence

2002-11-26 Thread Glenn Nielsen
Regarding sessions, by default a JSP page creates a session. All your JSP pages which don't require a session should have the attribute session="false" set in the page directive. The number of threads being used is not related to session management. To troubleshoot problems running out of Process

Re: servlet compilation

2002-11-26 Thread Kwok Peng Tuck
try this. javac -classpath [The path to your jar file] LoadAtStartup.java [EMAIL PROTECTED] wrote: Hi, I have for the past few hours been pulling my hair out trying to compile a simple servlet. I haven't even got to the stage of trying to implement it. I have the default Tomact instal

servlet compilation

2002-11-26 Thread Paul_Wallace
Hi, I have for the past few hours been pulling my hair out trying to compile a simple servlet. I haven't even got to the stage of trying to implement it. I have the default Tomact installation. defined in my classpath: C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar and

Re: Re-deploying webapps from war files

2002-11-26 Thread David Brown
Mark D.Porter writes: Hi David! Thanks for your response - I've found that your second suggestion is automatable (is that a word?) via ant and as such is a good replacement for the functionality in Tomcat 3.3. However, it appears that these tasks rewrite server.xml and overwrite any element

Re: Hi all .. licence issue ..

2002-11-26 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Eriam Schaffter wrote: > Date: Wed, 27 Nov 2002 02:08:47 + > From: Eriam Schaffter <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Hi all .. licence issue .. > > I just did right now .. > >

Re: AccessControlException - java.io.FilePermission

2002-11-26 Thread Glenn Nielsen
So you can edit the tomcat.policy file but not specify what properties are set when Tomcat is started? What a trusting app hosting service. By default Tomcat will grant a file read permission to the root of your web application context, in this case "/home/.sites/5/site513/web/". But all of the

Re: RMI and Tomcat

2002-11-26 Thread Sarah L. Moore
Well, I just moved the application classes over to the examples/WEB-INF/classes directory and re-ran my servlet. I get a slightly different message: java.rmi.ServerError: Error occurred in server thread; nested exception is: java.lang.NoClassDefFoundError: javax/servlet/ServletRequest From th

Apache Tomcat 4.1 and RMI

2002-11-26 Thread Ben Deany
Hi everyone, I am using WebSphere to develop an enterprise application. To this end I have a servlet which serves up a page that contains an applet. Tomcat 4.1 is my application server and I have it installed on my machine successfully (my OS is Windows XP). The servlet's init() method creates an

Re: RMI and Tomcat

2002-11-26 Thread Kwok Peng Tuck
Sorry, did not correctly see which class it was complaining about. Try and move MyApplicationStarter to the said directories. Sarah L. Moore wrote: Thanks for your reply. My servlet class is in examples/WEB-INF/classes. If I comment out the RMI step, the servlet runs fine, so I'm left to thi

Re: RMI and Tomcat

2002-11-26 Thread Sarah L. Moore
Thanks for your reply. My servlet class is in examples/WEB-INF/classes. If I comment out the RMI step, the servlet runs fine, so I'm left to think that the servlet location, etc. are OK, but something relating to RMI is the culprit. At 11:01 AM 11/27/2002 +0800, you wrote: " Cannot allocate s

Re: RMI and Tomcat

2002-11-26 Thread Kwok Peng Tuck
" Cannot allocate servlet instance for path /examples/servlet/MyServlet " means that it can't find the requested servlet for that web app which implies that your servlet class isn't where it should be. Servlets & classes go in /examples/WEB-INF/classes or /examples/WEB-INF/lib for jar packages.

RMI and Tomcat

2002-11-26 Thread Sarah L. Moore
Hello all. I am new to Tomcat, and am having a problem with RMI. I have a Java application that basically just sits on my server waiting for a data vector to be passed to it from my servlet. However, when I run the servlet and try to have it pass the data to the application through RMI, I get:

Re: serverside include

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Ugh, thanks. I really dont know where to start however. How are the variables made persistent? Can you possibly provide a little syntax? Finally, what is ''? A directory? Thnaks Paul. Hello Paul, if u use a parallel directory and "bean" class files w/ sette

Re: Can't start tomcat

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Hello, I have downloaded tomcat 4.1.12. When I try to startup the server a DOS Window appears and disappears immediately and I have no comment about what's going on. Can anybody help me? - NetCourrier, vot

Weird error using file download

2002-11-26 Thread Vy Ho
I got a very weird error and here is the situation: The app I used: tomcat 4.06, phoenix web browser 0.3, ie6.0 Here is the problem: When I set up an application in tomcat (with BASIC AUTHEN), phoenix could download all binary files (.exe, .pdf, etc...) fine from Tomcat server. Then I tested wi

GB2312 character display problem

2002-11-26 Thread Lee Peik Feng
Hi all, I am facing weird tomcat issue. (WinMe, jdk1.3.1_04, tomcat 4.1.12) **With embedded tomcat If I startup tomcat using the below command: Start javaw -classpath %CLASSPATH% EmbeddedTomcat where no dos window retained, it can't display GB2312 character properly ( I only see )

Re: Embedded Tomcat Problem

2002-11-26 Thread Lee Peik Feng
Thanks to Andreas and Craig for help. I have tried to eliminate some jar files such as tomcat-jk2.jar. to make the CLASSPATH shorter and I manage to startup tomcat. Anyway, I'll look into catalina.bat - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat

Re: serverside include

2002-11-26 Thread Paul_Wallace
Ugh, thanks. I really dont know where to start however. How are the variables made persistent? Can you possibly provide a little syntax? Finally, what is ''? A directory? Thnaks Paul. Hello Paul, if u use a parallel directory and "bean" class files w/ setter/getter methods u can persist

Re: Hi all .. licence issue ..

2002-11-26 Thread Eriam Schaffter
I just did right now .. One question remains wich is a bit off-topic but maybe people hav experience with it .. Does tomcat includes code from sun (code not covered by Apache licence) and if yes what parts ? Actually can I use the java sdk from sun in a business environment for free ? Does tom

Re: path mapping

2002-11-26 Thread Craig R. McClanahan
On Tue, 26 Nov 2002, Matthew Hixson wrote: > Date: Tue, 26 Nov 2002 14:43:20 -0800 > From: Matthew Hixson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: path mapping > > Okay, so Tomcat implements the spec and noth

RE: Hi all .. licence issue ..

2002-11-26 Thread Subir Sengupta
Have you looked here http://www.apache.org/foundation/licence-FAQ.html -Original Message- From: Eriam Schaffter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 5:54 PM To: [EMAIL PROTECTED] Subject: Hi all .. licence issue .. I would like to hack a little with tomcat .. I thi

Hi all .. licence issue ..

2002-11-26 Thread Eriam Schaffter
I would like to hack a little with tomcat .. I think it would be no problem but my question is if then I want to redistribute a product with tomcat stuff in it what are the requierements ? Does tomcat includes any sun proprietary code ? Is it GPL ? Can I just take tomcat sources, recompile it wit

Re: looping through ResultSet...later in page

2002-11-26 Thread Justin Ruthenbeck
Assuming you really can't do it in a single query, and assuming you don't want/can't use a stored procedure, it wouldn't be considered rudimentary to bring all the data from the first ResultSet locally and walk through it later ... this is what a disconnected RowSet does. Remember also that n

looping through ResultSet...later in page

2002-11-26 Thread Adam Nowalsky
i am developing a web application using tomcat and mysql. the requirements of the current functionality on which i am working are such that i need to run a query against a table, and then as i am looping through the ResultSet from that query, i need to be able to execute additional queries and pro

load balancing tomcat3.3.1

2002-11-26 Thread Yandell Cacton
Hi, I have an application running on tomcat3.3.1 and it is being load balanced using F5 BigIP load balancer hardware. The F5 persistence type is set to Active Cookie persistence and we are experiencing page loading problem (browser keeps on loading the page, even though the server indicates that

Re: tomcat setup

2002-11-26 Thread Mark Walker
I have 4.1.12 installed on a "Wallstreet" G3 Powerbook and it is running great! There's a document in Apple's Developer Forum (http://developer.apple.com/internet/java/tomcat1.html) that covers installing Tomcat on the Mac. It refers to 4.0.1 but should work fine for you. Actually, it sounds l

RE: Tomcat 4.1.12 Logs??

2002-11-26 Thread Prashanth Pushpagiri
Hi: Here is a portion of my log file...I currently have the pattern set to common. It seems to be printing out section of a jsp page!! Any suggestions? - [26/Nov/2002:15:45:48 -0600] POST /Upload.jsp 200 - wrote: > Howdy, > If you could perhaps provide examples... > > I usually set t

RE: HTTP to HTTPS redirect

2002-11-26 Thread mech
Does the form login work at all? Did you try without confidential? The error message doesn't sound like a redirect problem. Rather sounds to me like if there are no security roles set or something wrong with the configuration. Double check with the examples webapp and it's web.xml, the tomcat-user

Re: Can't start tomcat

2002-11-26 Thread Steve R Burrus
Hello there, you sound like you r definitely the newest of all of the various "newbies" out there!!! :) Have you yet made sure/certain that you have written all of the environmental variables in the System settings that you ought to have done?!!! These variables are: (1)JAVA_HOME [the main install

How to define another WEBDAV directory to Tomcat 4.0.6 ?

2002-11-26 Thread jjnfg
The default WEBDAV directory that came with Tomcat points to webapps\webdav What are the things I have to define in server.xml and web.xml if i want another WEBDAv folder that points to say , \project\source\ ? Joseph Tan __ Do you Yahoo!? Yahoo

RE: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread neal
Micael, yeah, here's the code I've written that I believe to be applicable. The controlServlet (the first snippet) sets the contentType, gets the out and writes to the writer, the output of the XSLT transformation. This is done by calling transformTOWriter (which is in a dff't class). Note, tha

Re: path mapping

2002-11-26 Thread Matthew Hixson
Okay, so Tomcat implements the spec and nothing but the spec then, correct? Thanks, -M@ On Tuesday, November 26, 2002, at 07:39 AM, Jeanfrancois Arcand wrote: See section 11 of the Servlet Specification: http://jcp.org/aboutJava/communityprocess/first/jsr154/ -- Jeanfrancois Matthew Hixs

Re: Can't start tomcat

2002-11-26 Thread Yandell Cacton
Hi, To see the error message, run the startup script using DOS Window and manually type the startup command, instead of double clicking the icon. My guess would be that the problem is that you haven't setup CATALINA_HOME environment variable. Cheers, Yandell. --- [EMAIL PROTECTED] wrote: > Hel

[ANNOUNCEMENT] Apache Tomcat 4.1.16 Alpha released

2002-11-26 Thread Remy Maucherat
Apache Tomcat 4.1.16 Alpha has just been released. Please help improve upcoming Tomcat releases by testing it. Note: This release is intended only for testing purposes, not for production use. Downloads: http://www.apache.org/dist/jakarta/jakarta-tomcat-4.0/release/v4.1.16-alpha/ Significant c

HTTP to HTTPS redirect

2002-11-26 Thread Joel Werginz
All, Been reading posts about this. Changed to HTTP port 80 and HTTPS to port 443. I am using Win2K, IE6. When I type in an http page that is supposed to redirect, I get the following: HTTP Status 500 - Configuration error: Cannot perform access control without an authenticated principl

SSL Certificate common to apache and Tomcat.

2002-11-26 Thread Joseph Stephen
Hi , We need to run apache and tomcat standalone on the same host both with SSL. Is there any way to use the same SSL certificate for both these webservers ? Regards, Joseph Missed your favourite TV serial last night? T

Can't start tomcat

2002-11-26 Thread marsclifford
Hello, I have downloaded tomcat 4.1.12. When I try to startup the server a DOS Window appears and disappears immediately and I have no comment about what's going on. Can anybody help me? - NetCourrier, votre bureau virtuel sur Internet

RE: ldap authenitcation

2002-11-26 Thread Hari Venkatesan
Did you check Catalina_log in /logs directory Hari -Original Message- From: Charlene Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 3:46 AM To: Tomcat Users List Subject: Re: ldap authenitcation Hi, Is it just not possible to authenticate against LDAP? If not can

Thread count growth, /manager/sessions, and persistence

2002-11-26 Thread Mark Walker
I am trying to port an application over to Tomcat v 4.1.12 which has worked fine for two years running in WebSphere on an iSeries. The JSPs were at the .91 level. I have updated them to the 1.2 level. In addition, I have installed the tomcat-util.jar from 4.1.14 to fix the erroneous ssl debug m

RE: verifyError with tomcat and xerces 2.2.1

2002-11-26 Thread Cox, Charlie
you are correct. Java 1.4 does not allow you to override classes already loaded by a parent classloader. Tomcat enforces this. You can replace the version that comes with tomcat if you need a newer version. Charlie > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

StackOverflowError when running java bean

2002-11-26 Thread Ming Zhao
Hi there, I met a problem when running java bean online. Please take a look and give some advice. It's a manufacturing-system simulation java bean. On the website, click one button to run the simulation. I can set the beginning simulation time (e.t., from 01/01/2000 to current clicking time). It

RE: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread Shapira, Yoav
Howdy, >I've notice that in a filter I have that the content length is >sometimes zero. This never happens the first time a browser requests >a particular page but will happen each time after that if the user >hits "reload". The browser just seems to reload from its own cache. >The browser sends

Re:How to specify path when executing CGI in Tomcat?

2002-11-26 Thread B W
If you are interested in this question, here is how to make cgi in tomcat to know the system property path. 1. download the tomcat source, find the CGIServlet.java 2. add the following line inside setCGIEnvironment method, compile it, create the servlet-cgi.jar file again. envp.put("PATH", null

Re: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread Jacob Kjome
Hello neal, I've notice that in a filter I have that the content length is sometimes zero. This never happens the first time a browser requests a particular page but will happen each time after that if the user hits "reload". The browser just seems to reload from its own cache. The browser sends

RE: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread micael
Can you provide the relevant code from one that does not work and one that does work? Or, would you have to kill me if you did that? At 11:35 AM 11/26/2002 -0800, you wrote: Definitive classes. And I have (and still am) going through the XSLT and the page classses (the classes that the control

RE: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread Cox, Charlie
are you getting any errors in the error log? is it possible that you are throwing/catching an exception that is not allowing anything to be written to the output stream? Charlie > -Original Message- > From: neal [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 2:36 PM > To: T

RE: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread neal
Definitive classes. And I have (and still am) going through the XSLT and the page classses (the classes that the control servlet calls specific to the requested page) with a fine tooth comb. The only thing that the 3 problem pages seem to have in common that I have not yet eliminated is that they

Re: Response.ContentType - not always setting contentType in Header

2002-11-26 Thread micael
Is it seemingly random or is it definitive classes Neal? At 11:17 AM 11/26/2002 -0800, you wrote: Does anyone know of a reason why response.setContentType() would only sometimes set my content type? I have a single control servlet which sets content type explicitly response.setContentType("text

RE: mysql connector problems

2002-11-26 Thread Jason Jonas
Evelin, The first thing you did wrong was read the readme. :) I'm using the same driver with the same basic setup as you. Place the jar file in %CATALINA_HOME%\common\lib. This will make it available to Tomcat as well as any running web app. On a side note, you may want to have Tomcat create and

Response.ContentType - not always setting contentType in Header

2002-11-26 Thread neal
Does anyone know of a reason why response.setContentType() would only sometimes set my content type? I have a single control servlet which sets content type explicitly response.setContentType("text/html"); just before it opens an outputStream and writes an XSLT transformation to out. For 70% of

NoSuchMethodError

2002-11-26 Thread Abhijat Thakur
Hi, When i am trying to access a servlet through tomcat it gives me a java.lang.NoSuchMethodError. From the stack trace at LoginServlet.java:238(which is my servlet) all i am doing is that i have a handle to HttpSession object and i call the setAttribute method to bind an object with the sessi

tomcat setup

2002-11-26 Thread Joseph Boccuzzi
to start I am new to Tomcat. I have installed 4.1.12 on my Mac and can get to the initial page. From here the links for the jsp examples and the servlet examples return a http status 404 not available. The link for the Tomcat Administrator and Tomcat Manager return a 403 access denied. I can

RE: Tomcat 4.1.12 Logs??

2002-11-26 Thread Shapira, Yoav
Howdy, If you could perhaps provide examples... I usually set the log pattern to "combined", rather than common, but that's for log analyzing and probably doesn't have to do with your problem. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Prashanth Pushpagiri [mailt

Re: ldap authenitcation

2002-11-26 Thread Craig R. McClanahan
On Tue, 26 Nov 2002, Charlene Mitchell wrote: > Date: Tue, 26 Nov 2002 18:07:57 + (GMT) > From: Charlene Mitchell <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: ldap authenitcation > > anyone? > This is discus

RE: Tomcat 4.1.12 Logs??

2002-11-26 Thread Prashanth Pushpagiri
Yes, I uncommented the valve part out and tomcat logs access details now. There is however another problem. My logs are wierd. Instead of the remote IP address, the logs have parts of the data being sent out. Sam is the case for request URI. I get html data instead of request details. Could it be

4.1.x & BodyTagSupport

2002-11-26 Thread Elisabeth Julg
Hi, I have problem using the same Tag with body and without body. In my application, I use BodyTagSupport : - Declaration : select appli.jsp.HtmlSelectTag JSP nametrue - Code : public class HtmlSelectTag extends BodyTagSupport {

Re: ldap authenitcation

2002-11-26 Thread Charlene Mitchell
anyone? --- Charlene Mitchell <[EMAIL PROTECTED]> wrote: > Hi, > > Is it just not possible to authenticate against > LDAP? > > If not can someone help explain how to set the > debugging mode of TomCat to verbose because I'm > seeing > nothing relevant in the logs. > > sigh > > please help! >

Confused about listener for J2K

2002-11-26 Thread Jeffrey Hinchey
Using Apache 1.3, Tomcat 4.1 and mod_j2k, and I am really confused on what do. The install script for the rpm includes a mod_jk2.conf file, but this is not there. And the docs references a workers.properties, but a workers2.properties is included. So I am not ture the entries the script made

checkError with Coyote

2002-11-26 Thread Elisabeth Julg
Hi, I have a lot of problem using the method PrintWriter.checkError when I use the connector Coyote. Can'you help me ? My servlet can be long (extraction), and if the user close the window, I want to stop my servlet. public class IndicateursDemandeSrvl extends HttpServlet { public void d

[Announce] JK 1.2.1 released

2002-11-26 Thread Henri Gomez
Hi to all, mod_jk 1.2.1 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/ For now binaries are available for : - Linux i386 (Apache 1.3 with/without SSL, Apache 2.0 with SSL) - iSeries (Apache 2.0.39 for OS/400 V5R1/V5R2) Othe

RE: IllegalStateException??? Please help!

2002-11-26 Thread Steve Beech
Johan, Thanks for your reply. I've restarted Tomcat but that seems to be when the problem happens. (I say problem though it isn't affecting the program!) And I'm not using servlets. Thanks anyway, Let me know if you have anymore thoughts. Cheers, Steve -Original Message- From: Jo

RE: help for newbie?

2002-11-26 Thread Kristján Bjarni Guðmundsson
Return Receipt Your RE: help for newbie? document :

Re: Embedded Tomcat Problem

2002-11-26 Thread Craig R. McClanahan
On Tue, 26 Nov 2002, Lee Peik Feng wrote: > Date: Tue, 26 Nov 2002 18:27:11 +0800 > From: Lee Peik Feng <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Embedded Tomcat Problem > > Hi all, > I am running on WinMe platfor

Re[2]: WAR files not expanding.

2002-11-26 Thread Jacob Kjome
Hello David, If you define a for a particular app where the path matches the name of the .war file, the .war will not be unpacked by Tomcat under any circumstances. I imagine you have something like this in server.xml or in a context configuration file: in this case a .war file named "myapp.w

Re: verifyError with tomcat and xerces 2.2.1

2002-11-26 Thread villardml
Yes I tried. I'm using tomcat 4.1.12. Actually if I replace the xercesImpl.jar but the latest version in the common/endorsed directory that work fine (this is normal). So I suppose that is not possible to use two differents version of xerces, one used by the server and the other one used by a webap

Re: Re-deploying webapps from war files

2002-11-26 Thread Mark D . Porter
Hi David! Thanks for your response - I've found that your second suggestion is automatable (is that a word?) via ant and as such is a good replacement for the functionality in Tomcat 3.3. However, it appears that these tasks rewrite server.xml and overwrite any elements that your re-deployed

Re[2]: Admin Webapp Problems (WAS: MBean server?)

2002-11-26 Thread Jacob Kjome
Hi Shawn, I'd recommend installing the full non-RPM version that includes all necessary jars. In that version, you will see the following files in common/endorsed: xercesImpl.jar xmlParserAPIs.jar What Bill says it correct, though. The Xerces version that come with Tomcat causes problems with

RE: virtual machine option

2002-11-26 Thread srinath narasimhan
don't specify "jvm_option" also you need to specify if you want to install or uninstall the service, the service name etc. try tomcat --h for more options. -Original Message- From: Dave Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 09:56 To: Tomcat Users List; Tomca

Re: help for newbie?

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Greetings to all. I am new to JSP and Tomcat - but trying diligently to learn quickly. I have what are most probably basic questions. I am using the latest, so I assume, Tomcat 4.1.12. I am attempting to create a Webapp and Servlet. I get the Tomcat 404 erro

RE: help for newbie?

2002-11-26 Thread Roberts, Eric
Jered, Do you have a web.xml file which describes and maps your servlet? This should be placed in $CATALINA_HOME/webapps/myapp/WEB-INF Have a look at the examples app for examples. Hope this helps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 26

help for newbie?

2002-11-26 Thread jcarter
Greetings to all. I am new to JSP and Tomcat - but trying diligently to learn quickly. I have what are most probably basic questions. I am using the latest, so I assume, Tomcat 4.1.12. I am attempting to create a Webapp and Servlet. I get the Tomcat 404 error, "The Requested resource is n

Re: Virtual host problem

2002-11-26 Thread David Brown
xyber writes: I have a HP-UX server with Tomcat 4.0.4, and I want to host 30+ virtual host. I fill up the server.xml, start catalina, and the Tomcat's java process allocate gigabytes(1+) of memory!!! When i remove virtual hosts from server.xml, the memory usage go lower. Is the 1g+ allocation n

Re: WAR files not expanding.

2002-11-26 Thread David Brown
Andoni writes: When I put a .war file over to my tomcat server it doesn't work. - It only creates an empty directory in webapps. If I put over the war and unzip the file, it works fine. If I put over the .war file and set unpackWARs="false" it does not work. - The unpack command is understood

USING WRONG JSP COMPILER

2002-11-26 Thread JOAN INTERD4U
Hi, I'm working in a Linux platform. While I was using Tomcat 4.1.12 (with jdk1.4) to serve html and jsp, everything was OK. But when I linked Tomcat 4.1.12 with Apache 1.3 through mod_jk, I got the following error serving jsp pages (html is OK). oracle.jsp.parse.JspParseException: Line # 2, Erro

Re: serverside include

2002-11-26 Thread David Brown
David Howard writes: I don't know if this would help, but what about setting environment variable through the tomcat administration interface. David Howard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 12:25 AM To: Tomcat Users

Re: Admin Webapp Problems (WAS: MBean server?)

2002-11-26 Thread Shawn Wilson
Hi Bill, Thanks for the info. I checked, but there isn't any xerces jar in $CATALINA_HOME/common/endorsed... only jaxp_parser_impl.jar and xml-commons-apis.jar. This was just a basic RPM install of Tomcat along with the admin webapps. Also, the exception trace I posted _was_ from catalina.out,

FW: Cookies translation problem on isapi connector using IIS5 + TOMCA T 4.0.1

2002-11-26 Thread Zaragoza, Carles
Sorry for post this message again, but I am struggling with this issue. Has somebody faced with this problem ? Thanks again. Carles. -Original Message- From: Zaragoza, Carles [mailto:[EMAIL PROTECTED]] Sent: viernes, 22 de noviembre de 2002 9:50 To: Tomcat Users List (E-mail) Subject: Co

  1   2   >