JNI

2001-05-31 Thread Peter Horne
I am having troubles with getting JNI working in process with IIS. Does anyone know if there are any troubles with JRE1.3.1 and hotspot? Any advice? Thanks...Pete = Peter S. Horne [EMAIL PROTECTED] To know and not to do is not to know

package hierarchy not working

2001-05-31 Thread Ajit Bhat
i have written a simple application to test working of my tomcat 3.2 which is installed on linux server ...   1. i have created a folder myapp in webapps/ROOT ( i.e. webapps/ROOT/myapp ) 2. i have writen a simple html with 2 form fields in the myapp folder  ( test.html ) 3. on submit, the val

Re: Security Example

2001-05-31 Thread Pae Choi
Take look at the tomcat-users.xml.     Pae   How does the JSP Example on Security in Tomcat work?  It's asking for a login and password.  Who do I login as to test?  How does it work?  Are there any documentation regarding this?   Thanks in advance,   -Ray

Re: Tomcat configuration

2001-05-31 Thread Selvarajah Vahees
add the mime types in web.xml file in /conf dir I did a similar thing with apache not Tomcat.But it should work   cheers, vahees -Original Message-From: Mike Alba <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: Thursday, May 31, 2001 11:30 PMSubje

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Milt Epstein
On Thu, 31 May 2001, Alin Simionoiu wrote: > You don't need to use an application. > All you need to do is to use a little Javascript in you're generated page. > Look at all the warez pages that has right-click functionality overwrited. > You can do the same think that they do.. The point, as a

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Alin Simionoiu
You don't need to use an application. All you need to do is to use a little Javascript in you're generated page. Look at all the warez pages that has right-click functionality overwrited. You can do the same think that they do.. Alin - Original Message - From: "Stephen Oakes" <[EMAIL PR

RE: Netscape and Tomcat

2001-05-31 Thread Warren Crossing
check that netscape is accepting cookies correctly if so required, manually delete cookies.txt ( NS 4 ) -Original Message- From: Stephen Oakes [mailto:[EMAIL PROTECTED]] Sent: Friday, 1 June 2001 1:47 PM To: '[EMAIL PROTECTED]' Subject: Netscape and Tomcat Does anybody know of any reas

RE: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Stephen Oakes
> I think you can overwrite the document.back call from browser. > So, if somebody want to go back using backspace or > right-click Go back it > will call you're function wich basicaly is not doing anything. > Right? Possibly. In general though, I wouldn't want to use an application which dis

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Alin Simionoiu
I think you can overwrite the document.back call from browser. So, if somebody want to go back using backspace or right-click Go back it will call you're function wich basicaly is not doing anything. Right? - Original Message - From: "Stephen Oakes" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

RE: New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Graeme Miller
You just put some lines in the web.xml (see Servlet 2.2 spec) and your servlet engine should enforce the security for you when a protected url is requested For example put the following in the web.xml Admin Area /admin/protected/* /admin/menu/*

RE: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Stephen Oakes
> > Whenever the user presses backspace key in the keyboard the > browser goes to > > the previous page, which crashes our site when the user > tries to save its > The remedy is to fix your site. Even if you could capture > the key stroke > events, ignoring the backspace is not the solution

Re: How to disable Backspace Button in the Keyboard

2001-05-31 Thread Mike Haberman
> > Whenever the user presses backspace key in the keyboard the browser goes to > the previous page, which crashes our site when the user tries to save its > contents once again or he loses data which have been typed. > > I think its remedy is to disable backspace button by JavaScript, but how >

How to disable Backspace Button in the Keyboard

2001-05-31 Thread Sujith
Whenever the user presses backspace key in the keyboard the browser goes to the previous page, which crashes our site when the user tries to save its contents once again or he loses data which have been typed. I think its remedy is to disable backspace button by JavaScript, but how should I do it

Re: Security Example

2001-05-31 Thread Boris Garbuzov
Perhaps, name-password pairs are kept in server.xml. What about other servers? Any standard about it? R Felipe wrote: > How does the JSP Example on Security in Tomcat work? It's asking for > a login and password. Who do I login as to test? How does it work? > Are there any

Re: New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Boris Garbuzov
Is it a new J2EE standard of login - so called authentication? Where to read about it? Graeme Miller wrote: > We are using Tomcat J2EE form-based login security on our website. The user > requests a protected page and is automatically redirected by Tomcat to the > login page fr

Security Example

2001-05-31 Thread R Felipe
How does the JSP Example on Security in Tomcat work?  It's asking for a login and password.  Who do I login as to test?  How does it work?  Are there any documentation regarding this?   Thanks in advance,   -Ray

New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Graeme Miller
We are using Tomcat J2EE form-based login security on our website. The user requests a protected page and is automatically redirected by Tomcat to the login page from which they login and enter the site. No problem there - it works perfectly. However when we open a new window using window.open(

Netscape and Tomcat

2001-05-31 Thread Stephen Oakes
Does anybody know of any reason why Tomcat would not work properly with Netscape? When I try to access my server, using http://localhost:8080, it correctly returns the Tomcat default page. However, none of the links work, and I cannot access any of my own applications (JSPs) under Tomcat. I hav

Re: Virtual Host Context Aliasing

2001-05-31 Thread Marcus Dillury
tomcat 4, I think :) I have just tested it with version 3.2.2, and that gives the error: bash# cat tomcat.log | grep Alias At The element type "Alias" must be terminated by the matching end-tag "". org.xml.sax.SAXParseException: The element type "Alias" must be terminated by the matching end-tag

Re: Virtual Host Context Aliasing

2001-05-31 Thread Jeff Kilbride
What version of Tomcat is supposed to have this tag? Thanks, --jeff - Original Message - From: "Christian Parpart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 5:56 PM Subject: Re: Virtual Host Context Aliasing > On Friday 01 June 2001 02:40, you wrote: > >

inheritance and beans error

2001-05-31 Thread teh j
Hi there I was wondering if anybody could help me out with something? I am using a java bean with a jsp. the bean however, is a child of another bean that is used for another part of the jsp application i am developing. what happens though is that whenever i submit the form (in the jsp) for proc

problem starting tomcat3.2.2 for the first time

2001-05-31 Thread steve gold
Hello, I'm trying to get started using Tomcat3.2.2 and I am getting the following exception when I run the startup.bat file: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tomcat/util/xml/PopStack at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:178)

Re: Virtual Host Context Aliasing

2001-05-31 Thread Christian Parpart
On Friday 01 June 2001 02:40, you wrote: > I have been told from a collegue of mine that an alias tag can be used. > I have not tested this though, let me know if this works :) > > > >... > >... > > I've tested it without any success. Unfortunately. But exactly

Re: Virtual Host Context Aliasing

2001-05-31 Thread Marcus Dillury
I have been told from a collegue of mine that an alias tag can be used. I have not tested this though, let me know if this works :) ... ... --Marcus On Thu, 31 May 2001, Jeff Kilbride wrote: > Date: Thu, 31 May 2001 11:12:38 -0700 > From: Jeff Kilbride <[EMA

how to run tomcat/4 as a different user than root

2001-05-31 Thread Christian Parpart
Hi * I'd like to start root as wwwrun:nobody, but what about the JVM. Is that possible. Thanks in advance, Christian Parpart. http://www.surakware.net

I want to have just ONE access.log file

2001-05-31 Thread Christian Parpart
Hi all, I was wondering if that would be possible. Apache httpd can to that to, and I think it's the better way for analything the access logs. How do I setup Tomcat/4 to get one access.log per domain? Thanks in advance, Christian Parpart http://www.surakware.net

Internal Servlet Error+core dump: Not an ISO 8859_1 character

2001-05-31 Thread Frank Morton
Using tomcat 3.2.2 in a sparc solaris 8 environment, I have no problems at all. But, when I move the same data and servlet to either MacOS X or intel solaris 8, still with tomcat 3.2.2, I get the exception noted below whenever I attempt to write accented characters. At times it even makes the jvm

Re: Apache -> Tomcat Examples not working

2001-05-31 Thread Renato Salazar
Hello Steve, I've tried the way you recommend and it doesn't work (but apache and tomcat work fine separately)...besides as far as i'm concerned Tomcat-Apache is suppoused to work only modifying mod_jk.conf (mod_jk.conf-auto) and httpd.conf files. I have the same problem than Phillip but I go

AddHandler

2001-05-31 Thread Chadwick, Russell
Hello all, can any tell me how to make tomcat 3.2.x in standalone mode process more extensions than .jsp as jsp pages? I tried adding the line AddHandler jserv-servlet .html to tomcat.conf and restarting and not working. thx - Russ < *÷:mivaconf.txtóH,KU¨Ì/U(J-N-*KMqS r"SKJ2R|3ËoeóóÒR

Re: basic authentication -- where is there a simple example?

2001-05-31 Thread Pae Choi
Betty,   Take a look at the web.xml --- from servlet spec --- and do not forget the security vulnerability when you use the BASIC authentication without SSL.     Pae   Hi -- Can someone point me to a simple example of how to setup tomcat for basic HTTP authentication?  

RE: Server Side Includes

2001-05-31 Thread Martin van den Bemt
tomcat 4 does. Couldn't find the classes for shtml in tomcat 3, so probably not in there. Mvgr, Martin > -Original Message- > From: Geetha Subramanian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 11:04 PM > To: [EMAIL PROTECTED] > Subject: Server Side Includes > > > Hi > D

RE: TOMCAT Config Files

2001-05-31 Thread Martin van den Bemt
Do it the other way around : hide your web files from the TOMCAT_HOME directoty. (see server.xml...) Mvgr, Martin > -Original Message- > From: Jerry Villamizar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 7:11 PM > To: [EMAIL PROTECTED] > Subject: TOMCAT Config Files > > > >

RE: How can I redirect a page when using apache>mod_jk>tomcat

2001-05-31 Thread Martin van den Bemt
Don't know how jsp pages work though (they are servlets is all I know, so I'm speaking from a servlet point of view) : after the redirect use a return.. Mvgr, Martin > -Original Message- > From: Brandon Cruz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 4:46 PM > To: [EMAIL P

RE: response.sendRedirect vs. requestDispatcher.forward

2001-05-31 Thread Martin van den Bemt
Hi, Never used the reqeuestdispatcher, but in your case it could be something like : response.sendRedirect("http:login.jsp"); (don't know where tomcat is serving jsp files though, I never use them..) Mvgr, Martin > -Original Message- > From: Brandon Cruz [mailto:[EMAIL PROTECTED]]

Re: Tomcat tanks all by itself

2001-05-31 Thread Chris Janicki
Are you using Java 1.3? If so downgrade to 1.2.2.5 or later. Java 1.3 has intermittent synchronization problems. >> Original Message << On 5/31/01, 5:06:00 PM, Joe Howes <[EMAIL PROTECTED]> wrote regarding Tomcat tanks all by itself: > I've found a couple of

How do I get Tomcat to honor IIS directory protection?

2001-05-31 Thread Bates, David (CORP)
It appears to me that when I install the IIS filter to redirect HTTP requests from IIS to Tomcat, (isapi_redirect.dll) directory-level security that was set up in IIS (prompting the user for their Windows userid and password before they can view either static pages or JSPs in the directory in que

charactor encoding for context application

2001-05-31 Thread Matt Goss
Hi all, I'm currently working on internationalizing my JSP applicaiton. I've managed to get the text on the screen to show as unicode. But, every time I view a page I need to set the encoding in my browser to utf-8 to view it. I've set the charactor encoding on the page to utf-8 and that doesn't h

RE: Server Side Includes

2001-05-31 Thread Paulo J S Pereira
Hi Geetha; I use this JSP tag to accomplish the eqivalent: <%@ include file="URL" %> Please note this happens at translation time and is only applicable within JSP pages. If you want to just use .shtml files, then be sure that your web server supports it ... apache and iis does. Hope this help

Re: response.sendRedirect vs. requestDispatcher.forward

2001-05-31 Thread Alex Fernández
Hi Andy! Just a fine point here. A Yang wrote: > RequestDispatch.forward takes a URL that is a RELATIVE > path but also requires a leading slash. >From the javadoc of ServletRequest.getRequestDispatcher(String): 'The pathname specified may be relative, although it cannot extend outside the cur

newbie q's

2001-05-31 Thread Gerald Koh
Hi, I have redhat 7.1 running apache 1.3.19 and tomcat 3.2.2. right now it is working, but there are a few outstanding issues. Please keep my newbieness in mind when answering: 1. I think tomcat is serving the static pages as well as the jsps. There are directions on how to change this, but read

Tomcat tanks all by itself

2001-05-31 Thread Joe Howes
I've found a couple of posts on this but no solutions yet. Running apache 1.3.12, jakarta-tomcat 3.2.2, Solaris 5.8. Tomcat seems to just die all by itself for no reason. Sometimes it dies quickly, sometimes it takes a few hours. You try hitting a servlet and you get an apache "Internal Server

Server Side Includes

2001-05-31 Thread Geetha Subramanian
Hi Does tomcat support .shtml files? That is the server side includes. Please clarify. Thanks, Geetha __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

Re: How to debug a missing servlet error?

2001-05-31 Thread Jeff Kilbride
Hi Chris, Tomcat should recognize "/servlet/briefXSL" without the explicit servlet-mapping you are using -- but I don't know if that is what's causing your problem. For all my servlets, I have the following type of entry: briefXSL com.smartbrief.BriefXSL.Servlet The default Invoker au

Internal Servlet Error+core dump: Not an ISO 8859_1 character

2001-05-31 Thread Frank Morton
Using tomcat 3.2.2 in a sparc solaris 8 environment, I have no problems at all. But, when I move the same data and servlet to either MacOS X or intel solaris 8, still with tomcat 3.2.2, I get the exception noted below whenever I attempt to write accented characters. At times it even makes the jvm

Re: Tomcat 3.2.2 bug ???

2001-05-31 Thread Jeff Kilbride
I think I saw something about this on the tomcat-dev mailing list. Try changing your 404.html file to 404.jsp. You don't need to change the file at all, just rename it with the new extension. Then change the tag to /404.jsp. Thanks, --jeff - Original Message - From: <[EMAIL PROTECTED]>

RE: How to debug a missing servlet error?

2001-05-31 Thread Chris McNeilly
Nope. I removed it entirely and still got the 404. Also, that invoker is still in my server.xml file on my localhost and it works fine. I can copy the code base to other Win boxes and it works right off, too. So its not something particularly unique to my config on my localhost. Chris > -

Help on apache 1.3.19 and tomcat 3.2.1

2001-05-31 Thread Joyce . Fung
I am a newbie at this and I am having a bit of difficulty configuring apache to use mod_jk. I have them both set up on my HP UX machine and by following the documentation, I am supposed to see a /jakarta-tomcat/src/native/apache directory. I need to run the *apxs script there. I know the directo

Using JSP regardless of URL?

2001-05-31 Thread David M. Rosner
Hi All, I would like one of my domains to always use a particular JSP page regardless of the URL the user enters. For instance if they hit any of the following URLs yhey will all actually hit a page called HandleRequest.jsp : http://mydomain.com/any/page/will/do/bob.jsp http://mydomain.com/Som

RE: How to debug a missing servlet error?

2001-05-31 Thread Randy Layman
This is a guess, but have you disabled the servlet invoker in the server.xml file? I believe that the servlet invoker will grab the request for /servlet/* before the webapp will check its mappings. I would suggest removing the servlet invoker from your server.xml file and see if this w

RE: web.xml

2001-05-31 Thread Jann VanOver
Follow that link. Then look along the left side of the page for the word "Specifications" (your quote sayis it's in the Servlet API Spec) and you'll see a link to "Download Implementations & Specifications" Click that. Are you still with me? Scroll down that page for a header that says "SPECI

How to debug a missing servlet error?

2001-05-31 Thread Chris McNeilly
Hi, I have a development environment that works correctly (Win 98), but when I move the code over to my QA environment (Linux) tomcat can no longer find the servlet. I have a web.xml file in the Web-Inf directory that has the following: briefXSL

RE: web.xml

2001-05-31 Thread Jeff Walker
The best advice that I can give you is to look at the existing tomcat examples, ie the .WAR files, the structure that results from these files, and the web.xml files that these structures contain. WAR files are just zip files, change the extension to zip and uncompress them and read, read, read..

Tomcat 3.2.2 bug ???

2001-05-31 Thread Marcelo . Epstein
When i request a non-existing jsp page, the server crash... web.xml 404 /404.html I think the problem is web.xml file in tag.. It do not accept static error pages... Does anybody know the solution?

Re: File uploads and Ajp13 with Tomcat 3.2.2

2001-05-31 Thread Hunter Hillegas
Did you compile and install the new mod_jk.so? > From: Paul Rubenis <[EMAIL PROTECTED]> > Organization: University of Minnesota > Reply-To: [EMAIL PROTECTED] > Date: Thu, 31 May 2001 13:43:02 -0500 > To: [EMAIL PROTECTED] > Subject: File uploads and Ajp13 with Tomcat 3.2.2 > > I am wondering if

Re: [ClassPath] JSP, JDBC, and mm.MySql

2001-05-31 Thread Ivan Kougaenko
double check that everything is set up according to this doc http://mmmysql.sourceforge.net/doc/mm.doc/x68.htm I think you should have the entire jar file in the classpath - Original Message - From: "Jon Shoberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 9

RE: [ClassPath] JSP, JDBC, and mm.MySql

2001-05-31 Thread Jann VanOver
I use Tomcat to do JSP and I put the JAR file with my db drivers into webapps//WEB-INF/lib directory and they are always found. No need to alter any class paths. -Original Message- From: Jon Shoberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 9:49 PM To: [EMAIL PROTECTED] Su

Invalid email recipient at extramedia.com

2001-05-31 Thread addresschange
The recipient name of the email you recently sent to extramedia.com is no longer valid. If the person you emailed worked at Extramedia's software development center in Ho Chi Minh City, Vietnam, then please resend your email to that person @sutrixmedia.com (use the same user name, and update you

Invalid email recipient at extramedia.com

2001-05-31 Thread addresschange
The recipient name of the email you recently sent to extramedia.com is no longer valid. If the person you emailed worked at Extramedia's software development center in Ho Chi Minh City, Vietnam, then please resend your email to that person @sutrixmedia.com (use the same user name, and update you

basic authentication -- where is there a simple example?

2001-05-31 Thread Betty Chang
Hi -- Can someone point me to a simple example of how to setup tomcat for basic HTTP authentication?   Thanks   Betty Portal Wave, Inc.Catalyst for Collaborative Commercewww.portalwave.com

Where will Tomcat search for HTML-Files ??

2001-05-31 Thread Matthias Schiffer
Hi! I have embedded my Tomcat Ver. 4.0 Beta 5 into an existing application but now when I start my Tomcat and want to browse on my HTML-Files, Tomcat tells me that it can't find the files! I have set my App-Base values as parameters of the connector and the host... Now my question: Is there any

AW: Why doesn't this work:

2001-05-31 Thread Ralph Einfeldt
It looks like request.getParameterValues(paramName) returns a null value on at least one param. > -Ursprüngliche Nachricht- > Von: Terje Kristensen [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 31. Mai 2001 15:37 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: AW: Why doesn't this wor

Where will Tomcat search for HTML-Files ??

2001-05-31 Thread Matthias Schiffer
Hi! I have embedded my Tomcat Ver. 4.0 Beta 5 into an existing application but now when I start my Tomcat and want to browse on my HTML-Files, Tomcat tells me that it can't find the files! I have set my App-Base values as parameters of the connector and the host... Now my question: Is there any

web.xml

2001-05-31 Thread Loflin, Charles
Does anybody know of a web page that explains about the web.xml file? The user guide for tomcat says "A detailed description of web.xml and the web application structure (including directory structure and configuration) is available in chapters 9, 10 and 14 of the Servlet API Spec and we are not

Page descendant / GET method error

2001-05-31 Thread Bret Goldsmith
I have just configured Tomcat 4.0 to use a new context (called "AppManager"). I have a simple JSP test page in the AppManager context directory, and it runs fine as the following: test login page However, I am trying to enhance it by extending the page from an ancestor class (that is comple

JSP- unable to compile class

2001-05-31 Thread Nebojsa Marusic
System setup: OS -Solaris 2.6 (platform: SPARC) Tomcat 3.2.2 (binary instalation) JDK 1.1 PATH=/usr/local/tomcat/jakarta-tomcat-3.2.2/bin:/bin:/usr/local/apache/bin:/usr/local/apache/sbin:/usr/java/bin:/opt/FSFgzip/bin:/opt/SUNWspro/bin:/usr/bin/nsr:/usr/sbin/nsr:/bin:/usr/bin:/usr/sbin:/usr/ope

Saving JSP pages

2001-05-31 Thread Daniel F. Wandarti
Hi,   I'm using apache/tomcat in a HPUX and sometimes when I click in a link to open a page IE ask me to save a page, not open an html.   Someone could help me?   Daniel

File uploads and Ajp13 with Tomcat 3.2.2

2001-05-31 Thread Paul Rubenis
I am wondering if anyone has installed the newer Tomcat 3.2.2 and tried file uploads via a servlet with the ajp13 protocol. The release notes state that file uploads are now working with this protocol, yet I still receive the same error I received when using Tomcat 3.2.1. I am ru

Re: Free MS SQL JDBC driver??

2001-05-31 Thread Oskar Zinger
go to www.freetds.org --- Oskar bryan wrote: > Hello all, > > Does anybody know if there is free MS SQL 7.0/ 2000 > JDBC (Type 4) driver? > > Thanks > Bryan

Status on different workers when using loadbalancing

2001-05-31 Thread David Lennartsson
Hi, I am working on a project where we have had a lot of problem with the stability of tomcat. I thought about using a loadbalancer with a couple of local workers (on the same host) to increase the uptime. However, when a worker stops working I also need to restart that process as quick as poss

Where will Tomcat search for HTML-Files ??

2001-05-31 Thread Matthias Schiffer
Hi! I have embedded my Tomcat Ver. 4.0 Beta 5 into an existing application but now when I start my Tomcat and want to browse on my HTML-Files, Tomcat tells me that it can't find the files! I have set my App-Base values as parameters of the connector and the host... Now my question: Is there any

RE: JSP CUSTOM TAGS

2001-05-31 Thread WMckean
HttpSession session = pageContext.getSession(); if( session != null ) { UserBean ub = (UserBean)session.getAttribute( "UserBean" ); } Wes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 1:32 PM To: [EMAIL PROTECTED] Subject: Re: JSP CUS

Re: Apache + Tomcat with mod_jk and Virtual Hosts

2001-05-31 Thread Jeff Kilbride
Yes. See the mail archive for a generic version of my setup: http://mikal.org/interests/java/tomcat/archive/view?mesg=24718 http://mikal.org/interests/java/tomcat/archive/view?mesg=24420 http://mikal.org/interests/java/tomcat/archive/view?mesg=24256 Thanks, --jeff - Original Message -

Re: Virtual Host Context Aliasing

2001-05-31 Thread Jeff Kilbride
Hi Daniel, I have the same problem -- wanting to alias more than one host name to a single context. Unfortunately, there is no way to do this. I've heard that the 4.0 version of Tomcat may have some abilities for doing this, but it's not nearly as straightforward as Apache's ServerAlias directive

Re: JSP CUSTOM TAGS

2001-05-31 Thread Sulman . Jeff
Try in your doStartTag HttpSession ss = pageContext.getSession(); |+> || Peter Giannopoulos| || | ||| || 05/31/01 10:01 AM | ||

Re: KeepAlive and sendRedirect Vs jsp:forward

2001-05-31 Thread Daniel Lynes
On Wednesday 23 May 2001 13:08, Shahed wrote: > I am using TC 3.2.1 w/Apache and ajp13 - JDK 1.3.1 Solaris 8 Sparc > > If I have keepalive turned on in apache, my response.sendRedirect() dont > seem to work well. > > However seems to work. > > What is the difference from the point of view of the

RE: struts in tomcat 3.3-m3

2001-05-31 Thread Ignacio J. Ortega
( Please do not post using html, makes almost imposible to have a decent conversation read ) Well, this is not a "new" requeriment, is the way that should be done always, and is the way in which 3.3 and 4.0 setup the webapps classpath.. that is only the j

Re: JSP CUSTOM TAGS

2001-05-31 Thread Sulman . Jeff
Let me know when you find the solution to this. We trying to do the same thing. |+> || Peter Giannopoulos| || | ||| || 05/31/01 10:01 AM | |

Re: AW: AW: AW: Why doesn't this work:

2001-05-31 Thread Cox, Charlie
Title: Re: AW: AW: AW: Why doesn't this work: 2 comments: 1. you can insert a <% try { %> at the beginning of your jsp and then <% } catch (NullPointerException npe) {     System.err.println("***");     npe.printStackTrace(); } %> at the

web.xml

2001-05-31 Thread Loflin, Charles
Does anybody know of a web page that explains about the web.xml file? The user guide for tomcat says "A detailed description of web.xml and the web application structure (including directory structure and configuration) is available in chapters 9, 10 and 14 of the Servlet API Spec and we are not

startup exceptions

2001-05-31 Thread Boris Garbuzov
Hello to you, Tomcat experts. I am using tomcat 4. Upon the very start it throws the following. Then it works fine in most of examples. Any suggestions what I should do? Boris. console- Starting service Tomcat-Standalone Apache Tomcat/4.0-b5 PAR

TOMCAT Config Files

2001-05-31 Thread Jerry Villamizar
Can i move all the tomcat configuration files and java classes outside of my %TOMCAT_HOME%/... because i would like to hide all these files outside my web files.. Thanks Jerry - Original Message - From: "Kiss-Beck Jozsef" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 3

Tomcat configuration

2001-05-31 Thread Mike Alba
Hi,     I am new to Tomcat and am looking to configure it for WML and Bitmaps, etc. How do I configure it to use these types. I have read some emails that the web.xml file is not read?   Thanks in advance for your help!   Mike

Re: Re:certificate for tomcat and ssl

2001-05-31 Thread Twylite
Hi, >value="$JAVA_HOME/jre/lib/security/jssecacerts" /> > In your server.xml maybe try hard-coding the value of $JAVA_HOME ... I'm honestly not sure if it does the substitution correctly (although its not complaining ...). >(Starting tcp endpoint on 8443 with >org.apache.tomcat.servic

TWIMC: username and password in session and jdbc Realm

2001-05-31 Thread me
Finally it was easy: JDBCRealm stores the j_username and j_password as session variable and yout can get it via session.getAttribute either as JSP scriplet or as servlet. Just store it or get it through the first page after login. Sometimes it is worth studying the source code.. (here Securitytoo

Re: JSP CUSTOM TAGS

2001-05-31 Thread Anne Dirkse
Peter -- All that you need to do is get your PageContext, then call getSession() on that. Then you've got your session and can retrieve stuff from it. Here's some pseudo-code to explain: private PageContext pageContext; public void setPageContext(PageContext pageContext) { this.p

Re: JSP CUSTOM TAGS

2001-05-31 Thread Sam Newman
The taglib sutff provided by the apache taglib project can do this - I think there is one specifically for session information retrieval. Check the taglibs project on the apache.org webpage. sam - Original Message - From: "Peter Giannopoulos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

RE: struts in tomcat 3.3-m3

2001-05-31 Thread Steve Salkin
Title: RE: struts in tomcat 3.3-m3 Ignacio J. Ortega wrote: > you already has one inside the TOMCAT_HOME%/lib/container .. the files > jaxp.jar + parser.jar...copy this files to your apps > web-inf/lib dir... > > or use xerces < http://xml.apache.org/xerces-j/index.html > Hi Ignacio- Tha

I tried to install Tomcat now Apache doesn't Work !!! Please help!

2001-05-31 Thread Kris Vale
Hi all, After installing tomcat my apache server went down and now I can't get it to start again. After typing apachectl start I get the following message: [Thu May 31 09:59:32 2001] [emerg] dyld found undefined symbol: _ap_os_is_path_absolute Aborting. Abort trap /usr/sbin/apachectl start: h

Problem with inprocess configuration

2001-05-31 Thread John Baj
I am working on a Win98 platform, jakarta-tomcat-3.2.2, and jdk1.3.0_01 and trying to get the inprocess container to work. I took the jni-servers.xml and jni-workers.properties found in the conf directory, made the necessary changes to conform to my path locations, and saved them as servers.xml a

Re: Re:certificate for tomcat and ssl

2001-05-31 Thread François Andromaque
After have done it, need the client to do something? How can the server identify the client? Because the error the browser return is : Connexion refused! - Original Message - From: "Twylite" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 4:47 PM Subject: Re:certif

JSP CUSTOM TAGS

2001-05-31 Thread Peter Giannopoulos
Hello all, Can anyone show me an example of accesing a session variable in a custom tag? Or at least point me towards documentation that explains it? (I have an object that I store in a session variable, I need to retrieve in one of my custom tags) -

How can I redirect a page when using apache>mod_jk>tomcat

2001-05-31 Thread Brandon Cruz
Is there any way I can redirect a jsp page using this configuration without having apache confused and printing out all the headers?

Re: archives

2001-05-31 Thread François Andromaque
http://marc.theaimsgroup.com/ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 4:19 PM Subject: archives > hi, i'd like to know where i can view the archives ? > > thanks > > > > -Message d'origine- > > De: Pablo Trujillo [SMTP:[

Re: archives

2001-05-31 Thread Bo Xu
[EMAIL PROTECTED] wrote: > hi, i'd like to know where i can view the archives ? > > thanks > [...] Hi :-) - http://jakarta.apache.org/site/mail2.html - click "Tomcat-User Archives" - http://mikal.org/interests/java/tomcat/index.jsp Bo may.31, 2001

RE: mod_jk causing httpd blowout??

2001-05-31 Thread GOMEZ Henri
Change : JkLogLevel warn by JkLogLevel error Will help reduce log activity - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

archives

2001-05-31 Thread SAMEUNIE
hi, i'd like to know where i can view the archives ? thanks > -Message d'origine- > De: Pablo Trujillo [SMTP:[EMAIL PROTECTED]] > Date: mercredi 30 mai 2001 18:08 > À:[EMAIL PROTECTED] > Objet:Session in Tomcat > > Hello friends, > I need information about how Tomcat assi

Get a JDBC DataSource via JNDI ( using Poolman ) - NEED HELP

2001-05-31 Thread Patrick . Pierra
We are trying to get a DataSource with a JNDI lookup. We want to use PoolMan for this and JNP (as JNDI server) Our questions -- 1. How to setup the JNP server or another JNDI server with Tomcat ? 2. How to install Poolman, we have copied the poolman.jar, install the poolman.xml file

Apache + Tomcat with mod_jk and Virtual Hosts

2001-05-31 Thread Adrian Almenar
Please i need help with this can anyone anwser me about this issue ?? With Apache and tomcat working with mod_jk: Its possible to map every virtual host (On Apache) to a different webapp on tomcat ??? I.E. Apache Virtual Host: 123.myhost.com ip: 10.0.0.2 Tomcat Webbapp : tomcat33\webapps\123

Re: Re:certificate for tomcat and ssl

2001-05-31 Thread François Andromaque
So, have i followed the same instructions? i've inserted jsse.jar, jnet.jar, jcert.jar in both $JAVA_HOME/jre/lib/ext and $TOMCAT_HOME/lib security.provider.2=com.sun.net.ssl.internal.ssl.Provider keytool -genkey -alias -keystrore $JAVA_H

Sessions

2001-05-31 Thread Pablo Trujillo
Hello again, Excuse me for the nuisances but I have problems with the sessions. Yesterday Randy answered me that to discover on the sessions of the Tomcat I should see the class org.Apache.tomcat.session.StandarManager. I have been able to discover that class is in Webserver.jar. Where I can get t

  1   2   >