RE: Servlet not in webapps directory

2001-06-21 Thread Eitan Ben Noach
In the server.xml you can define a new Context that maps between context and actual directory. In the following example calling servlets through http://your.company.com/tt/servlet/myservlet will launch the servlets from d:/xx/yy/zz/webpages if you want to call servlets from the server

Re: URGENT: Problem's in configuring Tomcat 3.2.1 with Apache 1.3.20

2001-06-21 Thread Frans Thamura
Add the map directory to tomcat. I used tomcat with apache and work well. Frans -Original Message- From: Bhootnath Singh <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Monday, June 18, 2001 12:19 PM Subject: URGENT: Problem's in configuring Tomcat 3.2.1 with Apac

Re: Tutorial for JSP <--> JDBC <--> ProgreSQL 7.1 ??

2001-06-21 Thread Frans Thamura
I read in the book from Wrox, Prof JSP, it is a good sample.   or you can download my script in www.blueoxygen.org/project/cimande/download.html   Contact me if you got a problem.   Frans -Original Message-From: Dino Ming <[EMAIL PROTECTED]>To: TomCat User <[EMAIL PROTECTED]>Da

Tomcat book

2001-06-21 Thread David DELGRANCHE
Does anybody know where I can find a book about Tomcat: installation, configuration, use ? I need one to prepare a course Thanks a lot David.

RE: Servlet not in webapps directory

2001-06-21 Thread elodie . tasia
> In the server.xml you can define a new Context that maps between context > and > actual directory. > > In the following example calling servlets through > http://your.company.com/tt/servlet/myservlet > will launch the servlets from d:/xx/yy/zz/webpages > >crossContext="true" debug="0"

Deploying an XSLT filter in Tomcat 4.0

2001-06-21 Thread Martin Coxall
Does anybody know the current level of support for filters in Tomcat 4.0? I have written a small filter to take the XML output from one of our servlets, and then dependent on a parameter in the ServletRequest, use Xalan to transform the XML to HTML, WML or VoxML as appropriate. Unfortunately,

RE: Servlet not in webapps directory

2001-06-21 Thread Eitan Ben Noach
In order that it will work the d:/xx/yy/zz/webpages/ directory should be in the classpath variable before running Tomcat, so Tomcat can find your servlet. Another way, and actually the standard one, is to create WEB-INF/classes directory under d:/xx/yy/zz/webpages/ and put there your servlets. T

Re: Windows NT service failed to start

2001-06-21 Thread Andrew Zhdanov
Hello Jeff, Wednesday, June 20, 2001, 10:09:12 PM, you wrote: JD> Hi, JD> I am using Tomcat for a while and i finally found the way for working with the Jakarta NT Service. But there is a error and i search but... i think an expert could understand why!!! JD> Here are the step i followed

RE: Servlet not in webapps directory

2001-06-21 Thread elodie . tasia
> > In order that it will work the d:/xx/yy/zz/webpages/ directory should be > in > the classpath variable before running Tomcat, > so Tomcat can find your servlet. > > Another way, and actually the standard one, is to create WEB-INF/classes > directory under d:/xx/yy/zz/webpages/ > and put ther

Re: cannot run servlet

2001-06-21 Thread Andrew Zhdanov
Hello Siaw, Thursday, June 21, 2001, 5:45:21 AM, you wrote: SLL> I have created another URL 'dir' for other web SLL> application. The 'examples' URL, i.e., SLL> http://localhost/examples/servlet/xxx is working fine SLL> but not the new URL. SLL> Error msg: SLL> Error : 404 SLL> Location: dir/s

nt_service:" doesn't restart" & "wrapper.stdout=???"

2001-06-21 Thread Andrew Zhdanov
Hello), Could smb help me, please? may be you've come across such problems: 1) nt_servce starts succesfully, and stops later without any worning messages - but it (tomcat) doesn't stop in real (i can walk through my site as if it runs). What is it?? 2) then i'd like to see warning messages at st

RE: Servlet not in webapps directory

2001-06-21 Thread Eitan Ben Noach
Setting your classpath: If you run Tomcat from a DOS console window, before running Tomcat type: set CLASSPATH=%CLASSPATH%;YourServletDirectoy where 'YourServletDirectoy' the full path of the directory were you put your servlets. In that way add YourServletDirectoy to the existing CLAS

RE: Deploying an XSLT filter in Tomcat 4.0

2001-06-21 Thread Samson, Lyndon [IT]
>>My current web.xml looks like (excluding prolog) It's pretty cool that tomcat's web.xml lets you code in prolog, although I think that will fail the sun standards test :-) -Original Message- From: Martin Coxall [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 10:56 PM To: [EM

How to mask servlet ?

2001-06-21 Thread Eric MARTIN
Does anybody know how to mask the servlet ? Using Apache /Tomcat, i would like the URL le /aName (or /) be redirect to my Servlet (without the /servlet/myServlet). He's there a way to do so ? Thanks Eric

Error 404

2001-06-21 Thread Wohlfahrt, Guenther
Title: Error 404 Hi all, I would need help because the redirector does not work in my particular environment. I have Win2000/PWS and Tomcat 3.2.2 installed. The servlet engine works fine without collaboration with the IIS/PWS. I checked each step of the configuration several times but ever

AW: Error 404

2001-06-21 Thread Ralph Einfeldt
If you are using tomcat behind a web server, by default only the request that match *.jsp are forwarded to tomcat. The solution depends on what you want, if you want this page to be delivered by tomcat rename it to index.jsp, otherwise place it in the document root of the web server as examp

Applet - http tunneling - user authentication

2001-06-21 Thread Regis Muller
Hi tomcatters, Im using user authentication on apache and I would like to make an applet communicate with a servlet through http tunneling. Here is a snippet of the code I use : dataURL = new URL("http","myserver",80,"/myservlet?action=connect"); connection = dataURL.openConnection()

Authentication tomcat users using EJB

2001-06-21 Thread Knudsen, Joe
I want to authenticate tomcat users with remote calls to EJBs. I built EJB Beans with login, password and roles. How do I get tomcat to authenticate. I looked at the JDBCRealm but I am using a embedded DB and cannot have multiple connections. Do I need to create and custom Realm or does someth

Build 3.2.2 errors

2001-06-21 Thread Steven V. Jackson
Greetings, I'm trying to build Tomcat 3.2.2, and it's not going well. I'm using IBM JDK 2.13. I have successfully installed jaxp-1.1, jsse-1.0.2, ant-1.3, and servletapi-3.2.2. However, when I go to build Tomcat 3.2.2 with either build.sh or build.sh dist, I get several errors. First, jaxp doesn

mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread Lukas Sägesser
hi all! problem: database access is managed via a java class that is instantiated and loaded into each clients session. every PL/SQL function and/or SQL statement a client needs is called in a method of this class. first, a connection is opened, the statement is called, all resultsets a

RE: How to mask servlet ?

2001-06-21 Thread William Kaufman
Look at the web.dtd file in tomcat/conf--specifically, the tag. The complete spec is at http://java.sun.com/products/servlet/ . -- Bill K. -Original Message- From: Eric MARTIN [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 5:48 AM To:

catalina - webapps/manager (instead of admin?)

2001-06-21 Thread Andrew Zhdanov
Hello Tomcat, could anyone help with the subject - description - i did not find such in archives. And then i have 403 forbidden when i am authorized. I'v didn't changed anything in server.xml, but added a user with the role="admin" in tomcat-users.xml. May be i should edit catalina.policy? Bu

Re: How to mask servlet ?

2001-06-21 Thread Jason Koeninger
A possible web.xml snippet for something like this: ... myServlet com.yourdomain.myServlet myServlet /aName ... After you have that in Tomcat, you just need to JkMount /aName from Apache to complete the job. Make sure you add the context pat

How to avoid of displaying the homepage file path

2001-06-21 Thread Venkatesh T
Hi when we are giving the site name, it is loading the welcome file defined in the web.xml file. But it is displaying the full path of the file in the browser. Can i avoid this. If so, how can i done. thanks in advance... Regards venkatesh

Re: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread Jan M. STANKOVSKY
Same here but we have the stopping of the tomcatserver very frequently. At the end of the term when the students (aprox 50 working at the same time) got very busy the tomcatserver stoped replying frequently. We have a configuration with Two Sun Sparc Solaris 7 Servers both tomcat 3.2.1 & 3.2.2 a

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Tomcat Version

2001-06-21 Thread Amer Mallah
Is there any way to get tomcat to return the version/milestone/build date?

Javascript not working

2001-06-21 Thread Tassilo Pilati
Hi, I have some jsp files, which work under JRun on our intranet, but when I put them on our server on the internet and open them with a browser, I get a javascript error message in the status bar at the bottom of the browser window. Since the jsp files are running on the server in the lan, the

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

using unsticky sessions

2001-06-21 Thread luke . starkie
scenario: running 1 apache, 2 tomcats, mod_Jk using load balancing. This all works fine but requests from the client always go to the same tomcat that the original request went to (sticky sessions). I would prefer them to go to tomcats at random. I think this is to do with the cookie/ URL set by

RE: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread William Kaufman
These look like two different issues: 1) Oracle is running out of cursors. a) Make sure you close every ResultSet, Statement and Connection when you're done with them. One trick you can use on Oracle is to log into the database in SQL*Plus as SYS while your application is running, and do,

RE[2]: start up tomcat from a virtual terminal

2001-06-21 Thread Mario Vera
Thanks for yours answers, sincerely. I can already close the window of the XTerminal usig "nohup" command, but the window of the Xterminal is opened by a client of Xterminal, when I close the client's instance, the tomcat shut down, or if I turn off my computer(when I star up the XTerminal), the t

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: Javascript not working

2001-06-21 Thread William Kaufman
> I have some jsp files, which work under JRun on our intranet, but when I put > them on our server on the internet and open them with a browser, I get a > javascript error message in the status bar at the bottom of the browser > window. Try debugging the javascript. Both Microsoft (for IE) and

what is this number -2147483646

2001-06-21 Thread Venkatesh T
HI What is the meaning of the foll. code in web.xml file for startup servlets. -2147483646 can any one know .. Rgds venkatesh

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: Tomcat Version

2001-06-21 Thread William Kaufman
javax.servlet.ServletContext: getMajorVersion(), getMinorVersion() (returns the version of the JSDK it implements) getServerInfo() (returns a text description of the Tomcat version) -- Bill K. -Original Message- From: Amer Mallah [mail

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: what is this number -2147483646

2001-06-21 Thread Pae Choi
The positive integers indicate the *order* in which servlet should be loaded from lower to higher. If no value or negative integers, the container is *free* to load the servlet any time in the startup sequence. Pae > HI > What is the meaning of the foll. code in web.xml file for start

RE: what is this number -2147483646

2001-06-21 Thread William Kaufman
>From the JSDK 2.2 spec, available at http://java.sun.com/products/servlet/download.html : The load-on-startup element indicates that this servlet should be loaded on the startup of the web application. The optional contents of these element must be a positive integer indicating the order in whic

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: what is this number -2147483646

2001-06-21 Thread Raphael Lemaitre
Title: RE: what is this number -2147483646 -2147483646 is Integer.MIN_VALUE With this value, this servlet is loaded first (the less load-on-startup value is, earlier the servlet is loaded) Raphael Lemaitre > HI >   What is the meaning of the foll. code in web.xml file for startup > servle

RE: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread Adam Myatt
Bill, What if the V_$OPEN_CURSOR is not present in the SYS schema. Using the DBA Studio, I looked through all the schemas and users and V_$OPEN_CURSOR doesn't exist anywhere. Would it be under an alternative name? - Adam At 08:32 AM 6/21/2001 -0700, you wrote: >These look like two different is

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the XXXXXX file path

2001-06-21 Thread mazzen al-najjar
[EMAIL PROTECTED] wrote: > Messages with Subject ´HXmepXage´ are not accepted here (HXomepXage.HTML.vbX) houston, i believe we have attained infinite loop. -mazzy

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread William Kaufman
Eh,... It might have a different name on your version of Oracle, or be under a different schema. Try running, SELECT OWNER, VIEW_NAME FROM ALL_VIEWS WHERE VIEW_NAME LIKE '%OPEN%CURSOR%'; and see what pops up. -- Bill K. -O

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

tomcat, and servlet testing in a multi-user environment

2001-06-21 Thread Robert De Niro
Hi! We are several programmers who are programming servlets and jsp on our tomcat server, and each time we modify a servlet or a jsp, we have to restart tomcat so it takes in consideration our changes, and our problem is that we are working everyone from his computer at the same time, so when s

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

tomcat, and servlet testing in a multi-user environment

2001-06-21 Thread Robert De Niro
Hi! We are several programmers who are programming servlets and jsp on our tomcat server, and each time we modify a servlet or a jsp, we have to restart tomcat so it takes in consideration our changes, and our problem is that we are working everyone from his computer at the same time, so when s

Re: tomcat, and servlet testing in a multi-user environment

2001-06-21 Thread Martin Mauri
Wow! I didn't know Robert De Niro knew about tomcat or servlet programming! Hey Robert, what about Hollywood? Didn't you earn money there? regards. > Hi! > We are several programmers who are programming servlets and jsp on our tomcat server, and each time we modify a servlet or a jsp, we have

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: what is this number -2147483646

2001-06-21 Thread Rob Agar
Just to clarify, -2147483646 is equivalent to -1 and means 'don't care'? always use a large scary number where a small one will do, eh ;) Rob > >From the JSDK 2.2 spec, available at > http://java.sun.com/products/servlet/download.html : > > The load-on-startup element indicates that this s

Re: Servlet not in webapps directory

2001-06-21 Thread Tim O'Neil
At 12:17 AM 6/21/2001, you wrote: >Hi ! It is possible to lauch a sevlet that is not in the TOMCAT_HOME >directory ? >Can I do that by configuring a Context for my servlet ? And how exactly ? You don't actually lauch (I guess you mean "launch") a servlet. Every who has a notion about a servlet l

Do I need to use the AJP13 container for this?

2001-06-21 Thread Swart, James (Jim) ** CTR **
I am running Tomcat 3.2.1 with Apache 1.3.14. My default container is AJP12(mainly because I haven't tried the AJP13 yet [yeah, i know its in the docs, just haven't had time to read them to update it to use 13). If I run the HTML form against this servlet I get this error. I know usually a ja

tomcat-cache

2001-06-21 Thread Julio Cesar Perez Jerez
Hi all,   My problem is that when I call to "abc.jsp" this is really loaded in cache, my .jsp is'nt reloaded again. I want the JSPs to be reloaded each time this is called.   I am using.   - TomCat 3.2.1 - MS IIS 4.0       How can I manage zero cache in my application ? what is the config

Re: tomcat, and servlet testing in a multi-user environment

2001-06-21 Thread Tom Holmes Jr.
This is a common problem I have had at past employers. What we do now at my company is give everyone Tomcat, it's free right? We have what is called a "Deploy Manager" or "Build Manager". Once a week the DM (or BM) will take the most recent checked-in code from Microsoft Visual Source Safe, mov

RE: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread Mehmet Ugur Kuzu (LinkPlus)
Title: RE: mysteriously dying connections (Oracle <-> tomcat) you can use v$parameter view for getting OPEN_CURSORS paremeter value. or in sql plus or svrmgrl type show parameter OPEN_CURSORS -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21

RE: tomcat, and servlet testing in a multi-user environment

2001-06-21 Thread Joe Dalessandro
21 June 01 How about this: Use a production server inhouse with Tomcat installed and a separate deployment box which serves to the world. Utilize CVS and everyone working checks in or merges their changes and deploy to the Production Tomcat server and restart four times a day. The times can be

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE[2]: start up tomcat from a virtual terminal

2001-06-21 Thread Tim O'Neil
At 10:39 AM 6/21/2001, you wrote: >Thanks for yours answers, sincerely. I can already close the window of the >XTerminal usig "nohup" command, but the window of the Xterminal is opened by >a client of Xterminal, when I close the client's instance, the tomcat shut >down, or if I turn off my compute

Re: what is this number -2147483646

2001-06-21 Thread Francis Callo
Hi, it is the order number in loading servlet or jsp on startup. if that has the smallest value it would be the first servlet to be loaded. Since it is a negative number and if it has the smallest number it would be the first servlet to be loaded during startup. Francis --- Venkatesh T <[EMAIL

mod_jk as static module

2001-06-21 Thread Sean M McGrath/AC/VCU
Can mod_jk be compiled as static module as opposed to Shared Object in Apache? My platform AIX 4.3.3 Apache 1.3.12 Tomcat 3.2.2

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to mask servlet ?

2001-06-21 Thread Francis Callo
Hi, In you web.xml try this myServlet /myServlet/* all request on "login" will be passed to servlet "login". if you want to access the "myServlet" on context "testcontext" this should be your url "http://somedomain.com/testcontext/myServle

RE: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread Adam Myatt
All right. I found the sql_text listing in the open cursor view. Is there a sure fire way to have the cursors close when the servlet is done using them. (And if so is using connection pooling and closing the recordset and statement one way?) At 07:33 PM 6/21/2001 +0300, you wrote: > you can

Re: Tutorial for JSP <--> JDBC <--> ProgreSQL 7.1 ??

2001-06-21 Thread Tim O'Neil
At 01:20 AM 6/21/2001, you wrote: >I read in the book from Wrox, Prof JSP, it is a good sample. > >or you can download my script in >www.blueoxygen.org/project/cimande/download.html > >Contact me if you got a problem. Frans; your url shoul

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Classpath problems with Tomcat 3.2

2001-06-21 Thread Jeffrey Hood
Anyone have -any- explaniation of this??? I can't seem to get the following to work... entry in server.xml files: /home/jhood/dev/websource/tomcat: /WEB-INF /classes test.class /subdir1 /subdir2 I have test.jsp in /home/jhood/dev/websource/tomcat, and it fi

AW: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread Ralph Einfeldt
It sounds to me like you're not alway returning the connection to the pool or not closing the connection. But this is hard to say without the source of your java class. If you use a connection pool where you have access to the source code, look if the get and release methods can be intrumented

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: installing tomkat under linux: please help!

2001-06-21 Thread rino . mail
On Monday 18 June 2001 17:26, you wrote: > What are error messages? Can look in the log? Thankyou for answering me! I try to see in /logs but there is no information in this two files: jasper.log : 2001-06-18 02:38:27 - Scratch dir for the JSP engine is: /home/rino/tomkat/jakarta-tomcat-3.2.1/

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: Classpath problems with Tomcat 3.2

2001-06-21 Thread Filip Hanik
what is the URL you are using to access it? if it is http://dev.jhodd.com/subdir1/subdir2/test.jsp it should work right? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net >-Original Message- >From: Jeffrey Hood [mailto:[EMAIL P

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread Joe Laffey
On Thu, 21 Jun 2001 [EMAIL PROTECTED] wrote: > Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs) > Heh.. That's a real "intelligent" way to fileter messages!! Joe Laffey LAFFEY Computer Imaging St. Louis, MO -- Need to do multi-file string replacemen

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: mysteriously dying connections (Oracle <-> tomcat)

2001-06-21 Thread Filip Hanik
whenever you are done with a db call make sure you close _all_ statements (regular,prepared, callable) and _all_ resultsets. these objects are the objects referencing cursors to the database. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.fili

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

jsp needs updating

2001-06-21 Thread JeremyRayYoo
Hi, I am at the process of learning JSP, and there are some things I see problematic. If there is a solution for my problem please let me know. First I don't like the fact that there aren't enough standard tag libraries for pervasive operations like database, cookies, html parsing, etcThere

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

invoker interceptor for Tomcat

2001-06-21 Thread Nick Stoianov
Hi,   How can I have several different invoker interceptors? For example: I want to be able to call a servlet from http://www.myhost.com/servlets/name_of_the_servlet and also I want to be able to call a servlet from: http://www.myhost.com/newservlets/name_of_the_servlet   Thanks, Nick

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

RE: How to avoid of displaying the homepage file path

2001-06-21 Thread Kumar, Amit
Is everyone getting this email multiple number of times? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 2:06 PM To: [EMAIL PROTECTED] Subject: Re: How to avoid of displaying the homepage file path Messages with Subject ´Homepage´ are

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

Re: How to avoid of displaying the homepage file path

2001-06-21 Thread MAILER-DAEMON
Messages with Subject ´Homepage´ are not accepted here (Homepage.HTML.vbs)

  1   2   >