Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Tomcat
Page 21 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: RE: tomcat startup w/ aggressiveheap option

> From Jeff Schindler [mailto jeff_schindler@(protected)] > Subject tomcat startup w/ aggressiveheap option > > I think it actually starts up fine from the command line > but I 'd have to confirm

Please help...

On 9/2/07 Hassan Schroeder <hassan.schroeder@(protected) > wrote > > To be honest I can 't find any other documentation on that -- what > alternative values might be or their effect. And I just gave

Please help...

Mike just an FYI This morning I tried my little 'hello world ' recipe on Tomcat 6 aside from having to place the driver jar file in $CATALINA/lib everything else works the same. Hope it helps yo

Subject: Re: HTTP method GET is not supported by this URL

Was starting to think the same thing and then I thought to actually try the local Host and all the standard tomcat/webapps code and examples are all working there. So that must mean it 's a configu

Subject: RE: full path of 404 file

> From Peter Boughton [mailto boughtonp@(protected)] > Subject Re full path of 404 file > > Does the fact that it is apparently reaching the right > directory now mean that this is more likely to be

Please help...

On 9/1/07 Brian Munroe <brian.e.munroe@(protected) > wrote > Ok lend me a hand here besides the incorrect statement about > common/lib does everything else look fine? The only discrepancy from my

Subject: tomcat startup w/ aggressiveheap option

Hello I have tomcat 5.5.23 running with Java 1.5.0.11 on Windows Server 2003 SP1. I had been running tomcat 5.0 w/ Java 1.4.2 with the exact same Java options (including -XX +AggressiveHeap) and I

Subject: Re: full path of 404 file

Ok tried using that configuration but I 'm still getting the 405 method not supported error for any jsp file. Does the fact that it is apparently reaching the right directory now mean that this is m

Subject: Re: full path of 404 file

Peter Boughton wrote > Ooops. > This is what I currently have > <Host name "localhost " appBase "webapps "/ > > <Host name "mydomain.com " appBase "/home/user0/public_html " > > <Alias >www.mydomain.co

Subject: Re: full path of 404 file

Ooops. This is what I currently have <Host name "localhost " appBase "webapps "/ > <Host name "mydomain.com " appBase "/home/user0/public_html " > <Alias >www.mydomain.com </Alias > <Context path " " d

Subject: Re: full path of 404 file

I 'm not really trying to use webapps at all - I want each Host to be associated with a user account like this <Host name "user1.com " appBase "/home/user1/public_html " >... </Host > <Host name "user2.co

Subject: Re: how to close all the port allocated by tomcat after a doGet() request

You certainly do not want to have tomcat stop responding to port it is listening too it would be useless ) Except if you want your tomcat to not serve anything to anyone. If what you want is prev

Please help...

On 9/1/07 Brian Munroe <brian.e.munroe@(protected) > wrote > On 9/1/07 Hassan Schroeder <hassan.schroeder@(protected) > wrote > > > > > If you 're talking about TC6 there is no common/lib or shared/lib

Please help...

On 9/1/07 Hassan Schroeder <hassan.schroeder@(protected) > wrote > > If you 're talking about TC6 there is no common/lib or shared/lib > $CATALINA_HOME/lib is correct... > Oh crap I was going off m

Please help...

On 9/1/07 Brian Munroe <brian.e.munroe@(protected) > wrote > "For Tomcat 6 > You mention that it is located it $CATALINA_HOME/lib [sic] - which > I 'll assume is a typo but it leads to ambiguity - di

Please help...

On 8/31/07 Mike Cronin <mike.cronin@(protected) > wrote > I am having a problem setting up a connection-pool via JNDI on Tomcat 6.0.14 > utilizing Oracle 10g. Currently I have a <Resource > for my DataSo

Subject: Re: full path of 404 file

Peter Boughton wrote > As far as I can tell the appBase and docBase are correctly pointing to the > webroot dir and there is the problem. appBase docBase will result in all sorts of pain and gr

Subject: Re: Tomcat 5.5 Java instance issue...

Joshua J. Fielek wrote > Are there any known issues with Tomcat 5.5 that could cause this? No. > Any insights would be appreciated. Get yourself a profiler. It sounds like an application issue. Mar

Subject: Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

jhayden wrote > > Is this a clean install? > > > > Mark > > > >

Subject: how to close all the port allocated by tomcat after a doGet() request

Hi I have a simple Servlet (stateless) which has a doGet() metohd. How can I make sure both Tomcat and the client calling that servlet 's doGet() to close all the ports allocated upon the doGet() r

Subject: Re: Check JSP/Servlet Version from a command line

I also don 't know why this is happening (seems like some problem with JMX). However specifying 'registerRequests "false " ' on the AJP <Connector / > element looks like it may be a workaround. That wi

Subject: Re: full path of 404 file

"Peter Boughton " <boughtonp@(protected) > wrote in message news 5d97c170709011218x468165a7qf19b262bbc7ede9@(protected) >I mean full system path. (eg /usr/local/jakarta/tomcat/webapps/index.jsp

Subject: Re: Load Balancing Tomcat 5.0.X, hardware or software?

My vote goes to appliance but Filip is completely correct this is a budget based decision. The higher up in your architecture you deal with SSL the better in my experience. (especially in stateles

Subject: Re: HTTP method GET is not supported by this URL

On 9/1/07 Peter Boughton <boughtonp@(protected) > wrote > Trying to load index.jsp (or any jsp file even if it doesn 't exist) results > in the following > HTTP Status 405 - HTTP method GET is not su

Subject: HTTP method GET is not supported by this URL

Ok so I re-wrote my config files and I 'm not getting 404s any more - I 'm getting 405 ( Trying to load index.jsp (or any jsp file even if it doesn 't exist) results in the following HTTP Status 405

Subject: Tomcat 5.5 Java instance issue...

Hey folks -- We have an install of tomcat 5.5 (JRE is 1.5) running a set of instances of our application (Centric CRM). The OS is a Linux flavor. On occasion java usage spikes to roughly 99% of CPU

Subject: Re: full path of 404 file

Only error/warning I can see in catalina.out is this Java HotSpot(TM) Client VM warning Can 't detect initial thread stack location - find_vma failed Dunno what that means but a quick google sugges

Subject: Re: full path of 404 file

On 9/1/07 Peter Boughton <boughtonp@(protected) > wrote > I mean full system path. (eg /usr/local/jakarta/tomcat/webapps/index.jsp or > /home/user/domain/public_html/index.jsp or whatever) > As far as

Subject: Re: Using own index.html in $CATALINA_HOME/webapps/ROOT directory

Mark Thomas-15 wrote > > jhayden wrote > > Tried that but still getting the error. > > I only left the default index.html file there and it still gives me the > > 404 > > Error. > > It appears that it

Subject: Re: full path of 404 file

I mean full system path. (eg /usr/local/jakarta/tomcat/webapps/index.jsp or /home/user/domain/public_html/index.jsp or whatever) As far as I can tell the appBase and docBase are correctly pointing t
Page 21 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100