RE: Question about configuration

2001-02-27 Thread Stote, Robert
unni I'm on Win2k sorry I should have provided that thnx Rob -Original Message- From: Web master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 4:26 PM To: [EMAIL PROTECTED] Subject: Re: Question about configuration Hi Stote, What OS are u using? If you are

Re: Question about configuration

2001-02-27 Thread Web master
Hi Stote, What OS are u using? If you are using Win'98 or Win NT, please let me know, I will try my level best to help you. -Unni Stote, Robert wrote: > Hello: > > I was wondering...after I get apache and Tomcat installed where do I go from > there...I've read all the documentation (users

RE: Question about sessions

2001-02-16 Thread George McKInney
> -Original Message- > From: A Yang [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 3:05 PM > To: [EMAIL PROTECTED] > Subject: Question about sessions > > > If I instantiate a javabean from a JSP: > > scope="session"> > > > > and hand off control to a servlet where I retrie

Re: Question about sessions

2001-02-16 Thread Craig R. McClanahan
A Yang wrote: > If I instantiate a javabean from a JSP: > > scope="session"> > > > > and hand off control to a servlet where I retrieve the > session using: > > HttpSession session = req.getSession(false); > > Shouldn't session.isNew() return "false" because the > session already exists? > It

Re: Question> W2k is supported for IIS-Tomcat?

2001-02-12 Thread Gallicus
Using the same information you have found in "Tomcat IIS How to"  you  will be able to perform the redirection between Tomcat and IIS 5 (Win 2k) with no problems. Performance seams to me to be the same as in IIS 4 configuration but if you have a dtabase (like Access) on the same machine, the

Re: Question about preference within classpath...

2001-02-08 Thread Peiqiang Han Bis
Charles, The jar which is in $TOMCAT_HOME\lib takes precedence, because it is in the system CLASSPATH. For TOMCAT 3.2, the order in which classes are loaded is that bootstrap - ext - system classpath (CLASSPATH environment variable) - custom classloader (WEB-INF\classes or WEB-INF\lib). hope th

RE: question about load-on-startup

2001-02-05 Thread Michael Wentzel
I have a servlet which i want to load on startup. I have added the necessary line in thw web.xml file. This servlet reads a porperty file. I added this info as prams(name-value) in web.xml. However nothing seesms to be happening when i start tomcat. How do i check if the servlet has been loaded

Re: Question

2001-01-29 Thread Lavallee Computer Consulting, Inc.
and implementing Java enabled enterprise applications for your business. - Original Message - From: oliver2, andy <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 28, 2001 8:46 PM Subject: RE: Question > Suggestion: mysql and postgresql I believe both

Re: Question

2001-01-29 Thread Lavallee Computer Consulting, Inc.
PROTECTED] Sent: Sunday, January 28, 2001 7:18 PM Subject: Re: Question "Lavallee Computer Consulting, Inc." wrote: Thank you in advance for any help you can provide. I am a java enterprise developer and develop generally on my standalone noteboo

RE: Question

2001-01-28 Thread oliver2, andy
Suggestion: mysql and postgresql I believe both have windoze versions. They're both free too. -Original Message- From: Craig R. McClanahan To: [EMAIL PROTECTED] Sent: 1/28/01 7:18 PM Subject: Re: Question "Lavallee Computer Consulting, Inc." wrote: Thank you in advan

Re: Question

2001-01-28 Thread Craig R. McClanahan
"Lavallee Computer Consulting, Inc." wrote: Thank you in advance for any help you can provide. I am a java enterprise developer and develop generally on my standalone notebook where I use Jigsaw, JavaWebServer and Apache/Tomcat. All work fine. My notebook used Windows 98 and my application curr

Re: Question

2001-01-27 Thread Michael G. Anderson
Hi Mark, Are you using Rational Rose 4.0, 98, or other? regards, mike anderson "Baird, Mark" wrote: > I work for Rational software and was advised by our tech support while > trying to get an application with IIS running that the following error was > not a Rational issue, but a Tomcat issue

Re: Question about sessions..

2001-01-26 Thread John Clark L. Naldoza
Matt Goss wrote: > > John, > the getSession(false) only returns a session if it is not a new one (ie > if request is from another page inside the application). getSession(true) > always returns a session. > Matt Goss > > "John Clark L. Naldoza" wrote: > Thanks Matt, I am using getSession(fa

Re: Question about sessions..

2001-01-26 Thread Matt Goss
John, the getSession(false) only returns a session if it is not a new one (ie if request is from another page inside the application). getSession(true) always returns a session. Matt Goss "John Clark L. Naldoza" wrote: > Hello All, > > Why is it that I am getting a session, even though I have se

RE: Question regarding starting and shuting the tomcat server re motel y through a browser

2001-01-18 Thread Michael Wentzel
> Create an Servlet that call getRuntime.exec( > "/your_directory_to_tomcat/shutdown" ). > Good luck! I believe this solution would work for shutdown but then your out of luck. I think you need a restart instead of shutdown cause once you run shutdown you're SOL cause the servlet will be stoppe

RE: Question : thank you G.Nagarajan

2001-01-17 Thread Craig O'Brien
:07 AM To: [EMAIL PROTECTED] Subject: RE: Question There are many free JDBC drivers. If you are looking for sql*server, there is www.freetds.org. -Original Message- From: Daniel Merchante [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 5:44 PM To: '[EMAIL PROTECTED]

RE: Question

2001-01-17 Thread Ignacio J. Ortega
Hola Daniel: What version of JDK are you using? use jdk 1.3.0 its JDBC-ODBC bridge it's not bad at all it performs well with MSAccess and SQLServer. If you already use jdk 1.3.0, which DB are you trying ? if it's MsAccess ( well i know call MsAccess is a DB is somewhat ... silly) you are unlucky

RE: Question

2001-01-17 Thread G.Nagarajan
There are many free JDBC drivers. If you are looking for sql*server, there is www.freetds.org. -Original Message- From: Daniel Merchante [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 5:44 PM To: '[EMAIL PROTECTED]' Subject: Question Hi there: At this moment we are tryin

RE: Question

2001-01-15 Thread Hosahalli, RaghavendraX
goto "$tomcat_home$\conf" directory. "tomcat_hmoe" is the directory where you have tomcat. there exsists a file "server.xml". In your URL "source" is a context. to enalbe this you have to add a context called source. edit "server.xml" file and add an entry like this. - ignore this

RE: Question regarding org.apache.jasper.runtime.BodyContentImpl

2001-01-12 Thread Christopher Kirk
I am writting a Custom Tag, in the code out.flush gets called (I have no control over whether flush gets called or not.. the JSP1.1 specification says that flush _will_ be called). When flush is called against BodyContent, the following exception is thrown. IOException: Illegal to flush within

RE: Question about default servlet in Tomcat 3.2.1

2000-12-20 Thread Kitching Simon
Hi David, Tomcat 3.2.1 no longer reads the file $TOMCAT_HOME/conf/web.xml. It is a bit misleading that it is still in the distribution, but you can ignore anything in this file. Do you perhaps have something in *your* webapp's web.xml file that refers to DefaultServlet?? > -Original Message

Re: question on servlet contexts and class loaders and statics

2000-12-15 Thread Craig R. McClanahan
"Komatineni, Satya" wrote: > Take the scenario where multiple web applications are running under the same > JVM. Each of these web applications will have their own class loader and > servlet contexts. > > Can they share/use the same utility jar file? > what if the jar file has statics? > > For ex

Re: Question about Linux install of Tomcat 3.2 (is there an RPM y et)

2000-12-12 Thread Filip Hanik
-rule=SHARED_CHAIN \ --enable-module=so make make certificate TYPE=test make install - Original Message - From: "David Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 12, 2000 2:21 PM Subject: RE: Question about Linux install of Tomcat

RE: Question about Linux install of Tomcat 3.2 (is there an RPM y et)

2000-12-12 Thread David Thompson
ho does JWS on NT by day and am just trying out linux/apache/tomcat by night). take care, dt -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 1:49 AM To: [EMAIL PROTECTED] Subject: RE: Question about Linux install of Tomcat 3.2 (is there an

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-12 Thread GOMEZ Henri
>I am a linux newbie so this might be a stupid question but... >I have linux 6.2 installed (using Redhat). >I have Apache 1.3.14 running well. With mod_ssl ? >I have JDK 1.3 installed and working. IBM or SUN ? >Now to get to where I want to be, I want to get Tomcat 3.2 running with >Apache. Th

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-12 Thread GOMEZ Henri
>David Thompson wrote: >> >> What about the mod_jserv.so or whatever that connects Apache >to Tomcat? >> dt >> > >it's now mod_jk.so..;-) There is two method to connect an apache server to tomcat : - mod_jserv which use ajp12 protocol (from Apache JServ) - mod_jk which could use ajp12 and als

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread Filip Hanik
ember 11, 2000 5:31 PM Subject: Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet) David Thompson wrote: > > What about the mod_jserv.so or whatever that connects Apache to Tomcat? > dt > it's now mod_jk.so..;-) -- /) John Clark Naldoza y Lopez

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread John Clark L. Naldoza
David Thompson wrote: > > What about the mod_jserv.so or whatever that connects Apache to Tomcat? > dt > it's now mod_jk.so..;-) -- /) John Clark Naldoza y Lopez (\ / )Software Design Engineer II ( \ _( (__ Web-Application De

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread Ed Gomolka
Try here for RPM's: http://rpmized.free.fr > -Original Message- > From: Filip Hanik [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 11, 2000 6:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Question about Linux install of Tomcat 3.2 (is there an RPM > yet) >

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread Jeff Turner
There's RPMs for Tomcat (and a lot of other Apache stuff) listed at http://rpmized.free.fr/ It's also indexed at http://rpmfind.net. Specifically, you can get tomcat at ftp://ftp.falsehope.com/home/gomez/tomcat/ Once you've installed the RPM, fix and run `/etc/rc.d/init.d/tomcat start`, point y

RE: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread David Thompson
What about the mod_jserv.so or whatever that connects Apache to Tomcat? dt -Original Message- From: John Clark L. Naldoza [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 4:56 PM To: [EMAIL PROTECTED] Subject: Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread John Clark L. Naldoza
David Thompson wrote: > > I am a linux newbie so this might be a stupid question but... > I have linux 6.2 installed (using Redhat). > I have Apache 1.3.14 running well. > I have JDK 1.3 installed and working. > Now to get to where I want to be, I want to get Tomcat 3.2 running with > Apache. The

Re: Question about Linux install of Tomcat 3.2 (is there an RPM yet)

2000-12-11 Thread Filip Hanik
Tomcat is a pure Java application. there is a tar on the jakarta.apache.org website. just un-tar it and you are installed. so no need for an RPM since tomcat works of the relative directory structure. Filip - Original Message - From: "David Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: Question about Tomcat4.0 work with Apache

2000-11-30 Thread Craig R. McClanahan
KINGMAN wrote: > Tomcat4.0 have no config file tomcat-apache.conf in directory /TOMCAT_HOME/conf; > Tomcat is diffcult.If I make tomcat plug-in Apche.Then I need not config tomcat? Tomcat 4.0-m4 (and earlier) did not support connection to Apache. It only runs in stand-alone mode. The code t

RE: question about RequestDispatcher.forward() in tomcat

2000-11-14 Thread Kedar Choudary
RequestDispatcher rd = ctx.getNamedDispatcher("jsp"); rd.include(req, res); } } --- -Original Message- From: Lacerda, Wellington (AFIS) [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 4:03 PM To: '[EMAIL PROT

RE: question about RequestDispatcher.forward() in tomcat

2000-11-13 Thread Lacerda, Wellington (AFIS)
I wrote a small MVC framework and I have my controller mapped to a common name like "dispatch.htm" and I send all requests directly to it, with a parameter specifying the action. So, all the requests are always like: do something It's working fairly well. Wellington Silva UN/FAO -Original

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Chen, Kevin
PROTECTED]] Sent: Thursday, November 09, 2000 9:32 AM To: '[EMAIL PROTECTED]' Subject: RE: question about RequestDispatcher.forward() in tomcat Kevin, many moons ago and before struts, we implemented something that looks similar to what you are seeking. We mapped a uri(no extensions) th

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Byung Jin Chun
there wasn't any bypassing. Jin -Original Message- From: Chen, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 10:20 AM To: '[EMAIL PROTECTED]' Subject: RE: question about RequestDispatcher.forward() in tomcat I want to centralized security check for ea

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Chen, Kevin
to it again. Is this a bug? Thanks, kevin -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 6:30 PM To: [EMAIL PROTECTED] Subject: Re: question about RequestDispatcher.forward() in tomcat What I do in the Struts framework <h

Re: question about RequestDispatcher.forward() in tomcat

2000-11-08 Thread Craig R. McClanahan
What I do in the Struts framework , which implements the MVC pattern you are talking about, is map a different extension for the logical actions (normally, these will be the values you use for hyperlinks and form submits). I like to use "*.do" because it implies

Re: Question on what character encoding to use for URI-decoding

2000-11-06 Thread servletAPI-feedback
Thank you for your feedback on the Servlet API. Your feedback will be read by an engineer on the Java Servlet API Team and given serious consideration. We will contact you directly if we have further questions about your feedback. --

Re: Question on

2000-10-26 Thread Jason Bowman
To quote another response to a previous thread: >Read 5.1 point in Servlet 2.2 specification. >getParameter works only for application/x-www-form-urlencoded content types. >Konrad mailto:[EMAIL PROTECTED] However a servlet can receive a multipart/form-data post request, it just has to handle the

Re: Question about J2SDK

2000-10-22 Thread Kane
Christian Schulz: Modify the bin/tomcat.sh. 2000-10-17 23:56:00 >Hello, > >how can I tell Tomcat 3.1 to start java with parameter -server ? > >Thanks ! > >Christian Kane [EMAIL PROTECTED]

<    1   2   3   4   5   6