HTTP Error 404 with Tomcat 4.1.18

2003-01-10 Thread Nihita Goel
Hi, Would be grateful if anyone could help. It is something basic but I have been trying and there's no help ... I have installed TomCat 4.1.18 over RH Linux and am able to run succesfully but for a problem I am facing in deploying my own application. As given in the documentation I have creat

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Shawn
Stab in the dark. Try taking out the extra spaces in things like snoop to be snoop Stupid guess. Hope it doesn't waste your time. Shawn - Original Message - From: "Steve R Burrus" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, Jan

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Shawn
uuh, sorry. It seems valid according to the check I did. I was just assuming it wasn't valid. I'm not anyone special. Shawn - Original Message - From: "Steve R Burrus" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 3:46 PM Subject: Re:

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Steve R Burrus
Dear Shawn, Hi I have never heard from u ever before, but here "in all of its' glory" is the web.xml file in question. Happy Reading! __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com http://java.sun

Re: Need help w. servlet mapping tag.

2003-01-10 Thread Shawn
I can't ell the problem without seeing your web.xml Shawn - Original Message - From: "Steve R Burrus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 3:08 PM Subject: Need help w. servlet mapping tag. > Hello all, I need help with setting the servlet tags as

Need help w. servlet mapping tag.

2003-01-10 Thread Steve R Burrus
Hello all, I need help with setting the servlet tags as contained in the web.xml file to be able to FINALLY see/view either a JSP or a Servlet!! When I start up Tomcat, I seem to get this damn error msg. : SEVERE: Parse Error at line 14 column 46: The content of element type "servlet-m apping" i

unable to create Directory

2003-01-10 Thread seemanto
hi I have tomcat 3.2.3 running on win/98. There is a thread running which tries to create a directory in the specified location through the use of File.mkDir().This method is returning false,in effect i am not able to create the directory. The abstract file path passed on to the File object i

Using XmlDocument with Tomcat

2003-01-10 Thread kamlesh thakur
hello friends, I am using XmlDocument class to modify a xml document in a method inside a Java Class and calling the method of that class in a webl program. I have copied JAXParsers.zip file in the D:\tomcat\common\lib folder of the Tomcat web server and I have imported the following packages

Re: request for extra information

2003-01-10 Thread Bill Barker
Even I don't remember anything about tomcat1.1.1. However, there are still people on the dev list that consider it a swear word ;-). It's got more bugs than your basic rotten log. Any of the current released versions of Tomcat have much easier IIS integration. Upgrade to 3.3.1/4.0.4/4.1.18 firs

Re: Cookies

2003-01-10 Thread Bill Barker
"Paul Yunusov" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Friday 10 January 2003 04:23 pm, Luc Foisy wrote: > > Is the Cookie defined in the Servlet API permanent by default? It doesnt > > really say that in the docs. You might be able to assume that sin

Re: filters - need to ADD a header to incoming request

2003-01-10 Thread David Orriss Jr
Another Q.. Wouldn't I *also* have to extend getHeaderNames so that the new request header would *know* about the name *as well as* the value to be returned? Thanks again Tim. On Friday, January 10, 2003 6:34 PM, Tim Funk <[EMAIL PROTECTED]> wrote: > Create a class which extends HttpServletRequ

Re: How do I set a default servlet?

2003-01-10 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Is that the only bad thing about it. The reason I'm asking is because the > servlet that I'm wanting to map is the one that generates all the web > pages. So if someone goes to http://www.myserver.com I want that

Big integration issue

2003-01-10 Thread David Jenkins
Doing a little research for my work. We're looking at a few main possibilities, depending on the reliability, supportability, etc. I should probably post part of this on the Apache Users list, but I'm hoping maybe some of the users here might have experience in this as well. We want to be able

Re: filters - need to ADD a header to incoming request

2003-01-10 Thread David Orriss Jr
Sorry.. I meant Tim... :-/ -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: filters - need to ADD a header to incoming request

2003-01-10 Thread David Orriss Jr
Tom, You ROCK! On Friday, January 10, 2003 6:34 PM, Tim Funk <[EMAIL PROTECTED]> wrote: > Create a class which extends HttpServletRequestWrapper and extend > getHeader and getHeaders > -- David Orriss Jr. Want ICQ/AIM/MSN ID's? Just Ask... -- To unsubscribe, e-mail:

Re: filters - need to ADD a header to incoming request

2003-01-10 Thread Tim Funk
Create a class which extends HttpServletRequestWrapper and extend getHeader and getHeaders In your filter, you would create your subclassed HttpServletRequestWrapper and then call: doFilter(yourWrappedHttpServletRequestWrapper , response) HttpServletRequestWrapper is part of the Servlet 2.3 API

filters - need to ADD a header to incoming request

2003-01-10 Thread David Orriss Jr
HELP! Now that I have that out of the way I have a filter that needs to add to the incoming request a header (let's say it's called XUserName) if it's not already in the request header. I can't for the LIFE of me figure out how to do it. Can someone throw me a bone here?!?!? Thanks! -- Da

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread Paul Carpenter
Daren That's interesting, I'm using the mod_jk connectot and warp, but still have the null problem. What does your Apache config look like? Paul On Saturday, January 11, 2003, at 08:52 AM, Daren R. Sefcik wrote: Humm...well what do you know..I now have it working! I was using a WARP Conne

Re: Logging (was Re: How do I...)

2003-01-10 Thread Will Hartung
> From: "Dan Lipofsky" <[EMAIL PROTECTED]> > Sent: Friday, January 10, 2003 3:04 PM > Subject: Logging (was Re: How do I...) > Another question: > The default loggers roll over the file at midnight and timestamp them > with the date. For the develeopment servers, which we restart many > times a

Re: [Fatal Error] :-1:-1: Premature end of file.

2003-01-10 Thread Jeffrey Winter
Yikes, Almost the exact second I hit "send" on my last message, I realized that the issue is probably the Content-Type, and in fact, changing the request header to Content-Type:text/xml caused the issue with POST to go away completely and my app functions fine. My only remaining question is

[Fatal Error] :-1:-1: Premature end of file.

2003-01-10 Thread Jeffrey Winter
I am getting a Fatal Error when POSTing, but not PUTing, some XML data to my servlet. In the Command Window the following is shown: "[Fatal Error] :-1:-1: Premature end of file." I also print out the Exception that I caught: Error: org.xml.sax.SAXParseException: Premature end of file. Th

RE: Java Bean Scope questions (a lengthy one)

2003-01-10 Thread Noel J. Bergman
Denise, You might code the buttons as something like: Then within your webapp controller, you can call request.getParameter("formAction"), and if formAction is CANCEL, you can reset your bean. --- Noel -- To unsubscribe, e-mail: For additional comm

Re: HTTPS to HTTP

2003-01-10 Thread Dan Damon
Raiden, If you really want to maintain the session between HTTPs and HTTP you can do it by writing the link to the insecure page with the session id like this: (using JSP) >From the insecure page: "> The same thing will work going from insecure to secure. Your session will get dragged aroun

RE: Java Bean Scope questions (a lengthy one)

2003-01-10 Thread Denise Mangano
Thank you!! Thank you!! Thank you!! Tim - The reset worked like a charm. Thank you very much for ALL your help!! I could not find a single other problem with this form validation, so it looks like this is it!! (keeping fingers crossed) I ended up resetting the index first thing in the validate

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread David Durst
Nope, I don't believe after check my server.xml that the below is the problem. > I had that error too and just reproduced it again to be sure of how I > resolved it. > > Let's say the following is a correct entry in server.xml: > > debug="5" reloadable="true" crossContext="true"> > > but I

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread shawn
I had that error too and just reproduced it again to be sure of how I resolved it. Let's say the following is a correct entry in server.xml: but I make a mistake and use **Notice the D vs d in the context path** Then I get a Cannot load JDBC driver class 'null' error message With the root

Re: [ OT ] what source code control system?

2003-01-10 Thread Jon Eaves
Noel J. Bergman wrote: Despite the fact that it is widely used, the list of problems with CVS is long and distinguished. I'll disagree here. CVS is missing some features that other people find very desirable in a source control system. This doesn't mean it has a long list of problems. The only

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread David Durst
> Humm...well what do you know..I now have it working! > > I was using a WARP Connector using mod_webapp. > I just configured a mod_jk connector instead > and now it works..maybe this is a WARP bug issue?? > > http://issues.apache.org/bugzilla/show_bug.cgi?id=6048 > > I am curious to know if anybod

RE: Authentication and Filters

2003-01-10 Thread Craig R. McClanahan
On Fri, 10 Jan 2003, Jacob Hookom wrote: > Date: Fri, 10 Jan 2003 08:37:06 -0600 > From: Jacob Hookom <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: Authentication and Filters > > Authentication aside, does the s

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread Daren R. Sefcik
Humm...well what do you know..I now have it working! I was using a WARP Connector using mod_webapp. I just configured a mod_jk connector instead and now it works..maybe this is a WARP bug issue?? http://issues.apache.org/bugzilla/show_bug.cgi?id=6048 I am curious to know if anybody else having t

How many sessions are running?

2003-01-10 Thread Michael Muratet
Greetings I'm a little confused by the language of the documentation for the manager app. Is the number of sessions shown the number of people actively using a given web application, or the number that are about to time out, or what? Thanks. Mike -- To unsubscribe, e-mail:

Failed to find JAAS LoginModule with Tomcat 3.2

2003-01-10 Thread David You
Hi, Question, I am using JBuilder 6 with Tomcat 3.2 and jdk1.4. I set -Djava.security.auth.login.config=jaas.conf and obviously it found jass.conf. But it seems it could not find the LoginModule. I know it most likily a classloader problem. Anyone has any idea? does Tomcat 3.3, 4.0 or 4.1 solve thi

Re: help - tomcat/dbcp deployment

2003-01-10 Thread David Durst
> Hi, > > I developed a web-app consisting mostly of servlets and JSP, almost no > static content. The application uses mysql and obtains connections from > a dbcp connection pool. > > Now I'm deploying it for production on Linux (RedHat 7.2) in a tomcat > standalone configuration. (Almost no stati

Logging (was Re: How do I...)

2003-01-10 Thread Dan Lipofsky
> To properly handle logging, you might want to check out log4j.org or > commons-logging. It's one of the first things I setup for a project, it > makes debugging extremely smooth. I agree, and I have converted all the backend stuff to use log4j. But the 400 JSP files that already exist would tak

help - tomcat/dbcp deployment

2003-01-10 Thread Igor I. Tovstopyat-Nelip
Hi, I developed a web-app consisting mostly of servlets and JSP, almost no static content. The application uses mysql and obtains connections from a dbcp connection pool. Now I'm deploying it for production on Linux (RedHat 7.2) in a tomcat standalone configuration. (Almost no static content, no

Re: getCanonicalFile()

2003-01-10 Thread Jeffrey Winter
> If you need to reference files in some arbitrary directory someplace, you > should pass the pathname of that directory to your servlet as an init > parameter, and then use that path to construct an absolute path to the > file you want. In my particular case the files I'm attempting to open are

Re: instantiating a bean in a Servlet, not a JSP

2003-01-10 Thread Justin Ruthenbeck
At 02:23 PM 1/10/2003, you wrote: My first guess was that in LoginServlet I could call // "ub" is reference variable of instantiated UserBean HttpSession session = getServletContext().getSession(); session.setAttribute("nameOfInstance", ub); But I do not think that this is right. Later JS

RE: interesting java.lang.NullPointerException error when first viewing an index.jsp page - refresh once and page loads correctly

2003-01-10 Thread Brandon Rodak
Paul, Here is a link to the Java - http://www.flex-internet.com/java.txt Thanks again for your help Brandon Rodak Web Services Computer Marketing Corporation http://www.cmcflex.com & http://www.flex-internet.com -Original Message- From: Pulat Yunusov [mailto:[EMAIL PROTECTED]] Sent: Fri

Re: instantiating a bean in a Servlet, not a JSP

2003-01-10 Thread Erik Price
Paul Yunusov wrote: My first guess was that in LoginServlet I could call // "ub" is reference variable of instantiated UserBean HttpSession session = getServletContext().getSession(); session.setAttribute("nameOfInstance", ub); But I do not think that this is right. Later JSPs can acce

RE: Java Bean Scope questions (a lengthy one)

2003-01-10 Thread Tim Moore
> -Original Message- > From: Denise Mangano [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 10, 2003 5:02 PM > To: 'Tomcat Users List' > Subject: RE: Java Bean Scope questions (a lengthy one) > > [snip] > Basically what I am looking to do is once the HTML form is > submitted, and t

Tomcat 4.0.1 stops responding

2003-01-10 Thread Balaji Venkatachari
We have been using Tomcat 4.0.1 for our production server for last 1 yr. We have a web based JSP/Servlet application using JDBC to connect to SQL server 2000 database. For the past 2 weeks, the Tomcat has periodically stopped responding, gradually decreasing in performance, until it comes to a ha

Re: Context elements question

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 04:36 pm, Charlie Toohey wrote: > Paul, > > That's exactly my point -- and my question. I do NOT have a ROOT directory, > THEREFORE Automatic Application Deployment does not automatically create a > Context element with context path equal to the empty string, THEREFORE I a

RE: Opinions of available Tomcat books

2003-01-10 Thread Subir Sengupta
I found the James Goodwill book much too basic. You could learn as much from the Tomcat docs. -Original Message- From: Bill [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 7:41 AM To: tomcat user Subject: Opinions of available Tomcat books I've been thinking about picking a

Re: interesting java.lang.NullPointerException error when first viewing an index.jsp page - refresh once and page loads correctly

2003-01-10 Thread Pulat Yunusov
On Friday 10 January 2003 04:40 pm, Brandon Rodak wrote: > Paul, > > You can view the source of the page at > http://www.flex-internet.com/source.txt > > and the full error and stack trace (?) at > http://www.flex-internet.com/error.txt > > Thanks for the help, > > Brandon Rodak > Web Services > Co

RE: what source code control system?

2003-01-10 Thread Noel J. Bergman
> if there exists any others that meet what I am looking for and are solid I > would love to hear about them. As I've said, Subversion is the one that people hold up with the most promise. The ASF just installed it for testing, although there is no rush to migrate the projects. --- Noel

RE: Java Bean Scope questions (a lengthy one)

2003-01-10 Thread Denise Mangano
Thanks to everyone for their help. This is the LAST issue with this form - that is a promise. Because of all your help, I have managed to work out every previous issue I was having with my beans. However, by changing the scope to session a new issue has come up that I would really appreciate yo

Re: getCanonicalFile()

2003-01-10 Thread Craig R. McClanahan
On Fri, 10 Jan 2003, Jeffrey Winter wrote: > Date: Fri, 10 Jan 2003 16:07:24 -0500 > From: Jeffrey Winter <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: getCanonicalFile() > > I just upgraded from Tomcat 4.0 to the lat

RE: Java Bean Scope questions (a lengthy one) [getting desperate]

2003-01-10 Thread Tim Moore
> -Original Message- > From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 10, 2003 3:24 AM > To: Tomcat Users List > Subject: RE: Java Bean Scope questions (a lengthy one) > [getting desperate] > > > > As already was pointed out you have to reinitialise > sindex be

Re: Context elements question

2003-01-10 Thread Craig R. McClanahan
On Fri, 10 Jan 2003, Charlie Toohey wrote: > Date: Fri, 10 Jan 2003 12:53:45 -0800 > From: Charlie Toohey <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Context elements question > > > per the Tomcat configuration documentation at > http:

Re: Cookies

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 04:23 pm, Luc Foisy wrote: > Is the Cookie defined in the Servlet API permanent by default? It doesnt > really say that in the docs. You might be able to assume that since you > have a setMaxAge() method, but if you want to change it back to permanent, > there would be no

RE: interesting java.lang.NullPointerException error when first viewing an index.jsp page - refresh once and page loads correctly

2003-01-10 Thread Brandon Rodak
Paul, You can view the source of the page at http://www.flex-internet.com/source.txt and the full error and stack trace (?) at http://www.flex-internet.com/error.txt Thanks for the help, Brandon Rodak Web Services Computer Marketing Corporation http://www.cmcflex.com & http://www.flex-internet.

Document Root

2003-01-10 Thread Jonathan Villa
I just started messing around with Tomcat and would like to know if I can change the Document Root to a location which I prefer. For example, my machine (windows) has 2 partitions, c: and d:. C is where I store my program files, including Apache, Netbeans, Tomcat, etc. And D is where I have sourc

Re: DTD problem starting tomcat 4

2003-01-10 Thread Jeanfrancois Arcand
That should not make any differences since Tomcat (aka the Digester) use local copy of the DTD. So even if the URL is wrong, internally, Tomcat uses the previous one and your app should still deploy. As why the URL change, I guess it is related when java.sun.com where re-designed :-( -- Jeanfr

Re: Context elements question

2003-01-10 Thread Charlie Toohey
Paul, That's exactly my point -- and my question. I do NOT have a ROOT directory, THEREFORE Automatic Application Deployment does not automatically create a Context element with context path equal to the empty string, THEREFORE I am violating the configuration docs which say that you MUST have

RE: DTD problem starting tomcat 4

2003-01-10 Thread Turner, John
Not sure. I've never really paid any attention to it. John > -Original Message- > From: Dean Anderson [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 10, 2003 4:03 PM > To: Tomcat Users List > Subject: RE: DTD problem starting tomcat 4 > > > That helped. But that was the DOCTYPE s

Re: instantiating a bean in a Servlet, not a JSP

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 04:19 pm, Erik Price wrote: > Hi, > > I have another very basic question. If it is a problem tell me to > leave, sorry. The index.html page has a form which lets users enter a > username/password combo, which gets sent to LoginServlet. LoginServlet > performs the authen

Re: JDBCRealm

2003-01-10 Thread Rob Abernethy IV
Ok, I got Java and Perl to come up with the same digest. Postgres' is different. I think it has something to do with the 'salt'. Postgres uses the username as salt. I don't know much about MD5 encryption, but it seems as though Java is using a different salt and, therefore, coming up with a

Cookies

2003-01-10 Thread Luc Foisy
Is the Cookie defined in the Servlet API permanent by default? It doesnt really say that in the docs. You might be able to assume that since you have a setMaxAge() method, but if you want to change it back to permanent, there would be no way to do so (not that I want to, just really wondering if

instantiating a bean in a Servlet, not a JSP

2003-01-10 Thread Erik Price
Hi, I have another very basic question. If it is a problem tell me to leave, sorry. The index.html page has a form which lets users enter a username/password combo, which gets sent to LoginServlet. LoginServlet performs the authentication, and if it fails then the user is redirected to an e

Re: interesting java.lang.NullPointerException error when first viewing an index.jsp page - refresh once and page loads correctly

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 04:15 pm, Brandon Rodak wrote: > This may be a rather easy issue but with my limited knowledge of Tomcat - I > thought one of you more qualified folks would have a solution. > > Whenever I visit the initial index.jsp (via index.htm as a workaround) page > I get the followi

interesting java.lang.NullPointerException error when first viewing an index.jsp page - refresh once and page loads correctly

2003-01-10 Thread Brandon Rodak
This may be a rather easy issue but with my limited knowledge of Tomcat - I thought one of you more qualified folks would have a solution. Whenever I visit the initial index.jsp (via index.htm as a workaround) page I get the following server error: java.lang.NullPointerException at org.apache.jsp

Re: How do I...

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 04:03 pm, Luc Foisy wrote: > Could I pass the ServletContext to my jar application, and reroute > System.out in there with System static void setOut(PrintStream out) ? Do > you see any issues with that? > > I briefly looked at the Tomcat source to see what it was doing > C

getCanonicalFile()

2003-01-10 Thread Jeffrey Winter
I just upgraded from Tomcat 4.0 to the latest Tomcat 4.1 and noticed something very strange that I was hoping someone could give me some insight on: Everyplace that I use to get a FileInputStream by simply saying: File file = new File("filename"); InputStream istream = new FileInputStream(

RE: DTD problem starting tomcat 4

2003-01-10 Thread Dean Anderson
That helped. But that was the DOCTYPE since August. Why did it work before? Has something changed at Sun? --Dean On Thu, 9 Jan 2003, Turner, John wrote: > > I'm pretty sure it's you, not Tomcat. My web.xml is different: > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Ap

Re: Context elements question

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 03:53 pm, Charlie Toohey wrote: > per the Tomcat configuration documentation at > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html > > "you MUST define a Context with a context path equal to a zero-length > string. This Context becomes the default web a

RE: How do I...

2003-01-10 Thread Luc Foisy
> On Friday 10 January 2003 02:24 pm, Luc Foisy wrote: > > Thanks paul, that was some kind of answer I was looking for. > > > > Since the documentation said this (after looking at it > again just moments > > ago) Standard Error Logger > (org.apache.catalina.logger.SystemErrLogger) The > > Standa

RE: Memory Usage and Garbage Collection

2003-01-10 Thread Turoff, Steve
Will, I too am experiencing memory problems and I think your explanation below might apply to me. I'm using Tomcat 4.1 on RedHat Linux. Over the course of a few days, I notice, (using top) that the amount of physical memory used by the java processes continually increases until it hits the maxi

Re: more on source code control (like CVS)

2003-01-10 Thread David Boyer
yes, and it looks very promising. Thanks! p.s. I didn't find it until after I sent my question to the list-serv. it's amazing how finicky search engines can be. - Original Message - From: "Andreas Probst" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, Januar

Re: dispatcher.forward(), but with new URL

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 03:42 pm, Erik Price wrote: > Paul Yunusov wrote: > > sendRedirect() in HttpServletResponse will send an HTTP redirect response > > to the client so the client's browser itself makes a new request to the > > new URL (main.jsp in your case). It results in the new URL being

Context elements question

2003-01-10 Thread Charlie Toohey
per the Tomcat configuration documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html "you MUST define a Context with a context path equal to a zero-length string. This Context becomes the default web application for this virtual host, and is used to process all req

Re: more on source code control (like CVS)

2003-01-10 Thread Andreas Probst
On 10 Jan 2003 at 14:50, David Boyer wrote: > Does anyone know of a JSP- or Servlet-based application that'll > allow browsing of a CVS repository? If I host a CVS server > locally for our developers, I'd like to use our existing platform > (Tomcat) to allow browsing (kind of like a JSP/Servlet-ba

more on source code control (like CVS)

2003-01-10 Thread David Boyer
Does anyone know of a JSP- or Servlet-based application that'll allow browsing of a CVS repository? If I host a CVS server locally for our developers, I'd like to use our existing platform (Tomcat) to allow browsing (kind of like a JSP/Servlet-based version of ViewCVS). -- To unsubscribe, e-mail:

Re: ServletContextListener started 2 times

2003-01-10 Thread Tobias Dittrich
Hi, first I have to add that I connect to my webapp through apache mod_jk using the JK (1) connector with load balancing feature enabled. I did not think this was important but searching the list I have found a thread where someone said there is a bug with connecting through apache with the autoRe

Re: dispatcher.forward(), but with new URL

2003-01-10 Thread Erik Price
Paul Yunusov wrote: sendRedirect() in HttpServletResponse will send an HTTP redirect response to the client so the client's browser itself makes a new request to the new URL (main.jsp in your case). It results in the new URL being shown in the browser's address field. Paul, this is exactly

Re: dispatcher.forward(), but with new URL

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 02:14 pm, Erik Price wrote: > Hi, > > Sorry if this is too simple a question, I'm still just getting my first > JSP/servlet application underway. > > I have a servlet called LoginServlet, that is passed some POST > parameters and does some processing with them. There are

Re: WAR future-compatibility

2003-01-10 Thread Erik Price
Craig R. McClanahan wrote: This will work fine. Containers that run webapps directly from a WAR know how to resolve relative URIs to other resources in the WAR. Thanks, Craig. You can even try it for yourself if you want -- set the umpackWARs attribute in server.xml to false, and put a

RE: page cannot be displayed error

2003-01-10 Thread Anup Ray
I did not get any response. I am posting it again. Earlier during apache-mod_jk-tomcat set John Turner helped me a lot to make it work. Actually after making httpd.conf as per his suggestion tomcat and the spell check was started working. But now I am stuck with this error "page cannot be displayed

Re: Logs - Logger

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 02:23 pm, Lindomar wrote: > Well, here i´m again... > > How was explain to me, and i see after on tomcat's docs, if i want to save > all my System.out.println on log file, is necessary i place on server.xml, > as following: > > > ... > > > > > > > > ... > > > > But

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread Daren R. Sefcik
Yes I have..I have been trying for the last week to figure it out. I have found the same thing that BasicDataSource does not load the driverClassName. I have put my jdbcdriver.jar file in the common/lib dir..and I know it's in the classpath of tomcat as I can write a jsp page with a Class.forName a

Logs - Logger

2003-01-10 Thread Lindomar
Well, here i´m again... How was explain to me, and i see after on tomcat's docs, if i want to save all my System.out.println on log file, is necessary i place on server.xml, as following: ... But i see nothing on logs that contains what i see on DOS Prompt (the System.out.println). I

RE: what source code control system?

2003-01-10 Thread Kevin Wilson
We have MS-SS now but I am moving everything to be cross-platform and open source (and/or free) when possible. That is why I suggested what I did and if there exists any others that meet what I am looking for and are solid I would love to hear about them. -Original Message- From: Noel J. B

Re: How do I...

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 02:24 pm, Luc Foisy wrote: > Thanks paul, that was some kind of answer I was looking for. > > Since the documentation said this (after looking at it again just moments > ago) Standard Error Logger (org.apache.catalina.logger.SystemErrLogger) The > Standard Error Logger rec

Re: WAR future-compatibility

2003-01-10 Thread Craig R. McClanahan
On Fri, 10 Jan 2003, Erik Price wrote: > Date: Fri, 10 Jan 2003 12:16:46 -0500 > From: Erik Price <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: WAR future-compatibility > > I have learned, thanks to reading this list,

RE: what source code control system?

2003-01-10 Thread Noel J. Bergman
> File remnaming is really a non-issue, you add with the new name, > and remove the old one. It is not really elegant, but certainly > not a show stopper. It is if you don't want to lose all of your history! What is the point of a revision control system that loses track of revisions when you ren

RE: what source code control system?

2003-01-10 Thread Noel J. Bergman
> Another big issue with VSS is the big gaping holes > that you need to leave in your firewall for SMB LOL It isn't as if I recommended that he use SourceSafe. :-) I said that he probably could not (too bad, because it really is nice when you can use it). The one that I suggested he look at is

RE: [LONG] AJP13 Connector or IE6.0 Bug?

2003-01-10 Thread Turner, John
We've had mega problems with IE 5 and IE 6, especially in minor versions (6.. vs. 6..0120, for example). One might work fine, the other doesn't work at all. First thing I would do is make sure IE is upgraded and patched as high as possible. John > -Original Message- > From

RE: what source code control system?

2003-01-10 Thread Kevin Wilson
For cross-platform, free and java based try the SourceJammer application Available off SourceForge. I personally have not tested it yet but I will be facing the same issue you are now so if you do try it could you please shoot me an email with the pros & cons. -Original Message- From: Lar

Re: [LONG] AJP13 Connector or IE6.0 Bug?

2003-01-10 Thread Carl Walker
I can reproduce this bug in 4.1.18 too. Carl Walker wrote: > I am running Tomcat 4.1.12 with Apache 1.3 using the AJP 1.3 Connector. > > I noticed that occasionly my request parameters are lost when processing > an HTTP POST with a Servlet. When I call getParameterNames(), nothing > is returned

RE: Only "localhost"?

2003-01-10 Thread Turner, John
Assuming you don't have issues with network connectivity, routers, firewalls, etc: You have to configure a Host element in server.xml with the appropriate FQDN value. Just look in server.xml for and use that as a template. You might be able to use the admin or manager apps as well to setup a n

Only "localhost"?

2003-01-10 Thread marc-martin
Hello, I installed Tomcat 4.1.18. Everything is working fine, but I can only access the server with "localhost" in Browser. Which settings prevent distant computers to access the files? (Sorry, perhaps this is easy.) Thank you, Marc -- To unsubscribe, e-mail: For a

RE: what source code control system?

2003-01-10 Thread Larry Meadors
>>> [EMAIL PROTECTED] 01/10/03 11:18 AM >>> > If you were in a corporate environment, perhaps > Subversion might not be ready for you (but then > again, you could afford SourceSafe), but in your > environment you might like the possibilities in > Subversion. There is always CVS if you need it,

Re: Cannot load JDBC driver class 'null'

2003-01-10 Thread David Durst
> Has anyone else experienced this > I have read a couple of posts that I found off google, > and basically what they are saying is non of the information in > the server.xml file is being passed to the Datasource or something of > that nature. > > The suggested fix was to hardcode everything b

JSPC throws NPE (NullPointerException) when compiling JSP that use tag library reference -- a workaround and a fix

2003-01-10 Thread McGuire, Normand
Recently, many people posted messages about JSPC throwing a NPE when compiling seemingly simple JSP, to which there was no reply. I've had that problem myself, with many different versions of Tomcat. Fortunately, the problem made it to the developers' mailing list and has been fixed. Unfortunately,

RE: Windows Service

2003-01-10 Thread Turner, John
Beat ya to it. :) I bookmarked your last post on this topic! LOL John > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 10, 2003 2:35 PM > To: Tomcat Users List > Subject: Re: Windows Service > > > Hello Jeffrey, > > See: > http://www.mattke

RE: what source code control system?

2003-01-10 Thread Larry Meadors
>>> [EMAIL PROTECTED] 01/10/03 12:25 PM >>> > In my case, I have licenses for SourceSafe from > before OneTree was acquired by Microsoft. It > really is a nice revision control system. In > any event, I did mention cost as one factor for > why he likely couldn't use it. Same would be > even

Re: Windows Service

2003-01-10 Thread Jacob Kjome
Hello Jeffrey, See: http://www.mattkelli.com/tech/tomcat/ntservice.htm Jake Friday, January 10, 2003, 11:32:47 AM, you wrote: JW> Sorry about this question that has apparently been asked and answered JW> innumerable times, but: JW> I'd like to run Tomcat as a Windows 2000 service. Searching,

[LONG] AJP13 Connector or IE6.0 Bug?

2003-01-10 Thread Carl Walker
I am running Tomcat 4.1.12 with Apache 1.3 using the AJP 1.3 Connector. I noticed that occasionly my request parameters are lost when processing an HTTP POST with a Servlet. When I call getParameterNames(), nothing is returned even though the submitting form has several elements. The problem ma

RE: How do I...

2003-01-10 Thread Luc Foisy
Thanks paul, that was some kind of answer I was looking for. Since the documentation said this (after looking at it again just moments ago) Standard Error Logger (org.apache.catalina.logger.SystemErrLogger) The Standard Error Logger records all logged messages to whatever stream the standard err

RE: what source code control system?

2003-01-10 Thread Noel J. Bergman
> The only was I would consider SourceSafe over CVS > is if you have money to burn, are windows only, ... In my case, I have licenses for SourceSafe from before OneTree was acquired by Microsoft. It really is a nice revision control system. In any event, I did mention cost as one factor for why

dispatcher.forward(), but with new URL

2003-01-10 Thread Erik Price
Hi, Sorry if this is too simple a question, I'm still just getting my first JSP/servlet application underway. I have a servlet called LoginServlet, that is passed some POST parameters and does some processing with them. There are two possible outcomes -- one is that the authentication fails a

  1   2   3   >