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 22 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: Re: full path of 404 file

On 9/1/07 Peter Boughton <boughtonp@(protected) > wrote > Thanks for the suggestion. I tried access logging but it 's only listing the > "/index.jsp " not the full path. Uh then that *is* the full pa

Subject: Re: full path of 404 file

Thanks for the suggestion. I tried access logging but it 's only listing the "/index.jsp " not the full path. Was using this page as reference http //tomcat.apache.org/tomcat-5.5-doc/config/valve.ht

Subject: Re: full path of 404 file

On 9/1/07 Peter Boughton <boughtonp@(protected) > wrote > How do I find the full filename Tomcat is looking for when producing the > 404? You could turn on access logging or you could set up a custo

Subject: full path of 404 file

Hello. If I go to www.mydomain.com/index.jsp I get a 404 from Tomcat despite there definitely being an index.jsp in the webroot. I assume that means it is not looking at the right directory. How do

Subject: Re: Downloaded 4.1.36 but says version is 4.1.35?

Brian Munroe wrote > On 8/31/07 tk-2506 <sanokistoka@(protected) > wrote > > > Any idea what 's going on??? > > > > The developers forgot to bump the sub version number in build.properties? Yep. My ba

Subject: Re: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

Evert Hoff wrote > Hi Rainer > > I got it working at last. I went back to editing auto/mod_jk.conf. I put the > following in there and it did the trick That 's good. >

Subject: RE: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

Hi Rainer I got it working at last. I went back to editing auto/mod_jk.conf. I put the following in there and it did the trick

Subject: Re: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

I can 't see any include for the file in which you now put the JkMount statements. I think you 'll need to read a bit about apache httpd virtual hosts and also about the two types IP based and name

Subject: RE: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

Hi Rainer > If you want the JK forwarding to work for > www2.noteworthynewsletters.com and your apache httpd > configuration uses virtual hosts you first have to identfy > the VirtualHost block

Subject: Re: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

Evert Hoff wrote > Hi Rainer > > > Looks like you 've got more than one virtual host in the httpd > > configuration. JkMounts are not inherited between virtual hosts. > > Although there is the direct

Subject: Re: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

Evert Hoff wrote > > > The documentation says that there is supposed to be an example > > > workers.properties file in Tomcat 's conf directory but > > there isn 't. I > > > found one somewhere on the Int

Subject: RE: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

Hi Rainer > Looks like you 've got more than one virtual host in the httpd > configuration. JkMounts are not inherited between virtual hosts. > Although there is the directive JkMountCopy to inheri

Subject: Re: Tomcat Connector: Attempting to map URI '/examples/index.html ' from 0 ma

Evert Hoff wrote > Hi > > I am stuck trying to get Tomcat Connector to work. > > The mod_jk.log file (included in full at the bottom of this email) says > "Attempting to map URI '/examples/index.

Subject: jsvc.pid question / Possibility of jsvc.pid collisions?

Hi I was wondering whether there is a possibility for collisions for multiple servers running with jsvc on the same machine. JSVC stores the tomcat process ID in /var/run/jsvc.pid What if anothe

Subject: Threads in tomcat application.

Hi I need to design a web application that may use threads. Thats the web application might have to read some 200 files from network. In order to speed up the process I 've decided to use threads/th

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

How do you use a build.properties file to define a JNDI resource? Or do you create JDBC connections a different way? -- Len On 8/16/07 Hassan Schroeder <hassan.schroeder@(protected) > wrote > On 8/16

Subject: Tomcat 5.0.19 and EL expressions allowed

Hi everyone. I 'm testing this code <fmt formatNumber type "currency " groupingUsed "true " > ${ table_data.package_price + ( road_assistance_2year '- ' ? 0.0 road_assistance_2year ) + (

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

Hi Chris my experience has been one tomcat instance per dev/test/prod & the webapp on each instance always points to the same database (dev tomcat- >dev db test tomcat - > test db etc) so the dat

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

On 8/16/07 Len Popp <len.popp@(protected) > wrote > You 're right that putting server-specific info in context.xml in the > .war is no good when the app could be installed on different servers. Isn 't

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

The reason is that server.xml is for the whole server so when you change something you have to restart the whole server rather than just the one application. You 're right that putting server-specifi

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

In my experience a resource is usually only relevant to one webapp. There 's no need to put it in server.xml as a GlobalNamingResource unless you want that resource available in all your webapps.

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Matt Matthew Kerle wrote > I never > understood why and personally doing things that way is a serious pain > for me since it means I need to build a

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

looks like your xml doc has an un-closed tag or similar hate to suggest this but maybe can you recheck your change to make sure this isn 't the case? I 'd suggest going with David 's suggestion and p

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

Hi David David Smith wrote > My only editorial comment on the page is to NOT place your > <Resource.../ > or <Context .../ > definition in server.xml as > recommended on the page. Place it in conte

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

Hi Ian. ojdbc14.jar needs to ONLY be in common/lib. It won 't work in myapp/WEB-INF/lib and won 't work if you have the jar in both places. Additionally you should take a look at the JDBC howto docs

Subject: RE: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

why don 't you use this jar? ojdbc14_g.jar That 's what I ended up upgrading to. Let me know if you need it Ian and I 'll send it to you offline. Barry And you should put it in the common/lib fol

Subject: Re: JDBC driver of class ' ' for connect URL 'null ' in Tomcat 5.5.12

Thanks for your advice so far I 've upgraded to the latest Oracle ojdbc14.jar and placed it the myapp\WEB-INF\lib folder I also tried it the Tomcat\common\lib for for good measure but still got the

Subject: Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

Hi! > Mario you are a hero. do women come and worship you in the street? Haha! Oh boy ... you don 't want to know ... Glad it helped you! -) Ciao Mario

Subject: Re: Multi-Gigabyte Uploads, Tomcat 2GB and higher uploads

There were in fact bugs with requests > 2GB in both Tomcat and mod_jk which were fixed recently as Rainer pointed out. (And some of the code was using -1 if the content-length was too large.) Upgradi

Subject: Problem accessing context when starting as non-root

Hi When I start tomcat (5.5.16) as a non-root user (tomcat) I am unable to access anything I have set up in my context container and I see nothing in the logs to help (the access log says 404 for al
Page 22 of 931 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100