RE : Manually Populate Request Object Name/Value Parameters?

2004-12-14 Thread LERBSCHER Jean-Pierre
why don't you protect the form ? -Message d'origine- De : Joe Reger, Jr. [mailto:[EMAIL PROTECTED] Envoyé : lundi 13 décembre 2004 17:15 À : [EMAIL PROTECTED] Objet : Manually Populate Request Object Name/Value Parameters? The scenario is a timed-out login session: The user writes a

RE: new isapi_redirector2.dll

2004-12-14 Thread David Boyer
SF_NOTIFY_AUTH_COMPLETE is part of the platform SDK. The errors you're getting suggests VC doesn't know where to find the SDK. [EMAIL PROTECTED] 12/14/2004 10:02:26 AM I think I've followed the steps to build JK2, but there are still errors in the jk_isapi_plugin.c file. The latest version

RE: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Robert Taylor
Ping... Please let me know if this questions is just too obvious and I'll gladly RTFM...even more. And yes, I know this list is not here just to serve _my_ interests. It just seems like a common idiom to provide a portable mechanism for protecting direct access to .jsp so as to enforce access

set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
hi to all im used to work on windows im actualy tring to find were to set these variable under linux sombody could give mee an hint ? thanks in advance [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc - To

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
I was a bit hasty in my response. How do you get Visual C++ to recognize the SDK files? Thanks, Derrick -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 1:14 PM To: Tomcat Users List Subject: RE: new isapi_redirector2.dll Thank you!

Re: set an environement variable under fedora core3

2004-12-14 Thread Ben Souther
It's usually done in the user's .bash_profile script. IE: /home/tomcat/.bash_profile The text usually looks like this: JAVA_HOME=/usr/local/jdk1.5.0 CATALINA_HOME=/usr/local/jakarta-tomcat-5.5 export JAVA_HOME CATALINA_HOME You will either need to log in and back out or source your

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
I just had to move 'C:\Program Files\Microsoft SDK\include' higher in the directories list. -Original Message- From: Derrick Koes Sent: Tuesday, December 14, 2004 1:51 PM To: 'Tomcat Users List' Subject: RE: new isapi_redirector2.dll I was a bit hasty in my response. How do you

Re: Application looping

2004-12-14 Thread Jim Lynch
Hi, I solved the problem by dropping back to 4.1.24. I can't imagine what that had to do with it, but now it works. Jim. Shapira, Yoav wrote: Hi, Two ideas: one, always make sure to return (i.e. a return; statement) after a request dispatcher forward call. Two, take Apache out of the mix for

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
Thank you! ContactInfo NameDerrick Koes/Name TitleSenior Software Engineer/Title Company name=SkillSoft url=http://www.skillsoft.com/ AIMcodeauthor2001/AIM Email[EMAIL PROTECTED]/Email Phone(603) 305-1753/Phone Fax/ Quote attributedTo=YodaNo, try not, do or do not,

RE: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Ben Souther
Filters are portable. On Tue, 2004-12-14 at 12:32, Robert Taylor wrote: Ping... Please let me know if this questions is just too obvious and I'll gladly RTFM...even more. And yes, I know this list is not here just to serve _my_ interests. It just seems like a common idiom to provide a

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Hassan Schroeder
Robert Taylor wrote: Please let me know if this questions is just too obvious and I'll gladly RTFM... See below :-) It just seems like a common idiom to provide a portable mechanism for protecting direct access to .jsp so as to enforce access through some controller. I have in the past placed .jsp

Tomcat upgrade to 4.1.7

2004-12-14 Thread john corcoran
Hello, I 've searched the tomcat website and could not find any instructions for upgrading Tomcat 4.0.5 to Tomcat 4.1.7 Can anybody help me out ? Looking for some tpye of cook book or detail instructions . Thanks -John Corcoran _

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Montz, James C. (James Tower)
Just verified; Tomcat 5.5.6 Does resolve the Service Tree Issue On a side note, save yourself some trouble/work by altering the 5.5.6 installation path to; C:\Program Files\Apache Software Foundation\jakarta-tomcat-5.5.6 Then just extract jakarta-tomcat-5.5.6-admin.zip to C:\Program

Tomcat 5 and Realm problem

2004-12-14 Thread VAN DER MARLIERE FREDERIC
Hi, I'm developping a web app in wich I want the users to authenticate via Realm. I first used BASIC authentication méthod and everything worked fine. But when I want to use the FORM one, I get the following message when login and password are correct (if not, I get the error page I configured in

RE: [newbie] Container Managed Security - preventing direct accessto .jsp

2004-12-14 Thread Robert Taylor
Yes. That would be an alternative approach. However, I want to use CMS (Container Managed Security) to protect direct access to .jsp pages. This should be possible as per the Servlet specification. /robert -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Tuesday,

upgrading tomcat to 4.1.7

2004-12-14 Thread john corcoran
Hello , I am trying to upgrade tomcat 4.0.5 to tomcat 4.1.7 I've searched the net and website and cannot find upgrade instructionscan someone help me out ? Thanks -J _ Don’t just search. Find. Check out the new MSN Search!

Log File Rotation in Tomcat 4.1?

2004-12-14 Thread Montz, James C. (James Tower)
How are other admins handling log file rotation and clean up with Tomcat 4.1 on Linux in a Multiple Tomcat instance hosting environment? Is there any way to have Logger::FileLogger not insert a timestamp in the filename? (Short of re-writing the class?) My initial plan was to use something like

RE: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Robert Taylor
Thanks Hassan. I didn't realize that was added to the 2.4 spec. Thanks for pointing that out. Even so, it would be nice to know how to use CMS to achieve this. Maybe a better way to form the question would be how do I use CMS to protect .jsp pages from direct access and return a user friendly

Re: WAR files and Eclipse

2004-12-14 Thread Dwayne Ghant
Intresting question associated with this subject. If I have public_html enabled for developers on local machine ex: Listener className=org.apache.catalina.startup.UserConfig directoryName=public_html userClass=org.apache.catalina.startup.PasswdUserDatabase/ Can I

Re: set an environement variable under fedora core3

2004-12-14 Thread D. Stimits
FRANCOIS Dufour wrote: hi to all im used to work on windows im actualy tring to find were to set these variable under linux sombody could give mee an hint ? Other answers already were given, this is an alternative that *might* help if it is startup environment variables you are interested in.

Rewrite to alternate port hooked to mod_jk isn't working as expected.

2004-12-14 Thread Jim Lynch
I have two apache servers running on a single system. The main one is apache 2 the secondary one on port 81 is apache 1.3. Since I was unsuccessfull at getting the combination Tomcat 4.1.30, Apache 2 and mod_jk2 working together I brought up 1.3 and got it working with Tomcat 4.1.24 and

sending a JSP page by email

2004-12-14 Thread Gabriel Belingueres
Hi, How can I take advantage of Tomcat's JSP processing engine to use a JSP page as a template for an email? That is, I want to do something like a page forwarding from a servlet, but this forwarding process the JSP page and, instead of send it to the browser, it send it by email to somebody.

Re: Tomcat upgrade to 4.1.7

2004-12-14 Thread Ben Souther
Other than the release notes that ship with TC, I don't think you'll find much. Out of curiosity, why are you upgrading to 4.1.7? The current 4x is 4.1.31. On Tue, 2004-12-14 at 14:26, john corcoran wrote: Hello, I 've searched the tomcat website and could not find any instructions for

StandardManager always persists session data. Bug?

2004-12-14 Thread T K
Hi all, we have observed that, at least 4.1.31, always persists session data upon shutdown; we even tried an explicit Manager: Manager className=org.apache.catalina.session.StandardManager checkInterval=7200 distributable=false saveOnRestart=false / to no effect. Any thoughts? tia /st

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Dennis Payne
I have not run into that kind of problem before... typically if you hit a JSP without hitting its controller first you will just get nothing (an HTML screen with no data). when it gets routed back to the controller, it will then register a failure due to lack of data. Problem solved. [EMAIL

Re: set an environement variable under fedora core3

2004-12-14 Thread Ben Souther
I think the norm is to: Create a user that will be used to run tomcat (like tomcat). Use chown on the tomcat direcctory (often /usr/local/jakarta-tomcat-xxx). Create the needed environment variables in the tomcat user's .bash_profile script (as mentioned in the other posts). On Tue,

Re:

2004-12-14 Thread Webmaster
Your action forward is missing its path (URI and QueryString) Would be helpful to have a classname as well for your ActionForward Anyone else? Martin- This message and its contents are intended for receiver. Information contained within is protected by Law. If you have received this message in

Remotely Administering your box, is webdav the tool for the job?

2004-12-14 Thread John Smith
Apparently no one is using WebDAV to develop/administer their tomcat boxes. All I have found in the list are complains and 'requests for enhancements' comments Basically all we need is: 1._ being able to upload files to the server, (on port 80 or 443 in order to avoid firewall issues) 2._

R: Log on linux

2004-12-14 Thread Andrea Prandini
I'm using red hat 9 and fedora. I took a look to that directory and seems to be the cause of my problem because i found a file called tomcat that contains rotation instructions. Now i'm going to remove this file. Thanks a lot. A. -Messaggio originale- Da: Montz, James C. (James Tower)

RE: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Robert Taylor
Fair enough. When I mention Container Managed Security, I am refering to using security constraints defined in web.xml to prevent direct access to resources. More specifically in Section 12.8 of the 2.4 specification: Security constraints are a declarative way of defining the protection of web

Re: StandardManager always persists session data. Bug?

2004-12-14 Thread Filip Hanik - Dev
path=/dev/null could work - Original Message - From: T K [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 4:23 PM Subject: StandardManager always persists session data. Bug? Hi all, we have observed that, at least 4.1.31, always persists session data upon

StackOverflowError for internalGetPageContext method

2004-12-14 Thread Asim Alp
From time to time, the following error message comes up on our Tomcat 5.5.4 with Sun jdk1.5.0 on Windows Server 2003. It's almost like there is an infinite loop somewhere in the code that creates a bottleneck. Any ideas? Here is the error message (it's quite long): record

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Hassan Schroeder
Robert Taylor wrote: Does this not imply that I can do what I am trying to do? I suppose; I'm just baffled why you want to reinvent this particular built-in wheel, but don't let that stop you :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1)

RE: HttpServletResponse.setStatus and setContentType (solved)

2004-12-14 Thread Dunlop, Aaron
For future reference by anyone else facing the same problem (Tomcat changing the Content-type from text/xml to text/html on 500 server errors - e.g. SOAP Faults) The solution I've arrived at is to use getWriter() instead of getOutputStream and to explicitly close the Writer after writing the

Sticky sessions and URL rewriting

2004-12-14 Thread Derrick Koes
Now that JK2 isn't supported, I'm attempting to get my code to work with JK. The issue I've come across is that if I use URL rewriting (i.e. no cookies), which I've always done, with JK (I blame it because it's the only new variable) Tomcat does not seem to pick up the session from the URL.

RE: Debugging missing web.xml on V5.5.4

2004-12-14 Thread alan . sinclair
To prove it was not a WAR problem, I have tested the idential WAR (struts app) on 4.1.31 successfully which rules that out. I think this is something to do with the 5.5.4 configuration. It's quite a bit different from 4.1; I do not have a context XML file in the WAR file - don't understand how

RE: maxActive in server.xml's ResourceParams

2004-12-14 Thread Shapira, Yoav
Hi, You could set this very high if you wanted too. Typically there's a bottleneck along the way, such as a database that can only handle a limited number of connections, and your app not being the only user of said database. But if you're the database's only user, and it's on a huge machine

RE: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Robert Taylor
I'm not trying to re-invent anything. I'm just trying to leverage the specification to secure resources. Personally I prefer WEB-INF to contain web application configuration and information resources instead of content and other non-configuration resources. IMHO, its intuitive that way. For

Re: Tomcat 5.5.6 Admin Package

2004-12-14 Thread Charlie Yates
Thanks Hassan. That worked fine. Charlie - Original Message - From: Hassan Schroeder [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 13, 2004 1:54 PM Subject: Re: Tomcat 5.5.6 Admin Package Charlie Yates wrote: Is there any documentation

Re: set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
thanks to all it finaly work version 4.0.6 [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: FRANCOIS Dufour [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: set an environement variable under fedora core3 Date: Wed, 15 Dec 2004

Server refuse connection with many TIME_WAIT

2004-12-14 Thread V D
I have an Axis service that runs under Tomcat 5.5.4. I use gSoap client to connect to the server. After about 3960 requests from the clients, the Tomcat stops accepting connection. I have to wait for serveral minutes for it to accept connections again. This is under MS Windows XP system.

Re: Tomcat 5 and Realm problem

2004-12-14 Thread Quinton Delpeche
On Tuesday 14 December 2004 19:40, VAN DER MARLIERE FREDERIC wrote: Hi, Hello, The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser I had a similar problem

Re: Server refuse connection with many TIME_WAIT

2004-12-14 Thread V D
Thank you for the reply. I try to set |connectionTimeout to 1 seconds (down from default of 60 seconds), however, the result is almost identical. After about 3900-4000 request, the server refuses all requests.| FRANCOIS Dufour wrote: try to lower your conection time out under catalina policy

Re: Thanks :)

2004-12-14 Thread craigmcc
Message blocked by Panda GateDefender: Vulnerability detected - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

I want mutliple host names but just one context

2004-12-14 Thread TK Banks
We've set up multiple DNS entries for the same box. a.foo.com b.foo.com We've got Apache's workers2.properties files setup to forward all requests to these two machine names to tomcat: [uri:a.foo.com/*] group=lb [uri:b.foo.com/*] group=lb Now what we want is for tomcat

RE: Tomcat Admin Tool Server::Service Drop Down not Populating (was RE: Tomcat Administration Application)

2004-12-14 Thread Kelly, Steve
Some other strange/interesting behaviour... Every time I go to the admin login screen I see the following in the tomcat log:- Org.apache.struts.action.RequestProcessor processMapping SEVERE: Invalid path / login was requested And another SEVERE message I've seen in the log is:-

Log File Not Genetrated In tomcat 5.5

2004-12-14 Thread birendar . waldiya
Hi I tried to use tomcat5.5 but it came up wit alot ogf problem .. I am not getting even log file .. i created a new folder in webapps bsw/ and all folder structure as per requirement web-inf , web-inf/classes etcs and im trying to access a jsp in context bsw, my question is

RE: JK 1.2.7 Problem?

2004-12-14 Thread Allistair Crossley
Here is the trace logging. IE just hangs for a long while and does not get anywhere. As soon as 1.2.6 is back in, it works again. Cheers, Allistair. [Tue Dec 14 11:06:48 2004] [3176:1560] [debug] init_jk::jk_isapi_plugin.c (1004): Using registry. [Tue Dec 14 11:06:48 2004] [3176:1560] [debug]

Undeploying without using manager?

2004-12-14 Thread Fredrik Jonson
Hello, I would like to stop and undeploy a webapp without restarting tomcat, and without using the manager application. Preferablely using a command line tool. How can I do that? I'm using tomcat 4.1.29. -- Fredrik Jonson

Re: Tomcat 5.5.4 Ant Task

2004-12-14 Thread Siarhei Dudzin
On Tue, 14 Dec 2004 10:24:33 +0100, Remy Maucherat [EMAIL PROTECTED] wrote: On Tue, 14 Dec 2004 01:13:04 +0100, Siarhei Dudzin [EMAIL PROTECTED] wrote: Yes, antiJARLocking and antiResourceLocking are not enabled by default. Unfortunately, non of them (together and separately) did not help to

Create a new web application

2004-12-14 Thread Manisha Sathe
Hi, Just few days back i downloaded TomCat and learning it. I tried small servlet/jsp files and tested it but putting them under /jsp-example and /servlet-examples i.e. existing project directory. but for my project i want to create new application. I believe I do not have Ant (if it is not

Application looping

2004-12-14 Thread Jim Lynch
Hi, all, I'm attempting to port an application from one system to another. I originally wrote it on a debian system and ported it to a RH 7.2 system. Now I'm trying to move it to a RH 9 system. I installed the latest Tomcat 4.1.31, java 1.4.2_06 and Apache 1.3. Orignally this system had

RE: Error in tomcat manager

2004-12-14 Thread Shapira, Yoav
Hi, I have deploy myapp in context path at tomcat manager but myapp didn't start?,then when I click start at commands the following message show: FAIL - Application at context path /wrok could not be started Why that happened and how to solve it? Check your logs. 2.how to make

RE: Debugging missing web.xml on V5.5.4

2004-12-14 Thread Shapira, Yoav
Hi, See the logging section of the Tomcat 5.5 docs for how to get DEBUG information out of Tomcat. You can get *very* verbose details of what's going on. Does your WAR have a context XML file? Yoav Shapira http://www.yoavshapira.com -Original Message- From: [EMAIL PROTECTED]

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Kelly, Steve
But does it work. It don't seem to in 5.5.4 (and that's supposed to be a stable version - not beta or alpha). See the other threads on the subject for more details of the problems. Steve. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 14 December 2004 13:55

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Shapira, Yoav
Hi, Yes, it works. Like a charm... Yoav Shapira http://www.yoavshapira.com -Original Message- From: Kelly, Steve [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 9:11 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 / Admin How ? But does it work. It don't seem to in 5.5.4

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Allistair Crossley
There was an issue with the left-hand tree in 5.5.4. I don't know whether 5.5.4's admin distribution was repackaged. If not, you should acquire 5.5.6-alpha. I see Yoav has also replied to a separate email with a similar statement. Allistair. -Original Message- From: Kelly, Steve

Tomcat redirecting when base URI doesn't have trailing slash

2004-12-14 Thread Tauzell, Dave
Hi, I recently upgraded to Tomcat 5.0 (running under JBoss) and am using the Slide webdav servlet. I used to point to: http://my.url.com/webdav to access our slide repository. Now when I do that I get a 302 redirect sent back which directs my client to http://my.url.com/webdav/. This makes sense,

RE: Tomcat redirecting when base URI doesn't have trailing slash

2004-12-14 Thread Shapira, Yoav
Hi, To question #2: no. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Tauzell, Dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 9:32 AM To: [EMAIL PROTECTED] Subject: Tomcat redirecting when base URI doesn't have trailing slash Hi, I recently upgraded

RE: new isapi_redirector2.dll

2004-12-14 Thread Derrick Koes
I think I've followed the steps to build JK2, but there are still errors in the jk_isapi_plugin.c file. The latest version from CVS is 1.64 (according to WinCVS). Should I just fix these, or is there a better alternative? Thanks, Derrick jk_isapi_plugin.c

Re: new isapi_redirector2.dll

2004-12-14 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: new isapi_redirector2.dll

2004-12-14 Thread Allistair Crossley
If you are trying to build jk2 to have a connector between your webserver and tomcat, and you are just starting out, then you should probably know that jk2 is no longer supported and you should get jk 1.2.7 (in beta currently but it works and will be released soon I think). Allistair.

JSP privileges

2004-12-14 Thread Asim Alp
We want to give FTP access to our customers so that they can create / edit their own JSP pages; however we are afraid of the capabilities of JSP. Technically, it is possible for a user to write a program that would mess up anything else on the server. Is there a get around? How does JSP hosting

RE: Log on linux

2004-12-14 Thread Montz, James C. (James Tower)
I don't believe this is Tomcat at all, and is more likely the result of a log rotation application. What Linux Distribution are you using? RedHat uses an application called logrotate. Sounds to me like you are either; Writing your logs to some place like /var/log You have a logrotate entry

Re: set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
thanks for the hint still im french so im having a hard time understanding those terms so i have to log in as root copy catalina content under / %home folder % and edit that variable so wen i run startup.sh the executable find itself would it work if i edit startup.sh and include in there

Re: set an environement variable under fedora core3

2004-12-14 Thread Alain Gaeremynck
In Linux / bash you can set any environement variable using export VAR_NAME=var value you can do that in the script itself, in the user's .bash_profile file or in the shell directly FRANCOIS Dufour wrote: hi to all im used to work on windows im actualy tring to find were to set these variable

Re: JNDI object not shared among TC instances

2004-12-14 Thread John Smith
Why would you expect this to be possible? JNDI defines an API for a directory . . . Nope! JNDI stands for Java Naming and Directory Interface (JNDI) check out java.sun.com/products/jndi/ most 'Naming' services work is based on networking protocols even many of those looking like

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Dwayne Ghant
Have you tried writing a session bean??? if not just write a session bean and import it as a header in all you *.jsp pages. The sessions will controll the flow of the application. ex: %@ include file=Secrity_stuff.jsp % This is common in writing applications. Robert Taylor wrote: Thanks Hassan.

Re: Does TC 5.5 have some type of farm deployer?

2004-12-14 Thread Peter Rossbach
Hello Norris, I have actived the FarmWarDeployer at release 5.5.5. Regards Peter Norris Shelton schrieb: I ran across this document, but have not been able to find out any additional information. http://tomcat.objektpark.org/pdf/Proposal-HostConfig-Deployer.pdf = Norris Shelton Software

Re: Tomcat upgrade to 4.1.7

2004-12-14 Thread john corcoran
That was the request from the application owner. Thanks for your input -John From: Ben Souther [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat upgrade to 4.1.7 Date: Tue, 14 Dec 2004 16:00:35 -0500 Other than the release

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Hassan Schroeder
Robert Taylor wrote: I didn't realize that was added to the 2.4 spec. It was in 2.3, too. I'd guess it was in the spec from the get-go, but don't have an older copy to hand to confirm. Even so, it would be nice to know how to use CMS to achieve this. What is your definition of Container Managed

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Kelly, Steve
Don't believe it was - certainly can't find a version that works. So I've taken your advice and gotten 5.5.6 and as Yoav said it works like a charm. Thanks to all who contributed. Steve. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 14 December 2004 14:17

Re: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Wendy Smoak
From: Hassan Schroeder [EMAIL PROTECTED] Given that the Java Servlet Specification Version 2.4, page 70 sez: A special directory exists within the application hierarchy named WEB-INF. This directory contains all things related to the application that aren't in the document root of the

Re: set an environement variable under fedora core3

2004-12-14 Thread FRANCOIS Dufour
ok for the variable but now im stuck whit a platform that dosent want to install a jvm sombody know how to force fedora tho take a jvm? [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Ben Souther [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List

Re: sending a JSP page by email

2004-12-14 Thread Asim Alp
Here is what I use: // here is a function from my MailUtils class public boolean formSend(String to, String fromAddress, String fromPersonal, String msgSubject, PageContext pc, String templateURL) { if (templateURL == null || templateURL.equals())

Re: Application looping

2004-12-14 Thread Dennis Payne
You could also use 'include' instead of 'forward'. [EMAIL PROTECTED] 12-14-2004 12:06 Hi, I solved the problem by dropping back to 4.1.24. I can't imagine what that had to do with it, but now it works. Jim. Shapira, Yoav wrote: Hi, Two ideas: one, always make sure to return (i.e. a

Soap and classpaths

2004-12-14 Thread Eric VERGNAUD
Hi, On MacOS X, I'm trying to run a web service which looks like this: package com.jlynx.soap; class service { public String test() { return Hello; } } This class is part of a servlet which is installed as jlynx_servlet. In the soap admin utility, I deploy this service

Re:

2004-12-14 Thread Webmaster
for sample Struts web.xml take a look at http://www.developeriq.com/articles/view_article.php?id=211 I didnt see webapp at beginning of web.xml /webapp at end of your web.xml Also I didnt see servlet-mapping mappings for Struts ActionServlets e.g. servlet-mapping servlet-nameaction/servlet-name

Re: Tomcat redirecting when base URI doesn't have trailing slash

2004-12-14 Thread Bill Barker
Not strictly true. If you have a '/*' mapping, then Tomcat won't redirect. Shapira, Yoav [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, To question #2: no. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Tauzell, Dave [mailto:[EMAIL PROTECTED] Sent:

RE: [newbie] Container Managed Security - preventing direct access to .jsp

2004-12-14 Thread Ben Souther
It appears that there is no standard way to do this even though it's implied in the spec. I don't know how standard this is but it works. The trick is in the auth-constraint node (note the commented out role-name). Since it is exclusive. Not declaring a role-name for the protected resource

RE: Server refuse connection with many TIME_WAIT

2004-12-14 Thread FRANCOIS Dufour
try to lower your conection time out under catalina policy hope it help friendly [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: V D [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Server refuse connection with many TIME_WAIT Date:

Help me off this list!

2004-12-14 Thread TK Banks
No matter how many times I send mail to [EMAIL PROTECTED] I continue to be flooded with tomcat-user mail. Months ago I wanted to post a question to this list and found I couldn't do so unless I joined the list. So, grudgingly, I joined, posted my question and immediately unsubscribed. I checked

Re: Undeploying without using manager?

2004-12-14 Thread Fredrik Jonson
On 2004-12-14, Shapira, Yoav [EMAIL PROTECTED] wrote: I would like to stop and undeploy a webapp without restarting tomcat, and without using the manager application. You can use the Manager through Ant, as illustrated in the Manager how-to doc. But if really don't want to use the Manager