Time does not match

2001-09-07 Thread Magnus Jansson
I live in Sweden and I have a giant trouble with time. The jsp pages always shows the GMT time but we have GMT+1 and then we have summer and winter time so right now the time shows 2 hours after. My server platform is NetWare 5.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RE: Database Driver

2001-09-07 Thread Artigas, Ricardo Y.
I'm not quite sure but try adding the jar's filepath to your tomcat startup script (tomcat.bat). look for the lines similar to below and add one more line for your driver. (see line with your_sqldriver.jar). Where did you download your driver from? hth. :staticClasspath echo Setting your

Re: how to connect tomcat with apache running on different m/c

2001-09-07 Thread atif umar
hi, thanks for mailing but i didnt fully understand what u meant do i have to set workers.properties file on the m/c wehich has apoache runnig on it bcos workers.properties file actualy is in the /tomcat/conf directory i have been able to connect the two but still whenever i try to call a

Re: Time does not match

2001-09-07 Thread Joakim Verona
hej, du måste formattera tiden med Calendar klassen om du skall få till det. den har alla möliga finesser /joakim Magnus Jansson wrote: I live in Sweden and I have a giant trouble with time. The jsp pages always shows the GMT time but we have GMT+1 and then we have summer and winter time so

Re: New nt_service

2001-09-07 Thread Pier Fumagalli
Jonathan Eric Miller [EMAIL PROTECTED] wrote: Are you sure it wasn't really a .c.exe file and Explorer didn't just hide the extension. ;-) H YES!~ :) Pier

AW: struts or tomcat 3.2.1 bug?

2001-09-07 Thread juraj Lenharcik
hello, the stange thing is, when i get the bean with useBean then i can access all elements and put them out. no problems perform. then i put my iterate tag to the jsp. when i debug the jsp i can see that the bean is correctly in the scope and CAN BE ACCESSED! the iterator runs ONCE trought the

/apr.h:265: #error Can not determine the proper size for apr_int64_t

2001-09-07 Thread Chris Gokey
Hi... I'm back trying to compile mod_webapp.so for Solaris 7 this time (I was able to sucessfully compile it under Linux two days ago :) . After having to install: autoconf-2.50 libtool-1.3.5 m4-1.4 I was able to run ./support/buildconf.sh and ./configure I'm getting stuck trying to make

solved AW: worker.properties swallows my first worker (mod_jk)

2001-09-07 Thread Hans Schmid
As Costin pointed out, the error was a cut and paste one. my worker.list started with worker.list=worker.list= ajp12 It should of course be worker.list=ajp12 This typo caused interseting effects though ;) Thanks very much for your help. Regards, Hans -Ursprüngliche

RE: Image file not found - why not ?

2001-09-07 Thread G.Nagarajan
hi, try the following - check the case of the file name, example myimage.jpg instead of MyImage.jpg - try giving /webapp/images/MyImage.jpg - check if you can directly access the image by giving /webapp/images in the browser and then see if the file is in the file list Regards, Nagarajan.

tomcat4: sealing violation when reloading servlets

2001-09-07 Thread Taavi Tiirik
I am encountering sealing violation problems with tomcat 4.0 (nightly build 20010825). Whenever I recompile a servlet or change any .properties files that I use for i18n text messages press reload, it gives ServletException like this: Exception Report: javax.servlet.ServletException:

Re: Tomcat 3.3b2 and mod_jk

2001-09-07 Thread Mark Muffett
Larry It worked perfectly!!! I made the changes as suggested - ie apps-sota.xml changed to: Server Host name=sota Context path= docBase=webapps/Sota / /Host Host name=sota.silly.domain.net Context path= docBase=webapps/Sota / /Host /Server and changed

RE: How to get jk_nt_service to notice failed startup of my service?

2001-09-07 Thread Andy Bailey
In this case Tomcat has started successfully. A Servlet throwing a ServletException from init() is not cause for Tomcat to cease working or to indicate a failure on startup (as there isn't one). Andy -Original Message- From: Rida Ligurs [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Request object and tomcat...

2001-09-07 Thread Mukul Singh
Does the request object get reused in Tomcat? We have an application in which request is saved in the session (why this was done is still a mystery). The application runs on apache/jserv. Now we are planning to use Tomcat as the application server. My question is, whether the saved requests in

Re: Image file not found - why not ?

2001-09-07 Thread Vijaya Kumar
Well, If your image locates like below /webapps /your_Appln /webinf related class files /images place all the image files here then try the url mapping using

Why can't I get the JSP and servlet from another pc on the LAN

2001-09-07 Thread LAU ENG HUAT
Please help me : I have tried over a month on the problem I face with mod_jk and has even posted into Jguru but no reply. I feel like dropping out as my church people is telling me to drop the project but I feel that I can complete this project. I very much hope/pray that you can help me.

RE: Apache / mod_jk / Tomcat with Hardware SSL box?

2001-09-07 Thread Mike Roberts
Thanks Jon - I had a look around, and http://marc.theaimsgroup.com/?l=apache-modsslw=2r=1s=hardwareq=b seems to suggest that people have managed to get internal hardware SSL working with Apache. Can anyone else answer the more general questions though? (ie when does mod_jk say something was

Re: does tomcat have the cajones?

2001-09-07 Thread jean-frederic clere
Rick Mann wrote: on 9/6/01 11:24 AM, Denis Haskin at [EMAIL PROTECTED] wrote: Er... I think you mean cojones. A cajon is a kind of percussion instrument. Actually, a cajon is a drawer. Caja is box, so cajon could be a big box (colloquial). Look to

Re: worker.properties swallows my first worker (mod_jk)

2001-09-07 Thread jean-frederic clere
Hans Schmid wrote: Hello, This is about mod_jk in Tomcat 3.3b1 on Solaris with Apache 1.3.19 It seems to me that the first worker found in the worker.list always gets created as ajp12 on port 8007 regardless what i configure. The following worker.list entry

Directory Traversal Vulnerability

2001-09-07 Thread Tal Dayan
Hello, I am looking for references to the vulnerability described at http://www.securityfocus.com/vdb/bottom.html?vid=2518 Is it documented in Bugzilla (what bug ID) ? Is it fixed in Tomcat 3.2.3 ? Thanks, Tal

RE: Database Driver

2001-09-07 Thread Robert Turner
--- Artigas, Ricardo Y. [EMAIL PROTECTED] Download a trial/single use copy from www.j-netdirect.com The product JSQLConnect Robert wrote: I'm not quite sure but try adding the jar's filepath to your tomcat startup script (tomcat.bat). look for the lines similar to below and add one

Re: /apr.h:265: #error Can not determine the proper size forapr_int64_t

2001-09-07 Thread Pier Fumagalli
Chris Gokey [EMAIL PROTECTED] wrote: Hi... I'm back trying to compile mod_webapp.so for Solaris 7 this time (I was able to sucessfully compile it under Linux two days ago :) . After having to install: autoconf-2.50 libtool-1.3.5 m4-1.4 I was able to run ./support/buildconf.sh and

Re: Tomcat 3.3b2 and mod_jk

2001-09-07 Thread Mark Muffett
Larry It worked perfectly!!! I made the changes as suggested - ie apps-sota.xml changed to: Server Host name=sota Context path= docBase=webapps/Sota / /Host Host name=sota.silly.domain.net Context path= docBase=webapps/Sota / /Host /Server and changed

Fw: PROPPATCH

2001-09-07 Thread Vijaya Kumar
Is it possible to change any of one/more properties of the DAV resource say add new property like author. author namesomebody/name href[EMAIL PROTECTED]/href /author How to overcome this problem. B'cas when I go through the redirection draft, when creating new resource

RE: Tomcat 3.3b2 and mod_jk

2001-09-07 Thread Larry Isaacs
Mark, Thanks for giving Tomcat 3.3 a try. I'm glad to hear of your success. Thanks also for the note about the ajp12.id file. The great majority of my work is on Windows and the tomcat.bat doesn't delete this file. I'll see that this is removed from the tomcat.sh. In the meantime, you may

Re: Fw: PROPPATCH

2001-09-07 Thread Dmitri Colebatch
I have absolutely no idea about the DAV resource stuff, but I saw the href, and assume that expects a URI, in which case perhaps you should prefix the email address with mailto: cheers dim On Fri, 7 Sep 2001, Vijaya Kumar wrote: Is it possible to change any of one/more properties of the

RE: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-07 Thread Larry Isaacs
Anthony, My understanding is that a JDK is asked for so that the tools.jar is available as the default Java compiler. It's only used as part of converting JSP's to class files. If you JSP's are already compiled to servlets, I believe a JRE would be sufficient. As for getting a footprint under

forward from servlet to JSP got slow

2001-09-07 Thread Aravind Naidu
Hi, Environment is Tomcat 3.2.3 on Linux. All of a sudden the forward from a servlet to a JSP page got very slow. It is weird in that we have 2 servers in a load balance pool and it started happening on 1 server and while debugging it, I stoped and started the other one and it started happening

RE: Multiple Tomcat Instances

2001-09-07 Thread Marjou Xavier
Hello, Each Tomcat can be interfaced with a HTTP client with 2 different ways (defined in server.xml) - either with regular HTTP (eg: on port 8080) - or/and indirectly via Apache (AJP protocol is used, eg port 8007) If you use HTTP via Apache, Apache will need mod_jk.conf and worker.properties

RE: Multiple Tomcat Instances

2001-09-07 Thread Marjou Xavier
If you use HTTP via Apache, Apache will need to write your own mod_jk.conf and worker.properties I wanted to say : If you use HTTP via Apache, YOU will need to write your own mod_jk.conf and worker.properties Sorry about it

Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Mark Muffett
Larry Having got yesterday's setup to work, I thought I'd try to go one step further (having browsed some of the previous correspondence about mod_jk). Since sota and sota.silly.domain.net are the same site, I tried making apps-sota.xml as follows: Server Host name=sota alias

RE: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Larry Isaacs
Mark, Yes, there should be a mention of sota.silly.domain.net. Assuming an accurate cut and paste, try capitalizing the 'a' in alias ... and try again. The Alias approach does have the effect of mapping sota and sota.silly.domain.net to the same context. This could be seen as an advantage or

RE: Directory Traversal Vulnerability

2001-09-07 Thread Larry Isaacs
Given that the document mentions that it is fixed in Tomcat 3.2.2beta2, the fix would also appear in Tomcat 3.2.3. This issue is addressed in the current releases of Tomcat 3.3 and Tomcat 4.0. Cheers, Larry -Original Message- From: Tal Dayan [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Mark Muffett
Larry It works fine!!! One more question (to which I should know the answer): I need the classes in postgresql.jar for my JDBC Realms login - is there a directory under TOMCAT_HOME where I should put the file, or is it best just to leave it in my CLASSPATH? Many thanks for your help. Mark

Tomcat 4.0b7 and getRequestDispatcher().forward()

2001-09-07 Thread Paul Kofon
Hi, I moved an application from T3.2.2 to T4.0b7 and I get the following error message when a call is made to getRequestDispatcher().forward() in the doPost() method of two servlets like this: getServletConfig().getServletContext().getRequestDispatcher(/pages/my.jsp).forward(request,

RE: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Larry Isaacs
Mark, Both Tomcat 3.3, and I believe Tomcat 4.0 as well, ignore your CLASSPATH. They construct a classloader hierarchy more complicated than you typical application would use. As a result, some thought is required to place your classes in the appropriate classloader. The primary question is

Re: Tomcat v3.3b2 and mod_jk (again)

2001-09-07 Thread Mark Muffett
Larry Many thanks Mark - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 1:27 PM Subject: RE: Tomcat v3.3b2 and mod_jk (again) Mark, Both Tomcat 3.3, and I believe Tomcat 4.0 as well, ignore your CLASSPATH. They

The Problem Posted Again....

2001-09-07 Thread Ron Nicoletti Jr.
I've completed my installation of jakarta-tomcat-3.2.3 on windows 2000 running IIS, and ISA Server. The positives ... Tomcat starts and creates log files IIS is showing a green up arrow on isapi_redirect.dll The Negatives ... When I run a test on the link

AW: Problem with URLs

2001-09-07 Thread Kim Hübel
Hi, Maybe your problem would be solved by adding / into the path= section... -Ursprüngliche Nachricht- Von: Andrés Bernal [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. September 2001 01:15 An: Tomcat User Betreff: Problem with URLs Hi, I have Apache 1.3.20 + Tomcat 3.2.3 +

How can I have a class run on start-up?

2001-09-07 Thread Alex Colic
Hi, hopefully someone can help me with this. I need some type of a class to start when the web server starts. This class is going to bind itself to a port and listen to commands from a VB app. Other classes in other web apps will register themselves with this class to receive these commands. My

More info. RE: forward from servlet to JSP got slow

2001-09-07 Thread Aravind Naidu
I have more info. Turned all debug values on in Tomcat and this is the trace. As one can see there is 5 sec gap between the last 2 lines, and I have no idea what goes on there. 2001-09-07 21:38:02 - ContextManager: SimpleMapper1: SM: Found extension mapping

Re: Question from a relatively new user: Minimizing the installation footprint of Tomcat

2001-09-07 Thread Jonathan Eric Miller
He's talking about what is required for running in a production environment, not a development environment. Jon - Original Message - From: Raimee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 11:17 PM Subject: Re: Question from a relatively new user:

Re: tomcat4: sealing violation when reloading servlets

2001-09-07 Thread Jonathan Eric Miller
I don't know for sure if this will help, but, if you have application specific .jar files that are stored somewhere other than under your WEB-INF/lib directory, you might want to try to move them there and see if that makes a difference. What I always try to do when resolving a problem like this

RE: The Problem Posted Again....

2001-09-07 Thread Larry Isaacs
After checking some header files, it appears that errno 61 is connection refused. This suggests that the port number isapi_redirect is using (via workers.properties) and the port Tomcat is using (via server.xml) don't match. Larry -Original Message- From: Ron Nicoletti Jr.

apache calling tomcat context path ???

2001-09-07 Thread Penny Tse
Hi, I have the following setting of web.xml for my webapplication * servlet servlet-namegetFile/servlet-name description /description servlet-classgetfile/servlet-class /servlet servlet-mapping

How to declare Output as Image?

2001-09-07 Thread Andrej Rosenheinrich
Hello, i have a servlet, getting an BufferedImage, that shall be displayed in my webpage. for doing this I use the following code: ServletOutputStream sos = response.getOutputStream(); JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(sos); encoder.encode(image);

Re: how to connect tomcat with apache running on different m/c

2001-09-07 Thread Scott Jones
Hi Atif, Yeah, it's very confusing because 99% of people run tomcat and apache on the same machines so worker.properties is included along with tomcat. The copy of it that you have on your tomcat machine will not do anything. i have been able to connect the two How are you sure? but the

RE: Directory Traversal Vulnerability

2001-09-07 Thread Tal Dayan
Is there a Bugzilla bug ID for it ? Tal -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 5:01 AM To: '[EMAIL PROTECTED]' Subject: RE: Directory Traversal Vulnerability Given that the document mentions that it is fixed in

Re: non tomcat related question: Servlets

2001-09-07 Thread A.L.
Dmitri, Thanks a lot for offering your help. I am sending this via yahoo mail so I can only send up to three attachments at a time. TO help you understand the code, I have a main function called SearchLogic, which uses a request dispatcher to display the rest of the servlets. Therefore, to

FORM-based authentication question

2001-09-07 Thread Kevin HaleBoyes
I'm successfully using FORM-based logins in my application but I have a few questions. When a user logs in, I want to attach certain information to the session. Currently I use a filter that checks to see if the request.getRemoteUser is set (or has changed) and if so, I do a database call to

Re: non tomcat related question: Servlets

2001-09-07 Thread A.L.
O.k. round three --- Dmitri Colebatch [EMAIL PROTECTED] wrote: sure - send it over, I'll have a little look. On Thu, 6 Sep 2001, A.L. wrote: I have a problem which I have asked in several forums and have received no response. Basically i have some code which needs to be

RE: How to declare Output as Image?

2001-09-07 Thread Kane, David
Andrej, I think you need to use Response.setContentType... http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRespon se.html#setContentType(java.lang.String) Dave -Original Message- From: Andrej Rosenheinrich To: [EMAIL PROTECTED] Sent: 9/7/01 10:39 AM Subject: How

Re: non tomcat related question: Servlets

2001-09-07 Thread A.L.
These files should go into a folder with class files witht he follwoing directory structure: com\javaexchange\dbConnectionBroker --- Dmitri Colebatch [EMAIL PROTECTED] wrote: sure - send it over, I'll have a little look. On Thu, 6 Sep 2001, A.L. wrote: I have a problem which I have

hiding my login.jsp

2001-09-07 Thread Kevin HaleBoyes
I'm using form based authentication with the following in my web.xml file: login-config auth-methodFORM/auth-method form-login-config form-login-page/login.jsp/form-login-page form-error-page/loginerror.jsp/form-error-page /form-login-config

Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
Hi All, I'm using model 2 architecture, i.e. request comes to servlet, servlet does the process and creates the bean and forwards it to JSP. Finally, jsp sends the response to the client. But, I've a question about the content-type. My bean, should set the content-type on jsp and I don't want

Re: tomcat4: sealing violation when reloading servlets

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, Taavi Tiirik wrote: Date: Fri, 7 Sep 2001 09:48:38 +0200 From: Taavi Tiirik [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: tomcat4: sealing violation when reloading servlets I am encountering sealing violation problems with tomcat 4.0

Unsubscribe thaison0@lycos.com

2001-09-07 Thread Thaison Thai
Hi, I have tried to UNSUBSCRIBE the daily e-mail for about a whole week, but it seems it is never successful. I still keep receiving too many messages everyday! Can any of you please help me to take off my email address: [EMAIL PROTECTED] Thanks, -Thaison Thai- Get 250

Re: hiding my login.jsp

2001-09-07 Thread Craig R. McClanahan
It's not going to work because the servlet container needs to *redirect* to the login page (for example, so that relative references to images on the login page itself are resolved correctly). That means the login page has to be visible from the browser, which means it cannot be in /WEB-INF.

Re: Servlet/JSP - content-type

2001-09-07 Thread Craig R. McClanahan
Calling RequestDispatcher.forward() erases any headers that have been set by the servlet, so your technique is not going to work. You will have to set the content type in the JSP page. Craig On Fri, 7 Sep 2001, Ratnakar Palle wrote: Date: Fri, 7 Sep 2001 09:35:36 -0700 From: Ratnakar

Re: Tomcat 4.0b7 and getRequestDispatcher().forward()

2001-09-07 Thread Craig R. McClanahan
The exception tells you that your JSP page couldn't be compiled -- it's not a problem with the request dispatcher. Try calling that page directly from your browser, and debug whatever invalid syntax is causing the compilation problem. Craig On Fri, 7 Sep 2001, Paul Kofon wrote: Date: Fri,

Re: FORM-based authentication question

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, Kevin HaleBoyes wrote: Date: Fri, 7 Sep 2001 16:48:01 +0100 (BST) From: Kevin HaleBoyes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: FORM-based authentication question I'm successfully using FORM-based logins in my application but I

Re: Unsubscribe thaison0@lycos.com

2001-09-07 Thread David Daney
Thaison Thai wrote: Hi, I have tried to UNSUBSCRIBE the daily e-mail for about a whole week, but it seems it is never successful. I still keep receiving too many messages everyday! Can any of you please help me to take off my email address: [EMAIL PROTECTED] Thanks,

Re: How can I have a class run on start-up?

2001-09-07 Thread Jonathan Eric Miller
I don't know the answer to your question, but, I'm wondering if the application actually has to run in Tomcat. It sounds like you might want to just create a standalone application that listens on a port. Jon - Original Message - From: Alex Colic [EMAIL PROTECTED] To: Tomcat-User [EMAIL

RE: Multiple Tomcat Instances

2001-09-07 Thread Abhijat Thakur
I am using two tomcats server1.xml AJP on Port 8007 server2.xml AJP on port 8009 I am using Http via Apache.Every time i start tomcat with one of server.xml files i rename the mod_jk.conf-auto and the included the two static files in httpd.conf. Even after doing this i can only go

Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-07 Thread Mark Muffett
Larry I'm trying something a little more complicated now - I have two different sites: sota and vp. I have apps-sota.xml like: Server Host name=sota Alias name=sota.silly.domain.net / Context path= docBase=webapps/Sota / /Host /Server and apps-vp.xml like: Server

Re: does tomcat have the cajones?

2001-09-07 Thread Mike Wright
Perhaps there is some relevance here. A cajon is also a container. Mike Wright Rick Mann wrote: on 9/6/01 11:24 AM, Denis Haskin at [EMAIL PROTECTED] wrote: Er... I think you mean cojones. A cajon is a kind of percussion instrument. Actually, a cajon is a drawer. Caja is box, so

Re: Rep: Image Not Found

2001-09-07 Thread James Adams
Vijaya you win the prize, having .. in front of the URL made all the difference. Thanks so much ! -James Vijaya Kumar wrote: Well, If your image locates like below /webapps /your_Appln /webinf related class files

RE: How can I have a class run on start-up?

2001-09-07 Thread Peter Romianowski
you could implement a org.apache.catalina.LifecycleListener and attach it to the context you are using like this: Context path=/myapp ... ... Listener className=com.mycompany.MyAppListener/ ... /Context look into the docs for details. but this is a tomcat-specific

Re: How can I have a class run on start-up?

2001-09-07 Thread Alex Colic
Hmm. I don't know about that. For the user that would just be another app he has to start. I was trying to automate things. I was wondering about creating a servlet and forcing it to run when Tomcat starts. What do you thing? Alex - I

session timeout bug ?

2001-09-07 Thread Christian Bourque
Hi ! I've been searching everywhere for this problem and I just can't find any solution... I have session that are still active after the timeout period has expired ! Sometimes sessions are cleaned up correctly and sometimes it just don't work ... I have sessions that didn't timed out even

RE: Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-07 Thread Larry Isaacs
Mark, Thanks for trying this. It looks like a bug. In: ServerName vp ServerAlias sota.silly.domain.net vp.silly.domain.net The sota.silly.domain.net should not be included in the ServerAlias. It is likely a bug in ApacheConfig.java. I'll take a look. Having your test case should

jsp vs php.....

2001-09-07 Thread Kennice Low
Hi, Can anyone give me some advise/opinion/suggestion on jsp vs php ? What are the advantages of JSP over PHP, or vice versa ? Any helps/opinion is appreciated. ;) best regards, Kennice _ Get your FREE download of MSN

RE: How can I have a class run on start-up?

2001-09-07 Thread Craig R. McClanahan
For a portable solution to the run my class at startup problem, Servlet 2.3 (and therefore Tomcat 4.0) supports a new API called javax.servlet.ServletContextListener. If you register such a listener in your web.xml file, the container will call the contextInitialized() method when the web

Re: Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-07 Thread Mark Muffett
Larry Thanks, but I think the bug goes deeper than that, since I get the same behaviour if I communicate directly with Tomcat (ie sota.silly.domain.net:8080 maps to vp:8080). Best regards Mark - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

AW: IIS, tomcat and logging

2001-09-07 Thread Hessing Ingo
Hi! I have exactly the same logging problem as Mike on his box on my own system (which is very similar to one of Mike's): My system: W2k Server SP2 JDK 1.3.1 Tomcat 3.2.3 IIS 5 (incl. latest security patches) I have the latest isapi_redirect.dll and use both ajp12 and inprocess

Basic question about Apache+Tomcat Memory usage

2001-09-07 Thread srini
hi users, i have this basic question in mind from so many days but din't get an answer for it. when i try to execute a simple JSP or Servlet , generally first time my CPU usage goes to 80-100%.I tried with default examples which comes with Tomcat. where as i have seen big

RE: Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
Hi Craig, Thanks for your quick response... I understand that RequestDispatcher.forward() erases any headers but I'm not setting any header info in the servlet. I want to set it in the jsp, how do I do that!! I've the charset info in the databean and I want to use that bean to set it in the jsp

Re: Basic question about Apache+Tomcat Memory usage

2001-09-07 Thread Craig R. McClanahan
Are you asking about CPU usage or memory usage? For CPU, the first time you access a page (or whenever you update it), Tomcat has to translate the page into Java and then compile it. This is a pretty CPU-intensive activity, but it only happens once. For memory, there is a lot to understand

RE: Servlet/JSP - content-type

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, Ratnakar Palle wrote: Date: Fri, 7 Sep 2001 12:07:07 -0700 From: Ratnakar Palle [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Servlet/JSP - content-type Hi Craig, Thanks for your quick response... I understand that

Apache 1.3.20 mod_webapp Tomcat 4b7 HANGS on Windows

2001-09-07 Thread Marcel Maré
I'm having big problems getting this combination to work: - Apache 1.3.20 - mod_webapp - Tomcat 4b7 All were recently donwloaded and installed, using defaults as much as possible. Accessing the apache server and tomcat standalone is without problems. In httpd.conf I added:

Re: Basic question about Apache+Tomcat Memory usage

2001-09-07 Thread srini
ho sorry Craig i was talking about CPU usage. I know first time it translates JSP page in to Java and compiles it. But is it that much intensive to eat 80-100% of memory ?? Iam running my application on Apache+Tomcat. For many of the pages it takes 90-100% even though they are not first

RE: Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
Thanks Craig for clarification... I've another question on that line.. I'm actually using the i18n tag library in the same jsp page. That is, it looks something like this: %@ page import=com.cisco.appadmin.login.ui.LoginController % jsp:useBean id=controller scope=request

Re: non tomcat related question: Servlets

2001-09-07 Thread Pier Fumagalli
A.L. [EMAIL PROTECTED] wrote: These files should go into a folder with class files witht he follwoing directory structure: com\javaexchange\dbConnectionBroker Guys, small request, can you handle this privately as it's not related to Tomcat? Thanks! :) Pier

Re: Apache 1.3.20 mod_webapp Tomcat 4b7 HANGS on Windows

2001-09-07 Thread Pier Fumagalli
Marcel Maré [EMAIL PROTECTED] wrote: I'm having big problems getting this combination to work: - Apache 1.3.20 - mod_webapp - Tomcat 4b7 All were recently donwloaded and installed, using defaults as much as possible. This seems to be a good one (can you please post a bug on

Re: Basic question about Apache+Tomcat Memory usage

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, srini wrote: Date: Fri, 7 Sep 2001 12:38:11 -0700 From: srini [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Basic question about Apache+Tomcat Memory usage ho sorry Craig i was talking about CPU usage. I know first time it

Re: Basic question about Apache+Tomcat Memory usage

2001-09-07 Thread Pier Fumagalli
srini [EMAIL PROTECTED] wrote: ho sorry Craig i was talking about CPU usage. I know first time it translates JSP page in to Java and compiles it. But is it that much intensive to eat 80-100% of memory ?? It seem to me you're confusing again CPU usage with memory... 80%/100% IS the CPU

Re: /apr.h:265: #error Can not determine the proper size for apr_int64_t

2001-09-07 Thread Chris Gokey
Hi Pier, I attached my /home/mddevel/MD8_Devel/MD8/packages/jakarta-tomcat-4.0-b7/jakarta-tomcat-co nnectors/webapp/apr/include/apr.h file as you requested. I'm not sure what you mean by checking out the latest HEAD. Before I tried building this I did: cd

Re: The Problem Posted Again....

2001-09-07 Thread Denis Haskin
Ron Nicoletti Jr. wrote: I've completed my installation of jakarta-tomcat-3.2.3 on windows 2000 running IIS, and ISA Server. The positives ... Tomcat starts and creates log files IIS is showing a green up arrow on isapi_redirect.dll The Negatives ... When I run a test on the link

RE: Servlet/JSP - content-type

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, Ratnakar Palle wrote: Date: Fri, 7 Sep 2001 12:41:38 -0700 From: Ratnakar Palle [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Servlet/JSP - content-type Thanks Craig for clarification... I've another question on that line..

Re: /apr.h:265: #error Can not determine the proper size forapr_int64_t

2001-09-07 Thread Tom Northcutt
Found this on google: http://www2.real-time.com/pipermail/tomcat-devel/2001-July/020147.html On Fri, 7 Sep 2001, Chris Gokey wrote: Hi... I'm back trying to compile mod_webapp.so for Solaris 7 this time (I was able to sucessfully compile it under Linux two days ago :) . After having to

Re: How to declare Output as Image?

2001-09-07 Thread Denis Haskin
Andrej Rosenheinrich wrote: Hello, i have a servlet, getting an BufferedImage, that shall be displayed in my webpage. for doing this I use the following code: ServletOutputStream sos = response.getOutputStream(); JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(sos);

Re: /apr.h:265: #error Can not determine the proper size for apr_int64_t

2001-09-07 Thread Chris Gokey
After doing: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r HEAD apr (inside of jakarta-tomcat-connectors/webapps) I attached the apr/include/apr.h file in this email. Here are the error messages I received. --- All done. Now you can issue make. Good luck. make Compiling sources

Re: /apr.h:265: #error Can not determine the proper size forapr_int64_t

2001-09-07 Thread Pier Fumagalli
Tom Northcutt [EMAIL PROTECTED] wrote: Found this on google: http://www2.real-time.com/pipermail/tomcat-devel/2001-July/020147.html Oh, yes... I remember that now (my tomcat-user archive is limited locally, and July was a LONG time ago)... If I remember it right, the guy didn't have a

RE: Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
Thanks Craig, I'll check with TAGLIBS-USER list -Ratnakar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Friday, September 07, 2001 1:02 PM To: [EMAIL PROTECTED] Subject: RE: Servlet/JSP - content-type On Fri, 7 Sep 2001,

RE: Database Driver - I have found the answer

2001-09-07 Thread Robert Turner
I have found the answer to the problem. In the files workers.properties and wrapper.properties there are some classpath lines. I each I added a line with the JSQLconnect.jar in it. worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)JSQLconnect.jar

RE: Re: Another issue with tc4.0-b7 webapp and Apache 1.3.20 accessfiles in another location

2001-09-07 Thread Peter Shankey
I hoped a bug report the number is 3476 Pete Pier Fumagalli [EMAIL PROTECTED] wrote: Peter Shankey [EMAIL PROTECTED] wrote: Solaris sparc 8 Tomcat 4.0 b7 Apache 1.3.20 webapp module 1.0 for tc4.0-b7 I am trying to use a location to install the web application (war) files other than

Re: No one answering my question (security realted problem)

2001-09-07 Thread Sukhwinder Singh
Completely clear your CLASSPATH. Then, install a fresh copy of Tomcat. Then, try to access some of the sample servlets. If that doesn't work, you might want to give Tomcat 4 a try. Tomcat 4 is due out in mid-September. Tomcat 4 doesn't use CLASSPATH at all, so, maybe that'll fix your

servlet.jar

2001-09-07 Thread Ryan Ford
Hello List :) I have successfully installed the following system: RedHat 7.1 Apache 1.3.19 (I think - I installed the one that comes with RH dist.) Tomcat 3.2.3 Binary Sun JDK 1.3.1 Binary Everything plays together nicely so far, except I can't seem to compile a servlet. From what I'm seeing

homegrown client authentication

2001-09-07 Thread Brad Pardee
Does anyone know if its possible to override the default client authentication under HTTPS. If I understand right, the default authentication just verifies that the clients certificate has been signed by somebody in the server's truststore. Is it possible to extend the SSLAuthenticator class to

RE: servlet.jar

2001-09-07 Thread Ryan Ford
LOL Somehow my classpath got aced, and when i finally added a path to the servlet.jar file(using the directory didnt work =P) my servlet compiled.. Thanks for your time :) -Original Message- From: Ryan Ford [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 2:39 PM To:

Error: 500 in jk_nt_service.exe; not logoff error

2001-09-07 Thread Rick Hodgson
I've encountered an error which I've not seen discussed in any thread. I get a null pointer exception when I attempt to execute my servlet via Tomcat running under the jk_nt_service.exe module. If I stop the Jakarta service and run Tomcat as a forground process, my servlet works as expected.

  1   2   >