Re: tomcat5, apache2, mod_jk2 and mod_userdir

2004-06-23 Thread Renaldo VonTeknika
Renaldo VonTeknika wrote: I don't seem to be able to get tomcat5, apache2, mod_jk2 and mod_userdir working together entirely. Everything works fine for the most part as users can serve jsp pages from their directories and tomcat recognizes each of their contexts. But I cannot get the uri

Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Ryan McConigley
Greetings, I have a problem. I am trying to get Tomcat (5.0.25), Apache (2.0.49) and mod_jk2 (2.0.4) all to talk to each other under RedHat 9.0. So far I can get Apache up and working on port 80 and Tomcat works fine on port 8080. However, my users want to be able to use .jsp pages on

RE: mod_jk install problem

2004-06-23 Thread Kommuru, Bhaskar
Sorry friend, I dont have any clue on issue. I think you should also check what are your gcc, make, perl versions and if they are suggested versions to comple your jk. My problem was with my 'make' version. It was a bit older and able to understand makefile grammer. Good luck. -Original

resource error was ServletException

2004-06-23 Thread A Leg
Hi To solve the Servlet Exception, I found detailed error in : logs/jwsdp_log.2004-06-23.txt 2004-06-23 07:25:14 Servlet /Mfg_Scm threw load() exception javax.servlet.ServletException: net.jini.core.constraint.ConnectionRelativeTime at

Re: Tomcat 5.0.16 behind SSL Accelerator - 2nd post

2004-06-23 Thread Harry Mantheakis
Hello the easiest is to just use relative links... I also find the HTML 'BASE' header tag very useful in this respect. Setting the BASE tag guarantees the relative links work, and all the links are relative to the same base directory, which makes things a little easier. Setting the BASE tag

Tomcat4 RMI class loading bermuda triangle

2004-06-23 Thread Guillaume Boutard
Hi every body, I'm trying to fix this problem for one week and i'm turning crazy right now. I have this servlet working perfectly, finding every package i put in /var/tomcat4/shared/lib except that it doesn't find my RMIServer class for casting i get a [java.lang.ClassNotFoundException] -

tomcat crash ... unexpected exception

2004-06-23 Thread bastien.devos
Hi, I have serious problems with my web aplpication (based on Apache/Tomcat), I'm a system guy and I'd like at least to identify where the problem is situated: system, memory, db, application itself, etc., but I'm not related at all to JSP or Java stuff ... Well, here is my situation : Apache

RE: tomcat crash ... unexpected exception

2004-06-23 Thread Ralph Einfeldt
For this part of the error you have to look at at the application. appweb.NativeCall looks like a class that is an interfaces to a native (C) library. The error is thrown in that native library. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: tomcat crash ... unexpected exception

2004-06-23 Thread Ralph Einfeldt
Btw. appweb.NativeCall doesn't look like a part of tomcat so it most likely the application or an additional library that is used by the application. -Original Message- From: Ralph Einfeldt Sent: Wednesday, June 23, 2004 11:15 AM To: Tomcat Users List Subject: RE: tomcat crash ...

AJP13 connection problem

2004-06-23 Thread Ashish-Kumar . Balyan
Hi, I have Apache and Tomcat running on two different SUN machines. I get following error on trying to access a servlet. Though things work fine if Tomcat and Apache are running on same machine. [Tue Jun 22 15:09:01 2004] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker

Re: Problem with Tomcat 4.1.30, IIS, isapi_redirect.dll and POSTs

2004-06-23 Thread Leif Mortenson
For the archives. I got no replies to this. But I was able to correct this (Bproblem by switching over to using jk2 rather than jk. That means using (Bisapi_redirector2.dll rather than isapi_redirect.dll. (B (BThis was not at all clear from the online docs. Everything points to using

Re: tomcat crash ... unexpected exception

2004-06-23 Thread bastien.devos
Thank you for your answer. And by the way, I have another error that you or somebody else could maybe identify : -- Jun 23, 2004 11:17:12 AM org.apache.jk.server.JkCoyoteHandler action SEVERE: Error in action code java.net.SocketException: Broken pipe at

RE: tomcat crash ... unexpected exception

2004-06-23 Thread Ralph Einfeldt
That error can something between 'ignore it' and 'severe error'. Tomcat failed while writing the response to mod_jk. That can be caused by this reasons: - the apache child that created the request died - the user closed the browser before the response was sent - there may be further reasons

Re: AJP13 connection problem

2004-06-23 Thread Ashish-Kumar . Balyan
Just to add more information... I am using Tomcat 4.1.24 and Apache 1.3.19 Following are the contents of the workers.properties worker.list=loadbalancer worker.tomcat0.type=ajp13 worker.tomcat0.host=nil102 worker.tomcat0.port=8009 worker.tomcat0.lbfactor=100

Re: Too many open files on Solaris

2004-06-23 Thread Davor Cengija
I've narrowed and hopefully solved the problem described below. At the end, Solaris+Java 1.4.2+Turbine framework combination is problematic. In short, Turbine uses resources/ui/skins/default/skin.props (on my system) file for some configurations etc, and doesn't close it! After a while, that file

AW: AW: Problem with Tomcat + Apache + mod_jk

2004-06-23 Thread Jens . Mueller
Hello ming fang, thanks for your help. I found no 'new' way, to disable the chunked response. What I did, is to set request.setContentLength(0); When I connect directly to the tomcat, I'll see this header: Content-Length: 0 But when I connect to the Apache, I'll see this header:

Optimal configuration of maxProcessors

2004-06-23 Thread Davor Cengija
I have a pretty loaded web application where every single page and image are dinamically created. It seems that my Tomcat cannot serve 50.000+ hits per hour, at least the way it is configured now. I guess that the main parameter here is maxProcessors and it is now set to 500. What are the

Webapps Log4j config problem

2004-06-23 Thread Igor Smirnov
Hi, I am having a problem with BarracudaDiscRack application that load withing Tomcat. I;m useing Enhydra, jonas 4.1, Tomcat 5. I have all the necessary files(lof4j, barracuda etc) jars in Web-inf/lib and the classes in Web-inf\classes. In the main BarracudaDiscRack folder, I have the log4j.xml

RE: list active sessions.

2004-06-23 Thread Frank Zammetti
I don't see that behavior. Is there a setting in Tomcat to turn that function on and off perhaps? None of my sessions survive a Tomcat restart, so I've never had to deal with this. Frank From: Radek Liebzeit [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users

Re: problem with classpath

2004-06-23 Thread Ankit Doshi
Guys, Can anybody help me on this? Basically, I want to run multiple web applications from within single tomcat instance. - Original Message - From: Ankit Doshi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:43 AM Subject: problem with classpath

Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't work

2004-06-23 Thread Jens . Mueller
Hi all, I want to migrate a single webapplication from Tomcat 4.1.27 to Tomcat 4.1.30. So I installed the new version on my server. After configuration I copied my webapplication from 4.1.27 to 4.1.30. It is a ROOT-webapp. In this application there a 3 servlets with the follwing mapping

Re: tomcat crash ... unexpected exception

2004-06-23 Thread bastien.devos
Again about my general problem, below is an output of the 'top' command on the webserver. We can see that the Tomcat java process (the first one) has 135 threads in it. How is this defined ? I guess this number is dynamic, but how can I say that it is its maximum or not ? If it is, it may be

RE: Tomcat4 RMI class loading bermuda triangle

2004-06-23 Thread Cox, Charlie
Try copying your classes to /common/lib (or /common/classes). This way they are available to tomcat internal classes also. Is that the full stack trace? The class hierarchy that invokes Class.forName will help identify which classloader is trying to load your classes. I suspect one of tomcat's

Re: tomcat crash ... unexpected exception

2004-06-23 Thread Peter Lin
by default, the max threads is set to 150 in server.xml. Is your webserver really getting that many active requests at one time? I've worked on some large sites and most of the time, the peak concurrent requests is usually less than 10. this is on some big Sun boxes. just because there are 150

RE: tomcat crash ... unexpected exception

2004-06-23 Thread Ralph Einfeldt
The number of threads is depending on - the number of threads the jvm needs to run - the number of threads tomcat needs to run - AFAIK one thread for each active processor (- at least minProcessors) - the number of threads that are used by the application But there is no way to know the number

Re: tomcat crash ... unexpected exception

2004-06-23 Thread bastien.devos
Peter Lin wrote: by default, the max threads is set to 150 in server.xml. Is your webserver really getting that many active requests at one time? I've worked on some large sites and most of the time, the peak concurrent requests is usually less than 10. this is on some big Sun boxes. Indeed

Re: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't work

2004-06-23 Thread Veniamin Fichin
[EMAIL PROTECTED] wrote: Hi all, I want to migrate a single webapplication from Tomcat 4.1.27 to Tomcat 4.1.30. So I installed the new version on my server. After configuration I copied my webapplication from 4.1.27 to 4.1.30. It is a ROOT-webapp. In this application there a 3 servlets with the

Re: tomcat crash ... unexpected exception

2004-06-23 Thread Peter Lin
here's part of what Tomcat5 status servlet displays Max threads: 150 Min spare threads: 25 Max spare threads: 75 Current thread count: 25 Current thread busy: 3 Max processing time: 371 ms Processing time: 0 s Request count: 5 Error count: 1 Bytes received: 0.00 MB Bytes sent: 0.02 MB As you can

Re: tomcat crash ... unexpected exception

2004-06-23 Thread bastien.devos
by the way, I have maybe a problem in my configuration If you have two minutes ... what do you think about it ? and also, I have no jk2.properties file, is it absolutely necessary ? - httpd.conf --- ... LoadModule jk2_module modules/mod_jk2-2.0.4.so ... -

AW: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't wor k

2004-06-23 Thread Jens . Mueller
Oh sorry, that is just a typo. That's the right mapping (don't know, where the l came from): servlet-mapping servlet-nameappmanager/servlet-name url-pattern/appmanager/url-pattern /servlet-mapping And the login-Request is http://xxx/login/, and not http://xxx/login. The curious is,

Re: tomcat crash ... unexpected exception

2004-06-23 Thread Peter Lin
if you're using tomcat in standalone mode, I would recommend commenting out the jk stuff all together. I noticed your minProcessors is 100 and max is 500. You must get some serious load, or the usage pattern is such that an unique user session has lots of requets. good luck. peter On Wed, 23

Defining data sources in context only

2004-06-23 Thread Christopher A. Brooks
Hi, My problem is as follows. I would like to have an ant script that auto-deploys my webapp into Tomcat 5 including any data source resources it might need (e.g. Database connections). Thus far I have only been able to define these resources in the server.xml file, which means my deployment

RE: tomcat crash ... unexpected exception

2004-06-23 Thread Ralph Einfeldt
Although I'm not a mod_jk* user, I think it's quite unusual to define 2 CoyoteConnectors and 2 workers for one tomcat instance. Unless you have good reason to do so, I would remove one of each. This introduces a complexity that is not needed. (At least I that's my opinion) -Original

[Dev] What is the best way to proceed...

2004-06-23 Thread Jérôme Duval
I am currently developing a web application using tomcat 5.0.24. The layout of my application is like so: frameset rows=180,*,57 framespacing=0 border=0 frameborder=0 frame ... frameset cols=*,175 framespacing=0 border=0 frameborder=0 frameset rows=35,*

Web-App readiness with mod_jk2

2004-06-23 Thread Kommuru, Bhaskar
I am desperately looking for solution for this problem Mod_jk2 directs the connection to AJP13 and does not see if Web-App is ready in the web container. I know this is one of those missing features in Mod_jk2/AJP. Any one has any ideas of fixing this temporarily :-? Thanks in advance Bhaskar

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Chong Yu Meng
Hi Ryan, It sounds like an error similar to one Andrew Clute encountered on Red Hat Enterprise Linux 3 (apr_md5_final). I transcribed some of the steps he took here : http://cymulacrum.net/writings/tomcat5/a1375.html Can you test it first ? If it works, I would like to add a comment to the

Re: AW: Migration 4.1.27 to 4.1.30 - Servlet-Configuration won't wor k

2004-06-23 Thread Veniamin Fichin
[EMAIL PROTECTED] wrote: Oh sorry, that is just a typo. That's the right mapping (don't know, where the l came from): servlet-mapping servlet-nameappmanager/servlet-name url-pattern/appmanager/url-pattern /servlet-mapping And the login-Request is http://xxx/login/, and not

What is the best way to test JDBC connection for alive

2004-06-23 Thread Vy Ho
If I have a connection, I want to test if it's still working (not just see if it's closed), how do I do this with the least CPU/resource cost? I saw one tutorial did something like: stmt = conn.createStatement(); if( null != stmt ) stmt.execute(rollback work); If an exception is

Re: ROOT/index.jsp- REASON WHY EDITING FAILS

2004-06-23 Thread Mike Duffy
The ROOT web.xml contains the following lines which essentially renders the content of index.jsp meaningless: servlet servlet-nameorg.apache.jsp.index_jsp/servlet-name servlet-classorg.apache.jsp.index_jsp/servlet-class /servlet servlet-mapping

Getting rid of URL encoded jsessionid

2004-06-23 Thread Daniel Farinha
Hi all, I'm currently working with jetspeed on tomcat. The client accepts cookies, but still when logging in to jetspeed there is a jsessionid encoded on the URL. http://localhost:8080/jetspeed/portal;jsessionid=F127ADD711D9734E54E462920DF 9AA73 This only happens 1 time, straight after logging

RE: Managing Tomcat logs

2004-06-23 Thread Veera Sivakumar
Thanks Matt, I have followed your advice, able to rotate the logs date wise. Shiva -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 22 June 2004 14:12 To: Tomcat Users List Subject: RE: Managing Tomcat logs You could add a customer Logger tag to the context in your

Re: tomcat crash ... unexpected exception

2004-06-23 Thread bastien.devos
if you're using tomcat in standalone mode, I would recommend commenting out the jk stuff all together. Tomcat serves all .jsp files and Apache manages the rest. The idea is to increase performance by letting Tomcat only with its .jsp while leaving the rest to Apache. Do you think it's a good

Re: Defining data sources in context only

2004-06-23 Thread Jacob Kjome
Quoting Christopher A. Brooks [EMAIL PROTECTED]: Hi, My problem is as follows. I would like to have an ant script that auto-deploys my webapp into Tomcat 5 including any data source resources it might need (e.g. Database connections). Thus far I have only been able to define these

Modifying response to hyperlink certain words

2004-06-23 Thread Moran Ben-David
Hi. I'm wondering if anyone has any thoughts on how to properly pick up the responses of all Servlets/JSP's and modify them so that all words in a dictionary are turned into hyperlinks? Has anyone done this already? I am inclined to use a Filter to do this, however, does that require a

RE: list active sessions.

2004-06-23 Thread Jacob Kjome
Quoting Frank Zammetti [EMAIL PROTECTED]: I don't see that behavior. Is there a setting in Tomcat to turn that function on and off perhaps? None of my sessions survive a Tomcat restart, so I've never had to deal with this. Tomcat will dump session objects which don't implement

Re: Webapps Log4j config problem

2004-06-23 Thread Jacob Kjome
Hi Igor, It's hard to say what is happening since Enhyda and Jonas are probably controlling the classloader configuration for Tomcat5. You could add a log4j.xml file to Tomcat's common/classes directory for Tomcat's logging. For the webapp itself, make sure log4j.jar is in WEB-INF/lib and if

RE: list active sessions.

2004-06-23 Thread Frank Zammetti
How would the counter persist? Even assuming the sessions persist (something I don't see, even though I know the sessions are fully serializable), the counter as I previously described is in-memory as part of a static class. Are you talking about modifying it to use a database? In that

RE: Modifying response to hyperlink certain words

2004-06-23 Thread Ralph Einfeldt
I think that's the way to go. But I don't see why the ServletResponseWrapper should be complicated. There are so many articles and open source filter implementations, that can give you a starting point for it: http://www.onjava.com/pub/a/onjava/2001/05/10/servlet_filters.html

debug setting

2004-06-23 Thread Yana Begun
Hi, I am using Tomcat 5 running on Windows XP. What should I set to be able to debug server part of web application? Thanks, Yana

RE: list active sessions.

2004-06-23 Thread Jacob Kjome
Quoting Frank Zammetti [EMAIL PROTECTED]: How would the counter persist? Even assuming the sessions persist (something I don't see, even though I know the sessions are fully serializable), the counter as I previously described is in-memory as part of a static class. Are you talking about

Apache Tomcat Inerconnection

2004-06-23 Thread Ashish-Kumar . Balyan
Hi, I need some help on Apache and TOmcat interconnectivity I have Apache1.3.19 and Tomcat4.1.24 running on two different machines. I need to run servlets. Can anyone help me on this subject. Any pointers for configuration using JK2 as I need to use loadbalancing Regads -AB

Tomcat 5.0 under Windows ME

2004-06-23 Thread e-Denton Subscriber
I just downloaded Tomcat 5.0 to run on my Windows ME system. When I try to run the Configure Tomcat program, I get: The tomcat5w.exe file is linked to missing export NETAPI32.DLL:MetwkstaGetInfo. NETAPI32.DLL seems to be a Windows XP file. I did the same download on my XP machine and it is

RE: Tomcat 5.0 under Windows ME

2004-06-23 Thread Mladen Turk
-Original Message- From: e-Denton Subscriber I just downloaded Tomcat 5.0 to run on my Windows ME system. When I try to run the Configure Tomcat program, I get: The tomcat5w.exe file is linked to missing export NETAPI32.DLL:MetwkstaGetInfo. NETAPI32.DLL seems to be a Windows

Tomcat 5.0.25 getRemoteUser()

2004-06-23 Thread Robert Bateman
I've been looking thru the archived messages and can't find a match to my problem I'm using Tomcat 5.0.25 to serve up a JSP site. I do not use Apache httpd as my front end. All authentication for Tomcat is thru tomcat and is set to BASIC. On my site is a frame page that I want to

RE: Tomcat 5.0 under Windows ME

2004-06-23 Thread Robert Harper
It looks like Tomcat was build to run on a Win32 system that was built more on NT technology. ME was the next version of 95 and 98 and is a dead-end. You might try to find out if there is an update for ME that will include a version of NETAPI32.DLL that contains the needed function or upgrade.

RE: Tomcat 5.0 under Windows ME

2004-06-23 Thread Caldarale, Charles R
From: e-Denton Subscriber [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.0 under Windows ME I just downloaded Tomcat 5.0 to run on my Windows ME system. When I try to run the Configure Tomcat program Don't use the .exe files under older Windows versions - they are primarily for running

Re: Tomcat 5.0 under Windows ME

2004-06-23 Thread e-Denton Subscriber
Thx for your help. - Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 11:27 AM Subject: RE: Tomcat 5.0 under Windows ME From: e-Denton Subscriber [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.0 under

help: where's ROOT.war?

2004-06-23 Thread javac javac
from http://www.eatj.com/ I uploaded a file after logging in. when i open the Tomcat Web Application Manager it's not listed. however, when i clicked on upload file and tried to upload it again, Tomcat said it already existed. 1.) where is it? 2.) how do i edit a .war file? i believe my

my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
I have no idea what happened! Yesterday everything was working beautifully. Today all I did was to restart the server, and now my jsps do not work from my home directories. If I access http://localhost:8080/examples or http://localhost/examples , it works fine. But if I try to access a jsp

Tomcat 4.1 - 5.0

2004-06-23 Thread e-Denton Subscriber
I am converting a Struts app from Tomcat 4.1 to 5.0 and don't know how to establish my context. Under 4.1, I placed a Context entry (at the end of this email) in server.xml. I gather it should now be in its own xml file within my application directory. But, where? and by what name? Is it found

RE: Tomcat 4.1 - 5.0

2004-06-23 Thread Randall Svancara
I believe they go into $catalina_home/conf/Catalina/localhost/somewebapp.xml Randall -Original Message- From: e-Denton Subscriber [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 1:21 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.1 - 5.0 I am converting a Struts app from Tomcat

Re: mod_jk install problem

2004-06-23 Thread Graeme
No problem, thanks anyway for having a look. Cheers, G :) - Original Message - From: Kommuru, Bhaskar [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 8:25 AM Subject: RE: mod_jk install problem Sorry friend, I dont have any clue on issue. I

Re: Defining data sources in context only

2004-06-23 Thread QM
On Wed, Jun 23, 2004 at 07:56:02AM -0600, Christopher A. Brooks wrote: : My problem is as follows. I would like to have an ant script that : auto-deploys my webapp into Tomcat 5 including any data source resources it : might need (e.g. Database connections). Thus far I have only been able to :

Re: Tomcat 4.1 - 5.0

2004-06-23 Thread e-Denton Subscriber
Thanks--it works! - Original Message - From: Randall Svancara [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; e-Denton Subscriber [EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:23 PM Subject: RE: Tomcat 4.1 - 5.0 I believe they go into

RE: Modifying response to hyperlink certain words

2004-06-23 Thread Moran Ben-David
Thanks for the great references. -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 11:30 AM To: Tomcat Users List Subject: RE: Modifying response to hyperlink certain words I think that's the way to go. But I don't see why the

Tomcat does not compiles my .jsp!

2004-06-23 Thread Cyberjobe
Hi! I have followed the tomcat's installation manual and I did make the Servlets work. But not the .jsp files! So... I modified the server.xml and put this: Context path=/jsp1 docBase=/home/cyberjobe/jsp1 reloadable=true crossContext=true/ On the /home/cyberjobe/jsp1 I have the file

tomcat kernel32.dll fault

2004-06-23 Thread Bill Sweeney
Hello - We are running a load test on our app and have followed many of the performance and memory tweaks and testing advice from the Users List - thanks to all who contribute. We hit a problem where under load (50 users generated by loadrunner) the Windows 2003 Server running Tomcat4.1.30

Re: tomcat kernel32.dll fault

2004-06-23 Thread Peter Lin
from my own experience, this is caused by something in the application and not in Tomcat. the only way you're going to be able to figure it out is to run Tomcat in OptimizeIt and watch it. there's no easy way to track down the cause. It is achievable, just requires lots of patience. peter On

Easy /servlet question

2004-06-23 Thread e-Denton Subscriber
I have a very simple question, to which neither I nor my wife can find the answer. My servlet is in the WEB-INF/classes directory of my application directory. For some reason, I can't get this simple construction--it's in all the JSP books--to work:

RE: Tomcat does not compiles my .jsp!

2004-06-23 Thread Jérôme Duval
You probably have an error in you jsp file. To test this right a normal html file with a jsp extension. If you aren't familiar with html, just go to any website and copy the source of the page and use that... -Original Message- From: Cyberjobe [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Easy /servlet question

2004-06-23 Thread Jérôme Duval
You must specify your servlet in the web.xml file. This is how Tomcat knows what to do when you ask it for Upload_CnW. This might be unnecessary to mention, but you also have to compile your class before launching Tomcat. Anything else would just be shots in the dark, since you haven't really told

RE: Tomcat does not compiles my .jsp!

2004-06-23 Thread Jérôme Duval
Corrected a stupid mistake: You probably have an error in you jsp file. To test this write a normal html file with a jsp extension. If you aren't familiar with html, just go to any website and copy the source of the page and use that...

SingleSignOn

2004-06-23 Thread Davis, Nick
Hi, I'm using TOMCAT 4.1.15 and I have enabled the SingleSignOn feature. Everything works fine except when I logoff. (I'm 'logging off' by invalidating the session.) I have to logoff from the application that I originally logged on. For example, if I logon to App1, I can access App2 without

tomcat 5.0.25 and windows 2003

2004-06-23 Thread zhicheng wang
dear all does any one know if tomcat 5.0.25 runs on windows server 2003 smoothly? also if IIS also running (on different port), will they live in the same server well? thanks cheng = Best wishes Z C Wang

WEBDAV error - date and time string

2004-06-23 Thread cyclecarl-hsx
I'm trying to use the Adobe GoLive 7.0 WEBDAV client with a Tomcat 5.0.27. When I attempt to connect, GoLive reports Date and time operations cannot be performed on this resource. and provides the status Server Error: The date and time string (last modified) sent by the server for

Re: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc

2004-06-23 Thread Parsons Technical Services
Sorry for the delay. Was off line for a few days. Fat fingers and in a rush to get out the door. You are correct it is chown. You need to apply it to the tomcat home directory. I do not recommend the chmod 777. Opens things up to much. Okay for testing. Doug - Original Message - From:

RE: WEBDAV error - date and time string

2004-06-23 Thread Mark Thomas
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 10:19 PM To: [EMAIL PROTECTED] Subject: WEBDAV error - date and time string I'm trying to use the Adobe GoLive 7.0 WEBDAV client with a Tomcat 5.0.27. When I attempt to connect,

Re: Tomcat 4.1 - 5.0

2004-06-23 Thread Emerson Cargnin
I thought that warfile/META-INFO/context.xml was the right place e-Denton Subscriber wrote: Thanks--it works! - Original Message - From: Randall Svancara [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; e-Denton Subscriber [EMAIL PROTECTED] Sent: Wednesday, June 23, 2004

Re: Tomcat 4.1 - 5.0

2004-06-23 Thread Emerson Cargnin
At least to use default place to be expanded let's say, to just use the datasource configuration e-Denton Subscriber wrote: Thanks--it works! - Original Message - From: Randall Svancara [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; e-Denton Subscriber [EMAIL

RE: Easy /servlet question

2004-06-23 Thread Lee, Paul NYC
Tomcat 3.x allowed access to servlets under a common mapping (/servlet/*) by default. In Tomcat 4.x the developers stopped this behavior by default. This was done by the invoker servlet. To enable this, under $CATALINA_HOME/conf, modify the web.xml file. Search for invoker and you should find

RE: WEBDAV error - date and time string

2004-06-23 Thread Mark Thomas
OK. From the error message it looks like you have a broken client. It is validating the date against a very old spec (RFC0822). To clarify: The WEBDAV spec specifics that dates must be formatted according to section 3.3.1 of RFC2068. Section 3.3.1 RFC2068 specifies that dates may be any one of

RE: my jsps don't work anymore :(

2004-06-23 Thread Lee, Paul NYC
Can you post your error message? You also have mydomain.com:8080/myacct/myfile.jsp...for the jsp that doesn't work. Does it with localhost? -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 3:16 PM To: Tomcat Users List Subject: my jsps

Re: Easy /servlet question

2004-06-23 Thread e-Denton Subscriber
Thanks, Paul. Problem (mystery) solved. - Original Message - From: Lee, Paul NYC [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 4:51 PM Subject: RE: Easy /servlet question Tomcat 3.x allowed access to servlets under a common mapping

development/production configuration for JSPs

2004-06-23 Thread Emerson Cargnin
May I set the following in the web.xml of the CATALINA_HOME/conf ??? Instead of put this in every application??? init-param param-namedevelopment/param-name param-valuefalse/param-value /init-param init-param

RE: WEBDAV error - date and time string

2004-06-23 Thread cyclecarl-hsx
Thanks. I will take this up with Adobe and let you know what happens. Mark Thomas [EMAIL PROTECTED] wrote:OK. From the error message it looks like you have a broken client. It is validating the date against a very old spec (RFC0822). To clarify: The WEBDAV spec specifics that dates must be

RE: my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
I am getting the following error message: HTTP Status 404 - /myacct/test.jsp Type: Status report Message: /myacct/test.jsp Description: The requested resource (/myacct/test.jsp) is not available I copied test.jsp into the /examples/jsp directory in the tomcat root. When I access

RE: my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
By the way, I tried it with http://localhost:8080/myacct/test.jsp and I am still getting the same error. -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 3:58 PM To: 'Tomcat Users List' Subject: RE: my jsps don't work anymore :( Can you

Re: tomcat 5.0.25 and windows 2003

2004-06-23 Thread Joao Medeiros
I'm running Tomcat 5.0.25 on 2003 with Apache and JK2 and it works fine --JM zhicheng wang wrote: dear all does any one know if tomcat 5.0.25 runs on windows server 2003 smoothly? also if IIS also running (on different port), will they live in the same server well? thanks cheng = Best wishes Z

RE: IllegalArgumentException in jsp:forward

2004-06-23 Thread Giri, Sandeep
The following code is also throwing the same error: jsp:forward page=my.jsp jsp:param name=message value=%= message % / jsp:param name=MailId value=%= mailId % / /jsp:forward Someone please help. Thanks. Regards, Sandeep Giri -Original Message- From: deepak shripat mane

please help urgent!! Exception when a method returned a Serializable object from Jboss

2004-06-23 Thread Kam Lung Leung
Hello, Any help or suggestion is greatly appreciated. I have a Servlet that deployed in a standalone Tomcat version 4.1.30. The Tomcat is running in the same server as Jboss 3.2.1. The servlet accesses a method of a remote session bean that is deployed in Jboss. This method returns a java

RE: my jsps don't work anymore :(

2004-06-23 Thread Erik Earle
With no logs, this is hard to diagnose but...check permission on the /home/myacct. Does the user Tomcat is running under have access? Original Message Follows From: Casas, Claudia [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

RE: my jsps don't work anymore :(

2004-06-23 Thread Casas, Claudia
I know I should not do this. But I just started tomcat as root. And tried my jsp unde my /home/myacct and still nothing. This is so frustrating, yesterday everything was working so nice. We are in a very tight deadline, and I am really getting desperate at this point. Please help.

Unknown weird error

2004-06-23 Thread Kunthar
Hi all, I am really stuck on this; jsp page headers %@ page language=java import=java.io.*, java.util.*, java.sql.*, java.text.* % %@ page errorPage=errorPg.jsp % %@ page buffer=32kb % jsp:include page=header.jsp flush=false / My code; String somedate; somedate =

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Ryan McConigley
At 10:09 PM 23/06/2004 +0800, you wrote: Hi Ryan, It sounds like an error similar to one Andrew Clute encountered on Red Hat Enterprise Linux 3 (apr_md5_final). I transcribed some of the steps he took here : http://cymulacrum.net/writings/tomcat5/a1375.html Can you test it first ? If it works,

Re: Tomcat does not compiles my .jsp!

2004-06-23 Thread Cyberjobe
Well, this is my new index.jsp file: HTML BODY Hi! /BODY /HTML And this the same error message (complete now): ... HTTP Status 500 - type Exception report message description The server encountered an internal error ()

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Chong Yu Meng
Hi Ryan, I should have asked this earlier, but are you using the RPM version of Apache or compiling the source tarball ? I notice that your directory is /usr/local, which indicates that you are probably using the source tarball (for RH9 rpms, it would be /etc/httpd). If you are using the

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Ryan McConigley
At 12:16 PM 24/06/2004 +0800, you wrote: Hi Ryan, I should have asked this earlier, but are you using the RPM version of Apache or compiling the source tarball ? I notice that your directory is /usr/local, which indicates that you are probably using the source tarball (for RH9 rpms, it would be

does anybody know what this means?

2004-06-23 Thread Casas, Claudia
2004-06-23 22:42:05 WebappLoader[/dln]: Deploy JAR /WEB-INF/lib/pop3.jar to /home/dln/wwwdocs/WEB-INF/lib/pop3.jar 2004-06-23 22:42:05 WebappLoader[/dln]: Deploy JAR /WEB-INF/lib/smtp.jar to /home/dln/wwwdocs/WEB-INF/lib/smtp.jar 2004-06-23 22:42:05 WebappLoader[/dln]: Deploy JAR

RE: does anybody know what this means?

2004-06-23 Thread Ariel Valentin
Claudia, Is the TLD located in /home/dln/wwwdocs/WEB-INF/datetime.tld Or is it packed with the taglibs-datetime.jar? Mr. Ariel S. Valentin mailto:[EMAIL PROTECTED] From: Casas, Claudia [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: does anybody