Re: JK2 Officially Unsupported - Should I Avoid JK2?

2004-12-23 Thread Sean Dockery
Thanks for the reply, Dennis. I did some reading in the list archives on the subject, and we decided to go with mod_jk. Dennis Payne [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It looks like things regarding a connector are still in flux... probably not time to panic yet. JK2

JK2 Officially Unsupported - Should I Avoid JK2?

2004-12-22 Thread Sean Dockery
On November 15th, there was an announcement that JK2 is officially unsupported. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#20041115.1 We're in the process of configuring new servers and integrating Apache with Tomcat. We are migrating applications from servers

Re: Custom tag attribute runtime expression containing and delimited by quotes. Supported in Tomcat, but not other JSP containers. What is the standard?

2004-11-18 Thread Sean Dockery
Hmmm... We found in section JSP 2.6 (page 41) in the Core Syntax and Semantics chapter of the JSP 1.2 specification that this... mytags:tag value=%= hi! % / ...is expressly illegal. Should this be considered to be a bug in Jasper? Sean Dockery [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: Custom tag attribute runtime expression containing and delimited by quotes. Supported in Tomcat, but not other JSP containers. What is the standard?

2004-11-18 Thread Sean Dockery
is that while you can file away bugs against 4.x to your heart's content, it's not being actively developed and you shouldn't hold your breath waiting for a fix. Yoav Shapira http://www.yoavshapira.com -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Sean Dockery Sent

Custom tag attribute runtime expression containing and delimited by quotes. Supported in Tomcat, but not other JSP containers. What is the standard?

2004-11-17 Thread Sean Dockery
Hello, We recently came upon an issue in migrating our web application from Tomcat 4.1.x to SAP Web AS 6.4 SP7. Here is an example of the offending code (which involves indexed beans managed by a Struts ActionForm): logic:iterate ... indexId=offset Name: html:text property=%= people[ +

Re: Way to get Reference to Servlet from Filter?

2003-12-19 Thread Sean Dockery
I've got a fever... and the only cure is more cowbell! LOL. :-D Tim Funk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] You won't be able to get the servlet reference. A possibility is to define the filter multiple times with different parameters. For example, here is the same

Re: Tomcat performance on Windows versus Linux

2003-12-16 Thread Sean Dockery
David Rees [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Not enough difference to make it a deciding factor between the two platforms. IMO, Tim's criteria are spot on when deciding what platform to deploy on. Personally, I prefer Unix as I find it easier to setup and administer.

Tomcat performance on Windows versus Linux

2003-12-15 Thread Sean Dockery
I am planning to profile a web application on Windows XP (my development platform). I am curious as to whether or not different components in Tomcat and the JVM will behave differently (in a relative comparison) on Linux (production platform) than Windows. For example, I have had a person tell

Re: Tomcat performance on Windows versus Linux

2003-12-15 Thread Sean Dockery
is easier on *nix systems (YMMV) - Comfort - If your comfortable with unix concepts - linux might be easier than windows -Tim Sean Dockery wrote: I am planning to profile a web application on Windows XP (my development platform). I am curious as to whether or not different components in Tomcat

Problems launching Tomcat 4.1.29...

2003-11-02 Thread Sean Dockery
). -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Virtual host and app

2003-11-02 Thread Sean Dockery
You need a Context node in your Host for the default context. Javier [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi I'm new to Tomcat 5 and I trying to get my first virtual host working. Then I tried to make a test by simply make a HelloWorld servlet deployed in PruebaJavier

RE: Re[2]: Virtual host and app

2003-11-02 Thread Sean Dockery
. Is Tomcat already running? -Original Message- From: Javier [mailto:[EMAIL PROTECTED] Sent: Sunday, November 02, 2003 14:28 To: Tomcat Users List Subject: Re[2]: Virtual host and app On 02/11/2003 at 13:34 Sean Dockery wrote: You need a Context node in your Host for the default context

Re: Can use Ant to deploy to localhost

2003-11-02 Thread Sean Dockery
Or use 127.0.0.1 instead of localhost as the machine name. Mike Klein [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Steven Woody wrote: I'v not managed to deploy an application to Tomcat using Ant's deploy task. It always reports a UnknownHostNameException. I'v checked the

Re: 4.1.18 won't unpack my .war file

2003-02-18 Thread Sean Dockery
can't use it--WAR files are not compressed archives. -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Wendy Smoak [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

Re: 4.1.18 won't unpack my .war file

2003-02-18 Thread Sean Dockery
Doh! Forget what I said about Context.unpackWARs--unpackWARs is a Host thing. If struts-example.war unpacked successfully under the same Host, this isn't the problem. Sean Dockery [EMAIL PROTECTED] wrote in message b2ts7v$arm$[EMAIL PROTECTED]">news:b2ts7v$arm$[EMAIL PROTECTED]... Hell

Re: where to put web.xml

2003-02-18 Thread Sean Dockery
on using the Tomcat manager application. You can alternatively set Context.reloadable to true for your web application in your server.xml file. thanks -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsult

Re: jsp issues

2003-02-18 Thread Sean Dockery
When you re-installed Tomcat, did you make sure to remove all folders at $CATALINA_HOME and below? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Brian P. McLoughlin [EMAIL PROTECTED] wrote

Re: SessionId across webapps in tomcat

2003-02-18 Thread Sean Dockery
? Are the web applications running on the same machine in a non-clustered environment? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Robin de Villiers [EMAIL PROTECTED] wrote in message 006701c2d79c

Re: JDBC Realm problem

2003-02-18 Thread Sean Dockery
and password for the connection. Try using those attributes instead of embedding the username and password in connectionURL. Good luck. -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Barley [EMAIL

Re: Is server.xml DTD case-sensitive?

2003-02-18 Thread Sean Dockery
Um. Why can't it have a DTD? Shapira, Yoav [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Howdy, Also note that server.xml doesn't and can't have a DTD/schema. Yoav Shapira Millennium ChemInformatics -Original Message- From: Lukasz Szelag

Re: 4.1.18 won't unpack my .war file

2003-02-18 Thread Sean Dockery
From what you have described, it is not the WAR file itself that is the problem. It is a configuration problem with naming the WAR or deploying the web application. What does your build.properties (or build.xml) file define ${context} to be? (Remember that case matter here.) Wendy Smoak [EMAIL

Re: help with client certificates

2003-02-16 Thread Sean Dockery
in most browsers to cause this?) I remember netscape had a javascript call to do form signing. Tony Sean Dockery wrote: With regard to providing a certificate to the web site, but not authenticating per se: With regard to writing your own custom realm, it seems reasonable--but I

Re: AW: modified jsp-files and jasper2

2003-02-16 Thread Sean Dockery
Hello, Sven. Try setting Context.reloadable to true, restart Tomcat, and see if that works for you. Sven Köhler [EMAIL PROTECTED] wrote in message b2m0cd$9pb$[EMAIL PROTECTED]">news:b2m0cd$9pb$[EMAIL PROTECTED]... I just checked the web.xml file in $CATALINA_HOME/conf/web.xml. It suggests

Re: AW: modified jsp-files and jasper2

2003-02-14 Thread Sean Dockery
Hi, Sven. Down below... - Original Message - From: Sven Köhler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 14, 2003 02:04 Subject: Re: AW: modified jsp-files and jasper2 It can take up to 15 seconds (default) for Tomcat to poll for changes to class files. The

Re: An easy one... Default Config in conf/web.xml

2003-02-14 Thread Sean Dockery
Your problem is a deployment problem--not a development problem. Therefore, you should only touch files associated with the process of deployment. Use the Environment declaration in server.xml to define variables which are specific to a given deployment. - Original Message - From:

Re: Basic Auth with Apache+Tomcat

2003-02-14 Thread Sean Dockery
No. That is incorrect. session.getAttribute(REMOTE_USER) will most certainly not work. The HTTP protocol has no concept of sessions; sessions are a hack built on top of HTTP for the convenience of application developers. HTTP supports restricting access to server resources through

Re: Best practices - dev deploy?

2003-02-14 Thread Sean Dockery
Up until recently, I followed the process you described because it was a sure thing as far as getting the right JSP pages and classes to load into Tomcat at run-time. Since then, Craig M. recommended the approach set out in the Tomcat application developers guide. I've been following that

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
are you trying to do this? Can you not simply access the servlet via /mywebapp/HelloWorld? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Shapira, Yoav [EMAIL

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
The mapping for the Invoker servlet is disabled in the standard Tomcat release. It is disabled by default and I suggest that you leave it that way. It is a convenience that could lead to security problems. Is it currently enabled? (That is, it is supposed to be encodes in XML comment

Re: Form based security

2003-02-14 Thread Sean Dockery
Redirecting all 400 errors to your index page is a questionable practice because not all 400 (SC_BAD_REQUEST) errors are Invalid direct reference ... errors. I wish that there was a legitimate configuration change to enable you to bookmark a login.jsp page--such as a j_success_url parameter which

Re: Form based security

2003-02-14 Thread Sean Dockery
I could not see an easy way to determine if you were authenticated, however, using the struts tag libraries. The request tag library in the commons project does provide a means for creating a request bean, which you could then logic:test remoteUser against , but that's not exactly obvious when

Re: Is server.xml DTD case-sensitive?

2003-02-14 Thread Sean Dockery
Yes. server.xml is case sensitive. All XML documents are case sensitive. Tomcat may not have reported parsing errors because it isn't an XML validator and your server.xml is well-formed. Tomcat constructed its XML DOM and simply looked for the nodes name and value under parameter. That there

Re: how to creat a developer dirctory

2003-02-14 Thread Sean Dockery
Can you find the admin.xml and manager.xml files in your webapps folder? - Original Message - From: Xiongfei Wang [EMAIL PROTECTED] To: Turner, John [EMAIL PROTECTED] Cc: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, February 14, 2003 15:52 Subject: RE: how to creat a developer

Re: How to enable secured JSP to be cached by browser?

2003-02-13 Thread Sean Dockery
I do not believe that caching the resulting pages will help you. If your form submission code returns errors, forward control back to the input page and automatically repopulate all of the form fields in anticipation of a user retrying (after fixing errors with the form). Sean Dockery [EMAIL

Re: Tomcat 4.1.12 Form authentication with IIS 5

2003-02-13 Thread Sean Dockery
What happens when you move your form-login-page outside of the /admin/ folder? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Paul Bothma [EMAIL PROTECTED

Re: AW: modified jsp-files and jasper2

2003-02-13 Thread Sean Dockery
by default. I am uncertain whether or not JSP files are included in this particular check or if there is another layer elsewhere. But a good guideline is to wait for at least 60 seconds before testing newly uploaded JSP files. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer

Re: Taglibs are not interpreted with Tomcat 4.1.18

2003-02-12 Thread Sean Dockery
, February 12, 2003 12:48 Subject: Re: Taglibs are not interpreted with Tomcat 4.1.18 On Wed, 12 Feb 2003 11:53:40 Sean Dockery wrote: What about your tag-class definition? THe tld descriptors are located in /WEB-INF (see prev. message), the classes are located in /WEB-INF classes (matching

Re: JAKARTA 3.2.1

2003-02-12 Thread Sean Dockery
Why would restarting Tomcat help your applets? How do your applets communicate with SQL Server? - Original Message - From: Vernon Callantine [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 12:26 Subject: JAKARTA 3.2.1 Every Monday morning I get the following

Re: How to hide a context path?[urgent!]

2003-02-12 Thread Sean Dockery
to it. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Nancy Crisostomo Martinez [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 14

Re: Taglibs are not interpreted with Tomcat 4.1.18

2003-02-12 Thread Sean Dockery
, February 12, 2003 16:50 Subject: Re: Taglibs are not interpreted with Tomcat 4.1.18 On Wed, 12 Feb 2003 13:13:09 Sean Dockery wrote: Uh, no. tagclass is not defined anywhere in your original message. You omitted it. tag tagclasswhat did you put in here?/tagclass /tag ?xml version

FAQ (was Re: MY ATTIT...)

2003-02-11 Thread Sean Dockery
I am surprised that there isn't a FAQ that is circulated periodically--such as those automatically reposted to USENET newsgroups. Or perhaps a more formal document that comes out of [EMAIL PROTECTED] Comments? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified

Re: help with client certificates

2003-02-11 Thread Sean Dockery
in the session that you want to keep (such as a locale override), grab a reference to it here... */ if(session != null) session.invalidate(); session = request.getSession(true); /* restore stuff into the session that you wanted here... */ ... Sean Dockery [EMAIL PROTECTED] Certified Java

Re: Handling non-Latin chars in servlet, jdbc

2003-02-11 Thread Sean Dockery
character set. That is from memory... Can anyone confirm this? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: mech [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

Re: Ant - Tomcat deploy question

2003-02-11 Thread Sean Dockery
... fileset dir=${build.home}/WEB-INF/lib include name=*.jar/ /fileset ...This will automatically include any JAR files that you have placed in ${web.home}/WEB-INF/lib (and which are subsequently copied to ${build.home}/WEB-INF/lib) into the classpath for you. Sean Dockery [EMAIL PROTECTED

Re: FilePermission feature?

2003-02-11 Thread Sean Dockery
Don't you mean... grant codeBase file:${catalina.home}/webapps/my_app/WEB-INF/- { permission java.io.FilePermission ${catalina.home}/webapps/my_app/-, read,write,delete; }; Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer

Re: How can I get the web application name?

2003-02-11 Thread Sean Dockery
HttpServletRequest.getRealPath(/) should get the document root of your web application. HttpServletRequest.getContextPath() should get the path (name) on which the context is mounted. ServletContext.getServletContextName() should get the description (name) of the application. Sean Dockery

Re: web page errors

2003-02-11 Thread Sean Dockery
Yes. webapp ... error-page error-code404/error-code location/errors/notfound.html/location /error-page ... /webapp Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message

Re: Binding to Tomcat 4.x JNDI context

2003-02-11 Thread Sean Dockery
You can bind your resources in GlobalNamingResources/ in server.xml, but you must ResourceLink/ to the global resource in each Context/ where you want the resource to be accessible. PS: JNDI is read-only to web applications because of catalina.policy. You can always change the permissions. :-)

Re: web page errors

2003-02-11 Thread Sean Dockery
Just a quick question... Did you actually put an HTML document named missing.html in the root folder of your context? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From

Re: web page errors

2003-02-11 Thread Sean Dockery
errors yes. i have missing.html in the root directory. Peter Choe At 12:28 PM 2/11/2003, you wrote: Just a quick question... Did you actually put an HTML document named missing.html in the root folder of your context? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component

Re: FAQ (was Re: MY ATTIT...)

2003-02-11 Thread Sean Dockery
/ Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 -Original Message- From: Sean Dockery [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 10:38 AM To: Tomcat Users List Subject: FAQ (was Re: MY

Re: Virtual Hosting Tomcat

2003-02-11 Thread Sean Dockery
the same Engine definition. Then make changes to the copy. Your Host definition is far more sparse than mine. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From

Re: help with client certificates

2003-02-11 Thread Sean Dockery
Let me see if I understand what problem you are experiencing... By not having role-names, CLIENT-CERT authentication is not being enforced? Is that what you mean? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: Virtual Hosting Tomcat

2003-02-11 Thread Sean Dockery
www.inqbyte.com is not in your hosts file, so your machine looks to your DNS server to resolve to it to an IP. If you put www.ipqbyte.com in your hosts file, it should work as you expect. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD

Re: FAQ (was Re: MY ATTIT...)

2003-02-11 Thread Sean Dockery
, Sean Dockery wrote: I'll think about it. :-) - Original Message - From: Tim Moore [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 09:43 Subject: RE: FAQ (was Re: MY ATTIT...) Well AFAIK nobody's written one. Do I hear a volunteer

Re: help with client certificates

2003-02-11 Thread Sean Dockery
not cause the browser to reprompt the user for their certificate information upon rehitting the site-was wondering how to do that as well. Tony Sean Dockery wrote: Let me see if I understand what problem you are experiencing... By not having role-names, CLIENT-CERT authentication

Re: How to configure Tomcat to follow symbolic links.

2003-02-11 Thread Sean Dockery
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 14:59 Subject: Re: How to configure Tomcat to follow symbolic links. Sean Dockery wrote: Maybe try Resource.docBase= to see what that does... Just out of curiousity. :-) That works. Wonder why docBase must

Re: Place to look for offtopic java/jsp info

2003-02-11 Thread Sean Dockery
Other site that deserve mention include... site:jakarta.apache.org site:www.onjava.com site:www.javaworld.com - Original Message - From: Mike Jackson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 16:27 Subject: RE: Place to look for

Re: web page errors

2003-02-11 Thread Sean Dockery
You might be able to accomplish this using a Tomcat Valve (by looking for a 404 response code). - Original Message - From: Peter Choe [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 08:19 Subject: RE: web page

Re: Keep getting logged out of Tomcat?

2003-02-11 Thread Sean Dockery
First possibility: Is your web browser accepting cookies from this web site? If not and you are relying on URL rewriting, your session chain will be broken when you visit a page where URL rewriting isn't in effect, such as a static HTML page. Second possibility: Perhaps your session timeout is

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
Where have you defined the user and password that you believe you should be a valid user? What is the role constraint that you have defined on the web resource? Is the user in question set up for that role? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi

Re: Strange error

2003-02-10 Thread Sean Dockery
Either your database connection is timing out or else you are trying to use a ResultSet obtained from a Statement which, in turn, was obtained from a Connection which you have closed yourself. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD

Re: Unsubscription not working

2003-02-10 Thread Sean Dockery
You should receive an email that asks you to confirm that you wish to unsubscribe. Have you not received that email? You must reply to that email before you are unsubscribed. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: exception after several hours idle

2003-02-10 Thread Sean Dockery
Further to this, is there a firewall between you and your database? I believe that you mentioned that your connection timeout for your database was set to INT_MAX. That would not prevent the firewall from timing out your connection and cutting the cord. Sean Dockery [EMAIL PROTECTED] Certified

Re: How to listen for Session LastAccessedTime

2003-02-10 Thread Sean Dockery
The only trivial way that I can think of would be to put a filter on all requests. What are you going to use that information for? Maybe there is another way to accomplish what you're trying to do. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Felipe [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 10, 2003 09:08 Subject: RE

Re: Error - tomcat-users.xml.new permission denied - while starting TOMCAT

2003-02-10 Thread Sean Dockery
You could try using sudo. It allows users to execute certain programs as if they were the superuser. - Original Message - From: krip pane [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Monday, February 10, 2003 10:28 Subject: Error - tomcat-users.xml.new permission denied - while

Re: Re-using roles defined in web.xml file

2003-02-10 Thread Sean Dockery
The only way that it could be done is to provide a custom realm to this yourself. Can you not just put the roles into LDAP? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
Tomcat through the standalone port versus accessing Tomcat through IIS. That might give you more information that you have now. :-) Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original

Re: Virtual Hosting Tomcat

2003-02-10 Thread Sean Dockery
://alpha:8080/ http://gamma:8080/ http://omega:8080/ Good luck. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Lajos [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: trouble to run servlet

2003-02-09 Thread Sean Dockery
I would suspect it is because you are running Apache on port 80 and not Tomcat. You will need to set up a mod_jk (or mod_jk2) connector to have Apache forward specific URL requests to Tomcat. Why are you putting a HelloServlet inside the admin application anyway? - Original Message -

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
(by confirming that all of your JSP files are legal). When you are casually building a web application, pre-compiling JSP files unnecessary complicates the process. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: Tomcat complains: java.security.NoSuchProviderException: no such provider: BC

2003-02-09 Thread Sean Dockery
Remember that your classpath in your environment which is used by the java compiler when you issue a compile command from the command line is not the same classpath that Tomcat uses when it is running. Move the JAR into $CATALINA_HOME/common/lib. I don't believe that Tomcat supports loading JAR

Re: War files / codeBase and security permissions (v4.0.4)

2003-02-09 Thread Sean Dockery
being unpacked? What error did you see? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Kenneth J Baker [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Re: Compile my .java directly in the Webapps directory....

2003-02-09 Thread Sean Dockery
No. Tomcat will automatically compile JSP files to servlets for you, but not .java source files. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: fred [EMAIL

Re: exception after several hours idle

2003-02-09 Thread Sean Dockery
not exist? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: Vladimir Kirillov [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday

Re: Tomcat complains: java.security.NoSuchProviderException: no such provider: BC

2003-02-09 Thread Sean Dockery
SecurityManager are configured in the $CATALINA_HOME/conf/catalina.policy file. This file completely replaces the java.policy file present in your JDK system directories. Maybe it can give you some clues as to what you need to do. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer

Re: How to configure Tomcat to follow symbolic links.

2003-02-09 Thread Sean Dockery
? That is... Context path=/dealernet docBase=dealernet ... Resources docBase=/usr/lib/tomcat/webapps/dealernet allowLinking=true /Context Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message

Re: How to configure Tomcat to follow symbolic links.

2003-02-09 Thread Sean Dockery
, now. The full path does work. Good one. :-) Thanks, Mike Johnson On Sun, 2003-02-09 at 13:47, Sean Dockery wrote: Not sure why that would be happening. The documentation for Resources states that the Resources.docBase attribute is handled in the same manner as the Context.docBase

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
have a look to see what the problem might be. Do not post the file as an attachment as it may cause problems for some email programs; copy some or all of the content of the calendar.jsp file and paste it into your message instead. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
Hello again, Steve. I concur with Michael's recommendation that you should hone your Java programming skills before you tackle JSP. - Original Message - From: Steve Burrus To: Tomcat Users List Sent: Sunday, February 09, 2003 17:01 Subject: Re: Need help w. another jsp! SUCCESS

Re: Connecting PostgreSQL with JNDI

2003-02-08 Thread Sean Dockery
In your web application's Context, you need a ResourceLink to specify that the global resource is accessible in a given context. Look at the example at the bottom of the page at... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html#Resource %20Links -- Sean Dockery [EMAIL

Re: How to avoid error-reports? -Want

2003-02-08 Thread Sean Dockery
What do you mean when you say, Tomcat creates an error report? What exactly do you see? Morten Mortensen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Is it possible to avoid error reports? I have an application, where in some cases it is appropriate

Re: DataSourceRealm, Exception performing authentication ?

2003-02-08 Thread Sean Dockery
Did you declare the Realm after your Resource or before it? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Uros Kotnik [EMAIL PROTECTED] wrote in message 017501c2cf7f$9684b170$[EMAIL PROTECTED

Re: How to configure Tomcat to follow symbolic links.

2003-02-08 Thread Sean Dockery
there... I'm not sure. (I've never done this before--I'm just trying to figure it out based on what I've read and materials that can be found on the Jakarta web site.) -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

RE: Unwanted header when using Tomcat 3.2.4

2003-02-07 Thread Sean Dockery
Web Server/3.2.4 (JSP 1.1; Servlet 2.2; Java 1.2.2; Windows NT 5.0 x86; java.vendor=Sun Microsystems Inc.) //18 lines of white - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Sean

Re: question

2003-02-07 Thread Sean Dockery
://join.msn.com/?page=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD

Re: servlet URL

2003-02-07 Thread Sean Dockery
HttpServlet.getServletName() would seem like the logical choice. -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Felipe Schnack [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">new

Re: servlet URL

2003-02-07 Thread Sean Dockery
I think that access is limited. So, if you are in ServletA and want the URL to ServeltB, there's no obvious way find that information. Regards, Will Hartung ([EMAIL PROTECTED]) - Original Message - From: Sean Dockery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
Did you restart Tomcat? tomcat guy [EMAIL PROTECTED] wrote in message 002b01c2cee1$7035c250$6601a8c0@ctg">news:002b01c2cee1$7035c250$6601a8c0@ctg... It didn't seem to do the trick. This is gettin a little frustrating. I wouldn't mind as the others are working but this is what I am looking

Re: JDBC Realm Authentication Problem

2003-02-07 Thread Sean Dockery
Yes, that is correct. To have a Realm apply only to a context, it must declared inside the context tags. So... Context ... / becomes Context ... Realm ... / /Context -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: Can someone tell me please.........

2003-02-07 Thread Sean Dockery
Try setAttribute and getAttribute... Steve Burrus [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Can someone tell me please just what the current methods are supposed to be for the deprecated getValue() and setValue() and there's some other method dealing with

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
No. The content of name is the parameter name--not the name of your SMTP server. The content of value is the value of the parameter--that is, your SMTP server's name. Try this instead... parameter namemail.smtp.host/name valuemail.ctg.com/value /parameter -- Sean Dockery [EMAIL PROTECTED

Re: File upload servlet won't run on IBM AS/400 but runs OK on PC configured identically

2003-02-07 Thread Sean Dockery
it is using for $CATALINA_TEMP? Try using that directory (instead of /tmp) for your file upload. Also, defaultFileRenamePolicy was initialized to be new DefaultFileRenamePolicy(), right? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
I'm running out of ideas. Maybe the problem is with the SMTP connection... Put the following in a text file named commands.txt (without the snip tags)... snip HELO www.corridortechnology.com MAIL FROM:[EMAIL PROTECTED] RCPT TO:[EMAIL PROTECTED] RCPT TO:[EMAIL PROTECTED] DATA Subject: Re:

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
Oh, that's interesting. It seems that my inline SMTP script reacted with the gmane SMTP server. Sean Dockery [EMAIL PROTECTED] wrote in message b218r3$eea$[EMAIL PROTECTED]">news:b218r3$eea$[EMAIL PROTECTED]... I'm running out of ideas. Maybe the problem is with the SMTP connection.

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
Here was the real message that should have been posted. The SMTP script that I included in my previous post apparently interacted with the gmane SMTP server (their NNTP service relayed my message to tomcat-user). Sean Dockery [EMAIL PROTECTED] wrote in message news:... I'm running out of ideas

Re: COMMUNICATION LINK FAILURE

2003-02-07 Thread Sean Dockery
Where is the database running? On another machine? Is there a firewall between you and the database? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Laxmikanth M.S. [EMAIL PROTECTED] wrote

RE: jsp:include semantics?

2003-02-06 Thread Sean Dockery
in the jsp. It's spooky... Dave Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: BUG...? java.sql.SQLException: Cannot load JDBC driver class 'nul l'

2003-02-06 Thread Sean Dockery
] For additional commands, e-mail: [EMAIL PROTECTED] Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - To unsubscribe, e-mail: [EMAIL

  1   2   >