JDBC Realm error

2006-07-13 Thread Propes, Barry L
I'm not sure if this is the method of which to go about posting my problem or issue, but here goes. I've tried configuring my JDBC realm in Tomcat 4.0.1 the last 2 days with no success. Sure, I can mess up the app or get the protection to engage and kick to a login page, but my Oracle configu

RE: JDBC Realm error

2006-07-13 Thread Propes, Barry L
Realm error Why don't you try using the same dbURL you use in the java code -- "jdbc:odbc:DSNName". Also add in the attributes connectionName for the auth username to the database and connectionPassword for the auth password to same. --David Propes, Barry L wrote: >I

RE: JDBC Realm error

2006-07-13 Thread Propes, Barry L
g the same dbURL you use in the java code -- "jdbc:odbc:DSNName". Also add in the attributes connectionName for the auth username to the database and connectionPassword for the auth password to same. --David Propes, Barry L wrote: >I'm not sure if this is the method of

RE: JDBC Realm error

2006-07-13 Thread Propes, Barry L
DBC-ODBC bridge connection schema. If you use the JDBC-ODBC bridge, you have to use a connection string for that driver. You could (and this is MUCH better in my opinion) toss the JDBC-ODBC bridge software and just use a true Oracle JDBC driver with a standard Oracle connection string. --D

RE: JDBC Realm error

2006-07-13 Thread Propes, Barry L
se it to get connections. http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html mas Propes, Barry L wrote: > precisely it is, as you typed below. > > I'd actually like to toss the JDBC-ODBC bridge software, as I've heard some > unstable things about it,

RE: Tomcat5 installation problem

2006-07-14 Thread Propes, Barry L
you probably need to configure the Catalina. bat file to point at your PC's JDK location -Original Message- From: Oguz Yarimtepe [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 6:35 AM To: users@tomcat.apache.org Subject: Tomcat5 installation problem Hi. I was trying to install To

RE: JDBC Realm error

2006-07-14 Thread Propes, Barry L
Propes, Barry L wrote: > precisely it is, as you typed below. > > I'd actually like to toss the JDBC-ODBC bridge software, as I've heard some > unstable things about it, maybe this included, but am a little uncertain as > to how to truly go about getting the Oracle driver

RE: error committing environment entries

2006-07-14 Thread Propes, Barry L
have you checked the logs in Tomcat? I'm having to do the same thing at the moment to debug some stuff for trouble I'm having. -Original Message- From: Nicholas J. Cox [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 6:00 PM To: users@tomcat.apache.org Subject: error committing envi

RE: JDBC Realm error

2006-07-14 Thread Propes, Barry L
//tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html mas Propes, Barry L wrote: > precisely it is, as you typed below. > > I'd actually like to toss the JDBC-ODBC bridge software, as I've heard some > unstable things about it, maybe this included, but am a lit

RE: getting "?" instead of "ยข"

2006-07-17 Thread Propes, Barry L
why don't you manually write it to your page and then just have the variable string or db value returned to the left of it within the jsp/servlet? Is that not an option? -Original Message- From: Ronald Klop [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 6:45 AM To: Tomcat Users Li

RE: How to redirect URLs

2006-07-17 Thread Propes, Barry L
Look in the web.xml file. Perhaps within servlet mapping is what you're looking for? At least it's that way in Tomcat 4 series. -Original Message- From: Nilesh Shastrakar [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 8:00 AM To: users@tomcat.apache.org Subject: How to redirect URL

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Propes, Barry L
you might try looking within the server it's (Tomcat) residing on -- be it Unix or IIS. Either might have some non-sophisticated, built-in tools to help gauge it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 12:24 PM To: users@tomcat.ap

RE: Increase Heapsize

2006-07-17 Thread Propes, Barry L
I thought maybe it was done in the startup.bat file by changing the properties and the initial environment space (defaulted usually to Auto ot 4096). Is this not correct? You might try right-clicking startup.bat, and under the Memory tab try changing the expanded memory or extended memory values

RE: Increase Heapsize

2006-07-17 Thread Propes, Barry L
mcat Users List Subject: RE: Increase Heapsize I thought startup.bat was used for other versions of tomcat? no? in my case tomcat is on a solaris box and not windows. so isnt startup.bat used on windows? "Propes, Barry L" <[EMAIL PROTECTED]> 07/17/2006 02:55 PM Please res

RE: symbolic links usage

2006-07-18 Thread Propes, Barry L
is this not something you configure within the servlet mapping? -Original Message- From: Phill O'Flynn [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 6:58 PM To: users@tomcat.apache.org Subject: symbolic links usage I have a web app that needs to access directories outside of

RE: How to redirect URLs

2006-07-18 Thread Propes, Barry L
usually within a request dispatcher object within the servlet. -Original Message- From: Nilesh Shastrakar [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 11:21 PM To: 'Tomcat Users List'; 'Martin Gainty' Subject: RE: How to redirect URLs Thnaks for help, But where do I specify for

RE: automatic rederict to website

2006-07-18 Thread Propes, Barry L
do you already have a service running at port 9090? -Original Message- From: d17may [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 9:30 AM To: users@tomcat.apache.org Subject: automatic rederict to website I use tomcat 5 .i have about 5 website in webapps folder .this all websit

RE: Tomcat 5.5/Axis 1.4 java.lang.reflect.InvocationTargetException

2006-07-18 Thread Propes, Barry L
none of the logs mention it? I realize Tomcat does seem a bit bereft of info in the logs sometime. Would it have been a case where it printed to the system console instead? Mine does that sometimes, instead of (or in addition to) the log(s) and I troubleshoot it that way. -Original Message-

RE: Problems with file permissions

2006-07-19 Thread Propes, Barry L
don't think you can...you usually have to administer that by some FTP tool. At least typically you do. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 8:57 AM To: users@tomcat.apache.org Subject: Problems with file permissions Hi Tomc

RE: out of memory error

2006-07-19 Thread Propes, Barry L
possibly like I (incorrectly, because he was on UNIX) told a guy the other day. Go to startup.bat, right click and change (under the Memory tab) properties in the Initial Environment box from Auto to 4096 or higher. -Original Message- From: MW Janssen [mailto:[EMAIL PROTECTED] Sent: Wedn

RE: [OT] Problems with file permissions

2006-07-19 Thread Propes, Barry L
Michelle. See if you can create a new folder on the UNIX server while in an FTP program like CoreFTP or WinsockFTP. Then dump everything to THAT folder and see if permissions are kept intact. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2

RE: out of memory error

2006-07-19 Thread Propes, Barry L
dont see a memory tab when i right click.. -----Oorspronkelijk bericht- Van: Propes, Barry L [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 17:32 Aan: Tomcat Users List Onderwerp: RE: out of memory error possibly like I (incorrectly, because he was on UNIX) told a guy the o

RE: out of memory error

2006-07-19 Thread Propes, Barry L
p: 3.87Gb (from lambdaprobe) THX! Maarten -Oorspronkelijk bericht----- Van: Propes, Barry L [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 18:02 Aan: Tomcat Users List Onderwerp: RE: out of memory error look in your windows folder. Yeah, I'm looking at mine and it's not g

RE: Symbolic link for welcome file???

2006-07-20 Thread Propes, Barry L
maybe it needs a pragma-cache reference in a meta tag within the HTML file? -Original Message- From: Mann, Bradley [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 6:14 PM To: users@tomcat.apache.org Subject: Symbolic link for welcome file??? I'm experiencing some strange behavio

RE: 404 Error when trying to connect Tomcat Manager

2006-07-20 Thread Propes, Barry L
through the web at port 8080 you're accessing this? Or just in your directory on a desktop or server? -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:06 AM To: Tomcat Users List Subject: 404 Error when trying to connect Tomcat Manager Hi guys,

RE: Intermittant images using https on tomcat

2006-07-20 Thread Propes, Barry L
would they (the images) perhaps be cached in under http? And trying to access that when traversing to https? -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 4:52 PM To: users@tomcat.apache.org Subject: Intermittant images using https on tomcat Hi E

RE: Intermittant images using https on tomcat

2006-07-20 Thread Propes, Barry L
ant - I click on the same https URL, and sometimes it shows the image and sometimes not. Does that help at all? Rob -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 6:05 PM To: Tomcat Users List Subject: RE: Intermittant images using https on

RE: Intermittant images using https on tomcat

2006-07-21 Thread Propes, Barry L
hey don't, like there's a timeout problem in the https connector or something like that. Images under http work fine - haven't see any broken images yet. Rob -----Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 6:20 PM To:

RE: Security Manager

2006-07-21 Thread Propes, Barry L
I think I got something like that a couple of days ago; I'll retry it to verify. -Original Message- From: Ryan Daly [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 3:53 PM To: Tomcat Users List Subject: Security Manager Has anyone seen any issues while running with the security man

RE: BOOBIES!

2006-07-24 Thread Propes, Barry L
the interesting thing to me was that I chalked it up as spam right away, as I get similar junk emails on a daily basis. I figured it was one that snuck through, so I deleted it almost instantly, rather than gaze at it. -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTE

RE: tomcat stops and give the error......

2006-07-24 Thread Propes, Barry L
looks like a memory leak of some kind? -Original Message- From: bhavik shah [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 12:39 PM To: users@tomcat.apache.org Subject: tomcat stops and give the error.. hi i have tomcat 4.1 sometimes it stops and give the error belo 20:08:5

RE: Tomcat Memory Status?

2006-07-24 Thread Propes, Barry L
MB Not GB? How are you even running Win 95 with 63.56MB? That's not enough swap space for anything is it? -Original Message- From: Gamigin Gamigin [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 5:13 PM To: users@tomcat.apache.org Subject: Tomcat Memory Status? I've been hav

RE: Multiple security-constraint elements

2006-07-24 Thread Propes, Barry L
Steve, I looked at mine and that looks correct. Try commenting one of the constraints, restart Tomcat and test it. But I do recall, I had a little bit of problem with mine working, and it turned out, after I rebooted my entire box (I run Win2K), all the constraints seemed to work, -Origin

RE: Links to relative URL's from a JSP

2006-07-24 Thread Propes, Barry L
Mike, That's not the case for me. I did, however, choose to make an images directory in the webapps folder, so that all my JSPs do indeed source back one directory, like you noted, src="../images/image.gif" for example. Try restarting Tomcat with the image in the JSP sourced like the HTMLs and

RE: Where is my Tomcat

2006-07-24 Thread Propes, Barry L
search for j2sdk in your files, folders. -Original Message- From: OOzy Pal [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 12:36 PM To: users@tomcat.apache.org Subject: Re: Where is my Tomcat On 7/24/06, OOzy Pal <[EMAIL PROTECTED]> wrote: > Guys/Gals, > > I am running (K)ubuntu. I

RE: Where is my Tomcat

2006-07-24 Thread Propes, Barry L
are you looking for it up on UNIX or on Windows? I'd say on UNIX, use Putty or some such and run some -sl or -la commands. Windows, use the Find feature. -Original Message- From: OOzy Pal [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 12:54 PM To: Tomcat Users List Subject: Re: Wh

RE: tomcat strike

2006-07-24 Thread Propes, Barry L
anything listed in the Tomcat log files? I'd look there, since if it does print out to the console, it quits evidently before you can see it. Perhaps there's something in the log file, though to indicate why. And a bit of research makes me think 7034 is not a Tomcat error #, but perhaps a Windo

RE: Tomcat on Win Server 2003?

2006-07-24 Thread Propes, Barry L
I believe it can, yes. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of maya Sent: Monday, July 24, 2006 3:09 PM To: users@tomcat.apache.org Subject: Tomcat on Win Server 2003? can Tomcat be installed in Windows Server 2003? I have searched for ref's to Windows Server 20

RE: Re: Tomcat on Win Server 2003?

2006-07-24 Thread Propes, Barry L
you can do that. I happen to be running it in conjunction with IIS. Why? Because (unfortunately! : () I'm bridging some parameters from JSP to ASP for email sake. Before you criticize, it's a long story, and believe me the only alternative I have at the moment. -Original Message- From:

RE: Where is my Tomcat

2006-07-24 Thread Propes, Barry L
, Barry L <[EMAIL PROTECTED]> wrote: > are you looking for it up on UNIX or on Windows? > > I'd say on UNIX, use Putty or some such and run some -sl or -la commands. > > Windows, use the Find feature. > > -Original Message- > From: OOzy Pal [mailto:[EMAIL

RE: tomcat strike

2006-07-25 Thread Propes, Barry L
From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 4:19 PM To: Tomcat Users List Subject: RE: tomcat strike anything listed in the Tomcat log files? I'd look there, since if it does print out to the console, it quits evidently before you can see it. Perhaps there's s

RE: Tomcat Connectors versioning

2006-07-25 Thread Propes, Barry L
wouldn't that mean that those bigger numbers are newer versions, but not as stable and thoroughly tested? I think the latest stable means one where all the bugs are resolved. Maybe those newer ones don't have everything fixed yet? -Original Message- From: Garthfield Carter [mailto:[EMAIL

RE: java.util.PropertyPermission

2006-07-25 Thread Propes, Barry L
isn't that because the permission object picks all of that up as one item, and overrides your separate setting? I would think it would. Wouldn't you need to create an entire new object or not for that to work? -Original Message- From: Ryan Daly [mailto:[EMAIL PROTECTED] Sent: Tuesday, J

RE: Possible to send 503 status over JK?

2006-07-26 Thread Propes, Barry L
are the HTML error pages created dynamically? Are or they where they can be extracted (presumably out of a jar file) and then edited and the jar recompiled? I don't find the docs anywhere within my Tomcat version (4.1.3). -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: T

RE: extending org.apache.catalina.Authenticat

2006-07-26 Thread Propes, Barry L
Open WinZip (download it if you don't have it). Drag & drop the jar into it, you'll see the files. They don't seem to include much source code...just the compiled classes, so it appears. the authenticators.properties file does include the types of authentication, and which authenticator properti

RE: Possible to send 503 status over JK?

2006-07-26 Thread Propes, Barry L
On 7/26/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > are the HTML error pages created dynamically? Are or they where they can be > extracted (presumably out of a jar file) and then edited and the jar > recompiled? > I don't find the docs anywhere within m

RE: Tomcat and MySQL error

2006-07-27 Thread Propes, Barry L
somewhere, likely server.xml, you've got an ODBC setting pointing to the IP address or domain name of the old box. Do a global search -- find file or with contents of your old box IP address/name to find the file(s) that contain said string. -Original Message- From: DK [mailto:[EMAIL P

RE: HTTP Status 500 error

2006-07-27 Thread Propes, Barry L
I'd pay close attention to these: java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) and see what the doAsPriveleged methods are calling. -Original Message- From: OOzy Pal [mailto:[EMAIL PROTECTED] Sent: T

RE: Tomcat and MySQL error

2006-07-27 Thread Propes, Barry L
try the base of usr/local -Original Message- From: DK [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 12:48 PM To: users@tomcat.apache.org Subject: RE: Tomcat and MySQL error Thanks to all of you ! I did a search (grep -R) under the /usr/local/jakarta and /etc folder for this s

RE: tomcat , wondoze , Unable to find a javac compiler;

2006-07-27 Thread Propes, Barry L
make the PATH (not classpath) point to: C:\Program Files\Java\jdk1.5.0_04\bin -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 1:19 PM To: users@tomcat.apache.org Subject: tomcat , wondoze , Unable to find a javac compiler; unfortuntaly i hav

RE: Problem while submiting the page

2006-07-31 Thread Propes, Barry L
you've got two different action values but using the same elements to get it there. Don't think you can do that! Probably need to set some conditional in there to make document.formMain.action = '../..' + actionPath + '/' + link + '?uniqeId='+uniqeId + '&ref=' + refName; one time and documen

RE: Tomcat running as service on XP? Runtime.getRuntime().exec(commandLine)

2006-07-31 Thread Propes, Barry L
you'll need to set Tomcat to run as a service under a username that has Admin rights to the XP box. That should work. I'm doing something similar but with Win2k. -Original Message- From: Warren [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 4:17 PM To: users@tomcat.apache.org Subj

RE: Tomcat Upgrade

2006-07-31 Thread Propes, Barry L
I can tell you one thing: 4.0 uses the HTTP connector, 4.1 uses the Coyote connector. At least the flavor of 4.1 I have. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 12:51 PM To: Tomcat Users List Subject: Re: Tomcat Upgrade For what it's wo

RE: where can I find the rule about how to translate JSP to servlet jave?

2006-08-01 Thread Propes, Barry L
the JSPs (at runtime) automatically create a servlet in the work directory. Is that what you're asking? -Original Message- From: Peng Li [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 7:55 PM To: users@tomcat.apache.org Subject: where can I find the rule about how to translate JSP

RE: HTTP Status 404 - /jsp-examples/

2006-08-02 Thread Propes, Barry L
that may need to be reconfigured in the server.xml file, within the Context path area. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 8:25 PM To: users@tomcat.apache.org Subject: HTTP Status 404 - /jsp-examples/ Can't get the jsp-examp

RE: Silent install of tomcat 4.1.31 on windows fails

2006-08-07 Thread Propes, Barry L
typically, when I've "installed Tomcat," and always on Windows, be it testing with a box at home or on a server at work, I've simply unipped it to my C or D drive. But I was able to create it as a service nonetheless w/.o any additional registry keys. I think it mainly needs the service set up

RE: apache Tomcat webserver problem

2006-08-07 Thread Propes, Barry L
probably a firewall! -Original Message- From: Rahul Sood [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 9:03 AM To: users@tomcat.apache.org Subject: apache Tomcat webserver problem Hello. I have set up tomcat's service catalina to have the default host 192.168.15.100 and have

performance question

2006-08-11 Thread Propes, Barry L
I'm having some problems this morning with performance. How can I easily determine if it's servlets, or Tomcat, as opposed to possibly the database (Oracle) I'm using? I've not had this problem before. Barry

RE: Session cookie location?

2006-08-11 Thread Propes, Barry L
can't you go to IE and view all the cookies there? -Original Message- From: Warren [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 8:55 PM To: users@tomcat.apache.org Subject: Session cookie location? I need to find out where the session cookie is located on a Windows client run

RE: getRealPath and war file

2006-08-11 Thread Propes, Barry L
can you not put the images in an image dir, and always source them to that directory? i.e. ? -Original Message- From: Romain Quilici [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 1:05 AM To: Tomcat Users List Subject: Re: getRealPath and war file Hello Dies, the working dir

RE: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-11 Thread Propes, Barry L
what about getRemoteHost()? -Original Message- From: Maurice Yarrow [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 5:30 PM To: Tomcat Users List Subject: Re: Session hijacking with Tomcat/Myfaces - unable to fix it Hello David, Tomas: About two months ago, I tried using the g

RE: Exception at Tomcat 4.3.1 startup

2006-08-11 Thread Propes, Barry L
I'm using 4.1.3 and my web.xml has the following: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> Perhaps you can change it to that and give it a try? -Original Message- From: Deshmukh, JAYDEEP (IT) [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 2:49 PM To: users@tomcat.apache.

RE: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-11 Thread Propes, Barry L
mmm, ok. -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 2:51 PM To: Tomcat Users List Subject: Re: Session hijacking with Tomcat/Myfaces - unable to fix it On 8/11/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > what about getR

RE: Tomcat 5.5.17 rejects PUT request

2006-08-11 Thread Propes, Barry L
maybe the FTP port is blocked? Isn't that what PUT essentially does? -Original Message- From: YuanGao Zhang [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 5:27 PM To: users@tomcat.apache.org Subject: Tomcat 5.5.17 rejects PUT request Hello, I'm new to tomcat and have problems t

RE: Tomcat 5.5.17 rejects PUT request

2006-08-11 Thread Propes, Barry L
host where tomcat runs. Does Tomcat rely on FTP for processing put requests? -Original Message----- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 3:30 PM To: Tomcat Users List Subject: RE: Tomcat 5.5.17 rejects PUT request maybe the FTP port is blocked? Isn'

RE: Tomcat 5.5.17 rejects PUT request

2006-08-14 Thread Propes, Barry L
August 14, 2006 3:45 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.17 rejects PUT request Propes, Barry L wrote: > I'll have to double check...maybe not, but I was thinking it did. It most certainly does not. PUT is part of the HTTP spec and has nothing to do with FTP. Check conf/web.xm

RE: Tomcat 5.5.17 rejects PUT request

2006-08-14 Thread Propes, Barry L
yeah, that's what I meant. Sorry, I'm sure I explained it very poorly. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 4:03 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.17 rejects PUT request Propes, Barry L wrote: > part of

RE: Running web application on Tomcat on a Windows Server - License question

2006-08-16 Thread Propes, Barry L
there's a Windows2004? Hadn't heard of that. Did you mean 2003? Or something newer? -Original Message- From: Ravindran Rabindran [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 5:29 AM To: users@tomcat.apache.org Subject: Running web application on Tomcat on a Windows Server - Lic

RE: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-16 Thread Propes, Barry L
can't, at this time, remember the exact conditions under which this occurred.) Maurice Yarrow Propes, Barry L wrote: >what about getRemoteHost()? > >-Original Message- >From: Maurice Yarrow [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 10, 2006 5:30 PM >T

RE: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-16 Thread Propes, Barry L
to fix it On 8/16/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > From: Maurice Yarrow [mailto:[EMAIL PROTECTED] >> Generally, getRemoteHost() and getRemoteAddr() return >> the same value, but I had found a situation during testing >> where getRemoteAddr()

Security constraint/login form

2006-08-17 Thread Propes, Barry L
I realize that in Tomcat (I'm using 4.1.3 and 4.0.1 by the way -- a version on a prod. server and one ony my desktop) that you can create the simple table titled users and configure it in the server.xml file and then likewise configure the web.xml file's security constraint properties. My ques

RE: Security constraint/login form

2006-08-17 Thread Propes, Barry L
quires for the form login security constraint to work. -Original Message----- From: Propes, Barry L Sent: Thursday, August 17, 2006 11:13 AM To: Tomcat Users List Subject: Security constraint/login form I realize that in Tomcat (I'm using 4.1.3 and 4.0.1 by the way -- a version on a p

RE: Security constraint/login form

2006-08-17 Thread Propes, Barry L
ename" ) ; --David Propes, Barry L wrote: >to add to my question earlier below, would it be something as simple as? > >String juser= (String) request.getAttribute("j_username"); > >Granted I have no idea what the session attribute is under the hood, only know >tha

RE: Security constraint/login form

2006-08-17 Thread Propes, Barry L
role2/> /welcome.jsp role1 role2 Restrict to role2 only/> /other.jsp role2 some descr role1 role2 On 8/17/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > > to add to my question earlier below,

RE: Disable a web application

2006-08-17 Thread Propes, Barry L
comment it out? -Original Message- From: Ralf Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 2:57 PM To: users@tomcat.apache.org Subject: Disable a web application Hi, is there a way do disable a web application that is located in the webapps directory so that it w

RE: Security constraint/login form

2006-08-17 Thread Propes, Barry L
rict to role2 only/> /other.jsp role2 some descr role1 role2 On 8/17/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > > to add to my question earlier below, would it be something as simple as? > > String juser= (String) request.getAttribu

RE: Security constraint/login form

2006-08-17 Thread Propes, Barry L
Sent: Thursday, August 17, 2006 3:38 PM To: Tomcat Users List Subject: Re: Security constraint/login form Quick answer is yes. On 8/17/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > > I wonder though...do the role_names have to be service or admin or > something like that? > &

RE: Security constraint/login form

2006-08-17 Thread Propes, Barry L
om: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 4:03 PM To: Tomcat Users List Subject: Re: Security constraint/login form The names are irrelevant. They just have to match between implementation and setup. On 8/17/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: >

RE: Security constraint/login form

2006-08-18 Thread Propes, Barry L
To: Tomcat Users List Subject: Re: Security constraint/login form Over an hour? Not even ODBC has that kind of latency. Could you be looking at a caching issue? --David Propes, Barry L wrote: >ok, thanks..I think there's a fair amount of latency between my database query >

RE: Security constraint/login form

2006-08-18 Thread Propes, Barry L
[mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 6:26 AM To: Tomcat Users List Subject: Re: Security constraint/login form Over an hour? Not even ODBC has that kind of latency. Could you be looking at a caching issue? --David Propes, Barry L wrote: >ok, thanks..I think there&

RE: Security constraint/login form

2006-08-18 Thread Propes, Barry L
d as the "roles". Depending on your database, they may or may not be case-sensitive (the values that is). On 8/18/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > > Looking at the 4.1 doco, it states about the JDBC Realm and user tables > configuration: > > "

RE: need help on jsp issue under Tomcat 5.5.17

2006-08-18 Thread Propes, Barry L
did you import the proper packages into the JSP? -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 12:06 PM To: users@tomcat.apache.org Subject: need help on jsp issue under Tomcat 5.5.17 Hi there, I recently downloaded and installed Tomcat 5.5.1

RE: Security constraint/login form

2006-08-21 Thread Propes, Barry L
rity constraint/login form The names are irrelevant. They just have to match between implementation and setup. On 8/17/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > > quick answer is yes to they have to be service or admin or yes to I can > declare them anything that matches the c

RE: Security constraint/login form

2006-08-21 Thread Propes, Barry L
never mind...sorry, I did see it in the web.xml file under the role-name element. Sorry about that! -Original Message- From: Propes, Barry L Sent: Monday, August 21, 2006 10:43 AM To: Tomcat Users List Subject: RE: Security constraint/login form Ok, I'm finding that the name

RE: Security constraint/login form

2006-08-21 Thread Propes, Barry L
pp -- both in manager webapp's web.xml and in tomcat-users.xml and it worked without a hitch. --David Propes, Barry L wrote: >Ok, I'm finding that the names are somewhat relevant. > >For instance, if I assign a user the role service, or admin, it works with no >probl

RE: Security constraint/login form

2006-08-21 Thread Propes, Barry L
userRoleTable where userNameCol = ? --David Propes, Barry L wrote: >Thanks, David. Yeah, I replied back to it a minute ago...I had the role-name >elements in the (web)XML file askew from what was in the DB. > >Got it working now. And, one more thing. I should be able to add a third &g

RE: Log4j and Tomcat problem

2006-08-23 Thread Propes, Barry L
to my knowledge, I don't have this at all, the log4j*.jar file, but was hoping to enable log4j on my system. Granted, I am not running on the same OS or server as the previous poster, but would like to go about enabling it. How can I do that? How/where should I go to get the log4j jar file(s)? T

RE: IIS vs Tomcat

2006-08-25 Thread Propes, Barry L
IIS - web server on Windows environment; Tomcat - servlet container; runs on a web server. -Original Message- From: gurusamy.senthil [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 9:25 AM To: users@tomcat.apache.org Subject: IIS vs Tomcat Can any one give me idea, What is the

RE: javamail + tomcat

2006-08-25 Thread Propes, Barry L
most likely you have to get relaying approved. I've had a similar problem and had to jettison the idea of JavaMail for now, due to the relaying problem. I could send through my desktop and only my email address through my ISP would receive it, and then only in the Bulk Mail folder! Quite an ag

RE: javamail + tomcat

2006-08-25 Thread Propes, Barry L
e: > > That is interesting. The funny thing is that I could send email to any > account inbox. That is, running the code standalone. I can't figure out > how > Tomcat would possibly alter my email so that it ends up in the spam box. > Plus, the headers are identical! > > &g

RE: javamail + tomcat

2006-08-25 Thread Propes, Barry L
PROTECTED]"); message.setText("this is a test message"); Transport.send(message); On 8/25/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > > I'll sure take that under advisement. > > Tomcat has an additional component for sending email? I don&#x

RE: IIS vs Tomcat

2006-08-28 Thread Propes, Barry L
The main advantage is probably that you can use tomcat to host webapplications written in java. I seriously doubt that iis can handle it :-) Leon Leon is correct...IIS -- without help from something like Tomcat -- cannot host web apps in Java, only ASP (or in Win2003 and above, ASP.NET). -O

RE: SSL - IIS OR both IIS/Tomcat

2006-08-29 Thread Propes, Barry L
I would think SSL/HTTPS on the Tomcat server, unless it's running at port 80, too. -Original Message- From: TomcatED [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 3:06 PM To: users@tomcat.apache.org Subject: SSL - IIS OR both IIS/Tomcat Hello Everyone, I'm looking for some S

RE: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Propes, Barry L
I had a similar problemyou need the ojdbc.jar file, or more specifically, the ojdbc14_g.jar file. -Original Message- From: Mallik [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 6:04 AM To: users@tomcat.apache.org Subject: CLASSPATH problem on tomcat5.5.x HI Friends i a

RE: CLASSPATH problem on tomcat5.5.x

2006-08-30 Thread Propes, Barry L
06 9:45 AM To: Tomcat Users List Subject: Re: CLASSPATH problem on tomcat5.5.x odbc is required only when odbs bridge is used. if you are using jdbc for oracle, odbc jar is not required. correct me if i am wrong. vraj On 8/30/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: > I had a sim

RE: tomcat not finding servlet....

2006-08-31 Thread Propes, Barry L
are you getting any kind of SAX error when you start up tomcat? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 4:19 PM To: users@tomcat.apache.org Subject: tomcat not finding servlet Hello everyone I am running windows xp, to

RE: tomcat not finding servlet....

2006-09-01 Thread Propes, Barry L
Have you checked to see how your servlets are mapped in the web.xml file? i.e. chngctrl.ChangeControlApprovalServlet chngctrl.ChangeControlApprovalServlet chngctrl.ChangeControlApprovalServlet /chngctrl/ChangeControlApproval.jsp in other words within the web-app tags y

RE: Tomcat as a Service

2006-09-01 Thread Propes, Barry L
you have to take the command line and cram it into one .bat file to start, then make that .bat file a service. -Original Message- From: Anca Barbuc [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 1:41 PM To: users@tomcat.apache.org Subject: Tomcat as a Service Hi, I am h

RE: Apache 80 Tomcat 8080

2006-09-01 Thread Propes, Barry L
in the server.xml file, (in the conf dir) see if you have a line like this: port=8080 is where you configure it. -Original Message- From: Jim Weir [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 2:59 PM To: users@tomcat.apache.org Subject: Apache 80 Tomcat 8080

RE: Access to the requested resource has been denied

2006-09-05 Thread Propes, Barry L
i don't think you have it set correctly. check your tomcat-users.xml file to see how it's configured. -Original Message- From: ubergoonz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 12:12 PM To: users@tomcat.apache.org Subject: Access to the requested resource has been deni

  1   2   3   4   5   6   7   >