problems with session.

2002-04-24 Thread Matthias Hanel
I'm developing my webapp with JBuilder4. When I'm testing my webapp with the tomcat, integrated in JBuilder I don't have any problems with the session. (Browsersettings: No cookies) Everything works just fine. But when I start the webapp under my regular tomcat I can't keep track over my sessions.

Re: Access error pages defined in web.xml from a Servlet

2002-04-24 Thread Stefan AUFISCHER
> hi! > so your solution would be very portable because every container must support > that!? > > -mw The spec makes me believe that, but I've only tried it with Tomcat 3.3 so far. -Stefan - 4.4 Resources [snip] * getResource * getResourceAsStream Both the getResource an

Re: Decompling .class file to .java file???(Urgent)

2002-04-24 Thread [Anurag Ranjan]
Download decafe from download.com Bikash Paul wrote: > Hi all friends, > > Is there any way for decompling .class to .java > file.plz help me it is very urgent.Any help will be > highly appreciated. > > Regards > Bikash > > __ > Do You Yahoo!? > Y

Re: Pagination in JSP

2002-04-24 Thread ShriKant Vashishtha
Have a look on this approach. Submit the query information for a page to a Controller ( In this case to a Servlet ) which will decide what action to be performed. 1. For first page, build the query for 10 rows only. Store all this information(related to retrieving information) inside a class obje

Re: Decompling .class file to .java file???(Urgent)

2002-04-24 Thread Clinton Sandy
Try this: http://members.fortunecity.com/neshkov/dj.html ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/

Re: Decompling .class file to .java file???(Urgent)

2002-04-24 Thread Murat Buyukkal ([EMAIL PROTECTED])
Title: RE: Decompling .class file to .java file???(Urgent) Serach for "DJ Java Decompiler 2.9" Murat. -Original Message- From: Bikash Paul [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:20 AM To: [EMAIL PROTECTED] Subject: Decompling .class file to .java file???(Urgent

Decompling .class file to .java file???(Urgent)

2002-04-24 Thread Bikash Paul
Hi all friends, Is there any way for decompling .class to .java file.plz help me it is very urgent.Any help will be highly appreciated. Regards Bikash __ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/

Re: JSP file not found.

2002-04-24 Thread Sathya
Hey thanks a lot it worked by removing the space for the folder names. I alot got this doubt but did not try as the same thing was working on NT ...i.e with spaces. Thank you very much anyway... Sathya - Original Message - From: "Dinesh Villuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: can anybody pls tell me what framework is

2002-04-24 Thread Sandra Cann
Please have a look at the following article: Frameworks for Building Component Based Applications article: http://www.jcorporate.com/econtent/Content.do?state=resource&resource=702 > -Original Message- > From: A mailing list for discussion about Sun Microsystem's Java Servlet > API Techn

Re: Servlet for index page

2002-04-24 Thread Gang Zhang
You can have a jsp as index page and has it to forward the request to a servlet That will give the apperance of a servlet welcome page. Gang - Original Message - From: "Chen, Gin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 11:31 AM Subject: Servlet for i

Re: Servlet for index page

2002-04-24 Thread Christopher K. St. John
Nic Ferrier wrote: > > > I just tried Tomcat 4 HEAD (soon to be 4.1) and it doesn't. > > I'm apalled. The 2.3 spec clearly allows it. I'm especially > > disappointed since I was hoping to steal the code for MinTC :-) > > Should use Paperclips I guess /8-> > I cvs'ed a recent version but haven't

Re: simple question

2002-04-24 Thread Nic Ferrier
Lance Prais <[EMAIL PROTECTED]> writes: > I am not sure what is going wrong here could someone please help. > > I want to set a value to an input box. This value is passed from a previous > form. > I would normally do it this way. > style="text-align: Left; width: 280" tabindex="1" maxlength="5

Re: Servlet for index page

2002-04-24 Thread Nic Ferrier
"Christopher K. St. John" <[EMAIL PROTECTED]> writes: > Nic Ferrier wrote: > > > > As I said in my last mail, newer versions of containers should be > > doing this now (or soon). It was flagged on the spec team list after > > Jason came up with the hack. > > > > I just tried Tomcat 4 HEAD (soon

Re: simple question

2002-04-24 Thread Galbreath, Mark
change <%QueryText%> to <%=QueryText%> Mark -Original Message- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 4:30 PM To: [EMAIL PROTECTED] Subject: simple question I am not sure what is going wrong here could someone please help. I want to set a value to

Re: Servlet for index page

2002-04-24 Thread Christopher K. St. John
Nic Ferrier wrote: > > As I said in my last mail, newer versions of containers should be > doing this now (or soon). It was flagged on the spec team list after > Jason came up with the hack. > I just tried Tomcat 4 HEAD (soon to be 4.1) and it doesn't. I'm apalled. The 2.3 spec clearly allows it

Re: simple question

2002-04-24 Thread Nath, Vinay (CORP, GEITC)
you need to use an expression element instead of scriptlet ( <%= QueryText%> instead of <%QueryText%>) also do care to leave a whitespace between each html attribute. regards, Vinay -Original Message- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:00 AM

simple question

2002-04-24 Thread Lance Prais
I am not sure what is going wrong here could someone please help. I want to set a value to an input box. This value is passed from a previous form. I would normally do it this way. I am using Iplanet and when I do the above statement it blows up. Thank you in advance Lance __

Re: NEWBIE HELP

2002-04-24 Thread Galbreath, Mark
John, I was only joking. Tomcat has it's own user group (jakarta.apache.org/tomcat)and topics like yours are discussed at length in there all the time, and its archive is filled with great stuff to get you going. Mark -Original Message- From: John G Casey [mailto:[EMAIL PROTECTED]] Sen

Re: Re@ Compiling JSP's

2002-04-24 Thread Nic Ferrier
"Chen, Gin" <[EMAIL PROTECTED]> writes: > Oh.. i didnt realize that. I always thought that the JSP would be translated > to a Servlet and from there the regular javac would be involked (like if it > were a Servlet). I didnt know there were tools to by pass the conversion > phase. > I always use t

Re: NEWBIE HELP

2002-04-24 Thread John G Casey
Galbreath, Mark wrote: >;-) I WOULD like to know what university is graduating CS students who >can't install and configure Tomcat! (Maybe they don't teach RTFM/STFW >anymore?) > >Mark > Thank you for you comment. My University only goes into Java 2 Standard Edition. I myself am learning about

Re: [off topic] keep generated option in websphere

2002-04-24 Thread Galbreath, Mark
Title: RE: [off topic] keep generated option in websphere A thread advising users to stay on topic and make an effort to get answers from other sources before posting here is entirely relevant.  All you did was add to the noise.   Mark -Original Message-From: Adams, Dick W [mailto:[

Re: [off topic] keep generated option in websphere

2002-04-24 Thread Prabhu, Deepak
Title: RE: [off topic] keep generated option in websphere Well, did some homework, couldn't get to it and it seems so tempting ..the easy way out :) Maybe its time I got onto the websphere mailing list too :)   Deepak -Original Message-From: Galbreath, Mark [mailto:[EMAIL PROTECTED]

Re: [off topic] keep generated option in websphere

2002-04-24 Thread Adams, Dick W
Title: RE: [off topic] keep generated option in websphere Please put this thread on some other mailing list.  Tks. -Original Message-From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 24, 2002 2:43 PMTo: [EMAIL PROTECTED]Subject: Re: [off topic] keep gene

Re: [off topic] keep generated option in websphere

2002-04-24 Thread Galbreath, Mark
Title: RE: [off topic] keep generated option in websphere Many of us have learned the hard way from Nic, Milt and Christopher (and Tonya) that it pays to do some homework before asking questions here  :-)   Mark -Original Message-From: Prabhu, Deepak [mailto:[EMAIL PROTECTED]]Se

Re: [off topic] keep generated option in websphere

2002-04-24 Thread Prabhu, Deepak
Title: RE: [off topic] keep generated option in websphere was looking for an easy way out there :) Deepak -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 3:37 PM To: [EMAIL PROTECTED] Subject: Re: [off topic] keep generated option

Re: [off topic] keep generated option in websphere

2002-04-24 Thread Galbreath, Mark
LOL -Original Message- From: Nic Ferrier [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 3:22 PM To: [EMAIL PROTECTED] Subject: Re: [off topic] keep generated option in websphere "Prabhu, Deepak" <[EMAIL PROTECTED]> writes: > Do any of you know where to set the keep generate

Re: Re@ Compiling JSP's

2002-04-24 Thread Chen, Gin
Oh.. i didnt realize that. I always thought that the JSP would be translated to a Servlet and from there the regular javac would be involked (like if it were a Servlet). I didnt know there were tools to by pass the conversion phase. I always use the keepgenerated option so I guess that's why its i

Re@ Compiling JSP's

2002-04-24 Thread Nic Ferrier
"Chen, Gin" <[EMAIL PROTECTED]> writes: > There's usually something called jspc that functions like the javac for > regular .java files. You run that on your .jsp files and it will first > translate it into a Servlet (with a regular .java extension) before > compiling it into a .class file. Not

Re: [off topic] keep generated option in websphere

2002-04-24 Thread Nic Ferrier
"Prabhu, Deepak" <[EMAIL PROTECTED]> writes: > Do any of you know where to set the keep generated option in > websphere ? Yes thanks. I found out by reading the manual. Nic ___ To unsubscribe, send email to [EMAIL PROTEC

[off topic] keep generated option in websphere

2002-04-24 Thread Prabhu, Deepak
Do any of you know where to set the keep generated option in websphere ?   Deepak -Original Message-From: Chen, Gin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 24, 2002 2:54 PMTo: [EMAIL PROTECTED]Subject: Re: Compiling JSP's There's usually something called jspc that fun

Re: Compiling JSP's

2002-04-24 Thread Chen, Gin
There's usually something called jspc that functions like the javac for regular .java files. You run that on your .jsp files and it will first translate it into a Servlet (with a regular .java extension) before compiling it into a .class file. One thing you should know is that a jsp is just anot

Re: Compiling JSP's

2002-04-24 Thread Kumar P Dhanyamraju
Thanks Aruna - Original Message - From: Galbreath, Mark To: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 1:48 PM Subject: Re: Compiling JSP's A compiled JSP is a servlet - a Java class; it is compiled using the JSP compiler that comes with your ser

Re: Compiling JSP's

2002-04-24 Thread Galbreath, Mark
A compiled JSP is a servlet - a Java class; it is compiled using the JSP compiler that comes with your servlet container (read the documentation).  For example, in JRun it's Jikes; in Tomcat it's Jasper.   Mark -Original Message-From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Se

Re: Servlet for index page

2002-04-24 Thread Nic Ferrier
"Chen, Gin" <[EMAIL PROTECTED]> writes: > Hey Nic and Christopher, > > Thanks for the replies. As of yet I havent had much success with it > on Tomcat 4.0.1 (I'm using the one with JBoss integrated from the jboss > site). The method suggested by Jason Hunter was the one that I tried (wher

Compiling JSP's

2002-04-24 Thread Kumar P Dhanyamraju
Hello All,   I apologise for asking a small question like this. But I could not find the answer for this question. I am very intersted in knowing about this. How is a .jsp(compiled) generated? Is it like a .class that is generated from a java file compilation. I would also like to find out i

Re: Servlet for index page

2002-04-24 Thread Nic Ferrier
"Christopher K. St. John" <[EMAIL PROTECTED]> writes: > "Chen, Gin" wrote: > > > > I want to have my webapplication come in to a servlet instead of a > > JSP. > > > > The welcome file list can point to anything, it doesn't > have to point an html or jsp file. > > SRV.9.10 Welcome Files > ...

Re: Servlet for index page

2002-04-24 Thread Chen, Gin
Hey Nic and Christopher, Thanks for the replies. As of yet I havent had much success with it on Tomcat 4.0.1 (I'm using the one with JBoss integrated from the jboss site). The method suggested by Jason Hunter was the one that I tried (where I faked it into having a .jsp and .html extensio

Re: Servlet for index page

2002-04-24 Thread Nic Ferrier
"Chen, Gin" <[EMAIL PROTECTED]> writes: > I want to have my webapplication come in to a servlet instead of a > JSP. I know with JSPs and/or HTML index files, you can name them in the > welcome file list. But how do you do that for a servlet? Not all containers support doing that. However

Re: Servlet for index page

2002-04-24 Thread Christopher K. St. John
"Chen, Gin" wrote: > > I want to have my webapplication come in to a servlet instead of a > JSP. > The welcome file list can point to anything, it doesn't have to point an html or jsp file. SRV.9.10 Welcome Files ... The welcome file list is an ordered list of partial URLs with no trail

Re: Antwort: Re: Access error pages defined in web.xml from aServlet

2002-04-24 Thread Christopher K. St. John
Michael Weller wrote: > > so your solution would be very portable because every container > must support that!? > Sort of, the spec explicitly allows access to web.xml (if it exists): SRV.9.5 Directory Structure However, the contents of the WEB-INF directory are visible to servlet cod

Re: Printing

2002-04-24 Thread Branden Root
Michael, You are correct, I don't want to print on the client (otherwise I would have asked a javascript mailing list.) Thanks for pointing me in the right place, here's the link if anyone else is/was interested: http://java.sun.com/products/java-media/2D/forDevelopers/sdk12print.html

Re: Problem sending a pdf file from servlet

2002-04-24 Thread Dinesh Villuri
I struggled a lot in handling pdfs. There are lot compatiability issues with different versions of IE, Netscape and Acrobat Reader. The way I resolved is, write the stream to a file(.pdf) and then open that file like any other jsp or html. This way I could able to manage it work on all versions o

Servlet for index page

2002-04-24 Thread Chen, Gin
Hi all, I know this question was already asked before, but I cant find an replies on it. I want to have my webapplication come in to a servlet instead of a JSP. I know with JSPs and/or HTML index files, you can name them in the welcome file list. But how do you do that for a servl

Re: Problem sending a pdf file from servlet

2002-04-24 Thread Rodenas López, José Luis
Title: RE: Problem sending a pdf file from servlet see Micro$oft Internet Explorer <6 bug Q293792 seems there is'nt a good workaround yet... -Mensaje original- De: Ken Barron [mailto:[EMAIL PROTECTED]] Enviado el: miércoles 24 de abril de 2002 16:18 Para: [EMAIL PROTECTED

Oggetto: Re: Problem sending a pdf file from servlet

2002-04-24 Thread Ken Barron
Thanks Eric - I'd basically come to the same solution myself. Seems to be yet another example of IExplorer not following the HTTP spec very closely ?!? If anyone has any other workarounds please let me know - I'd prefer to avoid generating the files on the server if I can. Ken __

Re: Problem sending a pdf file from servlet

2002-04-24 Thread Eric Hanson
I believe this related to a known issue with Internet Explorer where it ignores the first response content and sends a second request... although I only know that to happen with certainty when hitting a doPost() as opposed to a doGet(). This problem has been nagging us (and our customers) for seve

Re: JSP file not found.

2002-04-24 Thread Dinesh Villuri
Sometimes the space between Program and files(Program Files) or New and Atlanta(New Atlanta) could be problem. Try a differnt directory or remove spaces between them. All the best, Dinesh -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Tec

Problem sending a pdf file from servlet

2002-04-24 Thread Ken Barron
Hi I've seen a few similar questions on this mailing list but no answers yet. I'm invoking a servlet through the showDocument() method in my Applet. The doGet() method of the servlet generates a pdf file and writes it to the OutputStream. - In the Visual Age Websphere test environment, the file

Re: JSP file not found.

2002-04-24 Thread Sathya
Thanks for the suggestion...but i need to work with this because I have this at my client end already and there it is perfectly working fine on NT... I am facing all sorts of problems while doing with 2000. Hope somehow I can slove this... Sathya - Original Message - From: "Michael Well

Re: Honey

2002-04-24 Thread L-Soft list server at Sun Microsystems Inc. (1.8d)
> Content-Type: application/octet-stream; Unknown command - "CONTENT-TYPE:". Try HELP. > name=jakarta.apache[1].htm Unknown command - "NAME=JAKARTA.APACHE[1].HTM". Try HELP. > Content-Transfer-Encoding: base64 Unknown command - "CONTENT-TRANSFER-ENCODING:". Try HELP. > Content-ID: Unknown comm

Re: NEWBIE HELP

2002-04-24 Thread Kumar P Dhanyamraju
Hello John, Just go to the site http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and download the appropriate binary build based on your Operating system. After download if you goto tomcat\webapps\tomcat-docs there is a document Running.txt follow the instuctions exactly as written i

Re: Pagination in JSP

2002-04-24 Thread ShriKant Vashishtha
Try to use the J2EE Page by Page Iterator pattern which is just meant for it. Retrieving the whole information will be bottleneck for the performance. Have a look on http://java.sun.com/j2ee/blueprints/design_patterns/page_by_page_iterator/index.html "[Aruniima Chakrabarti

Re: Pagination in JSP

2002-04-24 Thread Arunkumar_N
Hello, Thank you very much. I think there are still better methods of doing it, like JSP-Tags etc Regards Arun > -- > From: [Aruniima > Chakrabarti][SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology

Re: NEWBIE HELP

2002-04-24 Thread Chen, Gin
LOL. Well alot of school dont even teach BS student J2EE topics such as servlets. So I'm more curious what school he's in that is. That's usually reserved for Masters or PhD Or am I dating myself? I'm not that old! (yet *grimace*) Well at least my college taught me RTFM/STFW although they used kin

Re: Pagination in JSP

2002-04-24 Thread Jozef Chocholacek
[Aruniima Chakrabarti] wrote: > This can be done using JavaScript. You can get the desired set of > records from the database & display those records using JavaScript > functions. > I am enclosing the code below for a program which allows you to display data > from the database, one record

Re: where i will get driver for connectivity to SQL server7.0 through applet

2002-04-24 Thread Paul Bonfanti
There are several drivers that will allow you to do this. You might want to try the JTurbo driver which can be downloaded from www.newatlanta.com. Paul > -Original Message- > From: A mailing list for discussion about Sun Microsystem's Java Servlet > API Technology. [mailto:[EMAIL PROTEC

Re: NEWBIE HELP

2002-04-24 Thread Harpreet Singh
Mark there is no need to be arrogant, remember someday there could be reversal of roles :) -Harpreet - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 6:49 PM Subject: Re: NEWBIE HELP > ;-) I WOULD like to know wha

Re: NEWBIE HELP

2002-04-24 Thread Galbreath, Mark
;-) I WOULD like to know what university is graduating CS students who can't install and configure Tomcat! (Maybe they don't teach RTFM/STFW anymore?) Mark -Original Message- From: Godbey, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 8:44 AM To: [EMAIL PROTECTED] Su

Re: JSP file not found.

2002-04-24 Thread Michael Weller
hi! get a copy of tomcat (seems like servletexec has problems with itself)!!! -mw - Original Message - From: "Sathya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 11:43 PM Subject: Re: JSP file not found. > I am using win 2000 professional... > ANy sugges

Re: NEWBIE HELP

2002-04-24 Thread Michael Weller
LOveryL! and now I'm sure that I won't go to university!!! -mw - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 12:02 PM Subject: Re: NEWBIE HELP > Thank you for your message. I suddenly feel much more job securit

Re: Printing

2002-04-24 Thread Michael Weller
hi! i don't think that he wanted the client to print out the pages it requested, but he wants the server to print something after an event happened. in this case printing in a servlet doesn't differ in any way from printing in a java application. please refer to the java tutorial which is availabl

Re: Pagination in JSP

2002-04-24 Thread Jozef Chocholacek
Arunkumar_N wrote: > Is there any logic to display 10 records at a time,where data is > obtained dynamically from Database > & a button to navigate back & forth in JSP. You must write it or use some framework like DBForms (http://www.dbforms.org) or HyperQbs (http://www.hyperqbs.org -

Re: Antwort: Re: Access error pages defined in web.xml from a Servlet

2002-04-24 Thread Michael Weller
hi! so your solution would be very portable because every container must support that!? -mw - Original Message - From: "Stefan AUFISCHER" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 1:42 PM Subject: Antwort: Re: Access error pages defined in web.xml from a

Re: Pagination in JSP

2002-04-24 Thread Michael Weller
hi! search the archives: i'm sure you'll find an answer! maybe this helps ,too: http://www.theserverside.com/patterns/thread.jsp?thread_id=12899 -mw - Original Message - From: "Arunkumar_N" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 12:24 PM Subject: Pagi

Re: NEWBIE HELP

2002-04-24 Thread Godbey, David
Now now, Mark, behave yourself! -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 6:02 AM To: [EMAIL PROTECTED] Subject: Re: NEWBIE HELP Thank you for your message. I suddenly feel much more job security. Mark -Original Message---

Re: Pagination in JSP

2002-04-24 Thread [Aruniima Chakrabarti]
Hi Arun, This can be done using JavaScript. You can get the desired set of records from the database & display those records using JavaScript functions. I am enclosing the code below for a program which allows you to display data from the database, one record at a time. & allows the user t

Antwort: Re: Access error pages defined in web.xml from a Servlet

2002-04-24 Thread Stefan AUFISCHER
I think the "most portable" solution is to fetch web.xml as stream, so the Container will decide where to get it from: InputStream webXml = servletContext.getResourceAsStream ("WEB-INF/web.xml"); Greetings -Stefan -- Stefan Aufischer mailto:[EMAIL PROTECTED] http://www.grz.at Christopher K.

Pagination in JSP

2002-04-24 Thread Arunkumar_N
Hello, Is there any logic to display 10 records at a time,where data is obtained dynamically from Database & a button to navigate back & forth in JSP. Please look into this Regards Arun ** This email (including any

can anybody pls tell me what framework is

2002-04-24 Thread Raghava Krishna (CTC)
i am new to developing a thin client web application. i coded the fornt end screen in html and javascript and applets. now i have to introduce this business into a frame work. please any on let me know what is a frame work.? and how to design it.please suggest me with info about design of a frame

Re: NEWBIE HELP

2002-04-24 Thread Galbreath, Mark
Thank you for your message. I suddenly feel much more job security. Mark -Original Message- From: John G Casey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 3:16 AM Hey all, I am a university student, in my last year of BS in CS and I have been working with Java for a few

Tomcat And Cocoon 2.0 + installation help....

2002-04-24 Thread Raghupathy, Gurumoorthy
Dear All, Can anyone help me out ... for installing Cocoon 2.0 + on my windows platform ? The problem is i have tomcat 4.0.2 and documentation is avaiable for 4.0.1 and 4.0.3 only. If any one has configured cocoon for 4.0.2 version of tomcat

Re: can somebody tell me some good

2002-04-24 Thread Avinash Pedgaonker , SA, NIC
Dear Matthias, I am developing an web application -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Matthias Hanel Sent: Thursday, April 18, 2002 1:14 PM To: [EMAIL PROTECTED] Subject: can som

Antwort: Re: Access error pages defined in web.xml from a Servlet

2002-04-24 Thread Stefan AUFISCHER
Hi Christopher, I've already implemented a WebXmlReader which provides information about the whole web.xml file. But--as you say--this is quite ugly because it might not be portable. The solution to require additional context-params in web.xml is not satisfactory. One would have to maintain two

Re: where i will get driver for connectivity to SQL server7.0 through applet

2002-04-24 Thread andrea
have you visited : http://java.sun.com/products/jdbc/index.html ? andrea - Original Message - From: "Avinash Pedgaonker , SA, NIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 8:12 AM Subject: where i will get driver for connectivity to SQL server7.0 throug

Re: NEWBIE HELP

2002-04-24 Thread Rajesh Nair
Hi I think this is the best place to know more about configuring and deploying servlets ,Jsp's in Tomcat http://www.moreservlets.com/Using-Tomcat-4.html regards Rajesh Nair *** REPLY SEPARATOR *** On 4/24/02 at 7:15 PM John G Casey wrote: Hey all, I am a university student, i

NEWBIE HELP

2002-04-24 Thread John G Casey
Hey all, I am a university student, in my last year of BS in CS and I have been working with Java for a few years. But I have to say I am finding my self quite lost with Tomcat deployment. I meen I can code a Servlet ( Well I know the rules and all) but to actually get it working on the server is