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 926 of 931 Previous 100   Previous 10   921   922   923   924   925   926   927   928   929   930   Next 10  

Subject: script permissions changing?

We 're running Tomcat 4.1.24. For some unknown reason the permissions on the shell scripts in the bin/ change it simply loses the executable bit. I didn 't experience this with 4.1.12. Any idea why

Subject: WEB-INF with War Files

Hi all I have 3 different files for my web deployment - app.jar app.war and app.properties. Can I use a WEB-INF structure when using a war file? I have placed the war file in Tomcat 's webapps dir

Subject: Re: jar ressource pb

I reply myself because I just find the solution by using this.getClass().getClassLoader().getResource( "myFile.xml ") mourad jaber wrote > Hi > I 'm trying to understand the folowing problem >

Modified ROOT

As I understand it at first startup the Tomcat server expands the ROOT.war file in the webapps directory. But I need to modify a file that is within the expanded (default) ROOT archive and also add

jar ressource pb

Hi I 'm trying to understand the folowing problem I 've got some xml files into the jar file of my webapp. when I use a stand alone java application to retreive that ressource by using ClassLoader.g

Subject: mod_jk windows 2000 pro

Hi all I am new to using apache and tomcat. I have installed both on a Windows 2000 pro PC. I installed apache v2.0.42 and tomcat v4.1.18. I followed John Turners instructions for getting mod_jk

Subject: Limiting login attempts

Hi Is there any way to limit the number of login attempts using the security realm stuff? We 're using form-based login. We 'd like to limit a user to N attempts and then display a message saying th

Subject: Jk2 - BAD packet signature

Hi Can anyone help me the above error. I 'm running apache 2.0.45 / tomcat 4.1.24 on a redhat 8 box and I 'm trying to get the jk2 connector to work using channel socket (connector-4.1.24). No matter

changing tomcat configuration on the fly

Hello I am interested in changing the server.xml and web.xml files through servlets and then reload them. So for example I can add JNDI entries in server.xml without the nedd to stop/start tomcat ag

Re: Re: Different shutdown behavior of httpConnector in TC403
   (graceful) and

Okay I see that point. Since the worker threads who perform the very work to respond a request are deamons there seems to be a hard and unconfigured timeout effective in TC406. TC403 and TC406 sho

.htaccess / access restriction

Hi everybody! I am wondering a bit how I can get a simple access control for a dir under tomcat. I am talking about a dir directly under the root-context - is there something similar to .htaccess?

Startup error

I am getting the following error in my catalina.out Error failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so because libstdc++-libc6.1-1.so.2 cannot open shared object file No such file

Fail to load webapp 's jar files using Tomcat 4.1.x

Hi I have a Problem I assumed to be addressed by Ticket 13519 (allowLinking is not working (for me).)in the Apache Bug Database which is said to be fixed with Tomcat versions 4.1.13+. Unfortunately

using manager functions from within servlets - SOLVED

Hi I managed to get this working try { URL url new URL( "http //localhost/manager/reload?path /HamiltonBank ") HttpURLConnection con (HttpURLConnection)url.openConnection()

mirror of howto from thinlizard?

Hello does anybody has mirrored howto from http //www.thinlizard.com/lizard/modjk2.html for FreeBSD? p# host www.thinlizard.com Host not found. Regards -- pck.

Re: Different shutdown behavior of httpConnector in TC403 (graceful)
and TC40

There isn 't any code (that I know of) in 4.0.6 that performs the kill. The JVM will terminate if "only daemon threads are running ". If the daemon threads need to perform more work during a shutdown

Subject: Question about JavaBeans

Hi all I have a hard time trying to test out JavaBeans. It always gave me this error message as listed at the end of this page. For example I have my Web Folder as /usr/local/tomcat/webapps/web

is session id unique across webapps ?

Hi all I am tring to find out about *uniqueness* of *session ids* which are generated by tomcat. are session ids are unique across webapps ???

NotSerializableException on webapp restart

Hi! When I restart tomcat 4.1 I get this exeption for my webapp in the logfile. The app works though. Am I doing something wrong concerning java.io.Serializable and the objects in session contexts??

Different shutdown behavior of httpConnector in TC403 (graceful)
    and TC406 (r

When shutdown.sh is launched TC performs a stop on all HttpConnectors which themselves will stop their HttpProcessors. It seems to that - while TC 403 waits "gracefully " for the work on a reques

jk2_init() Can 't find child xxxxx in scoreboard

I 'm trying to setup Apache2 and mod_jk2 to pass Tomcat requests via JNI. After reading two or three HOWTOs and previously setting up a similar config on Windows 2000 server I 've managed to make some

Environment Question

Hi I have a problem with environment setting on my Red Hat System. I used to set my environment config in /etc/profile but I ended up with the following problem 1) problem using my JDBC jsp

Need Help on JDBC Connection - SOLVED!

Hi guys it seems that once I have move my config from /etc/profile to /etc/rc.d/rc.local the problem is solved. Dunno what happened actually???? Anyway thanks a lot for your precious time and resou

Counting Threads

Hi folks Would anybody tell me how to monitor the count of the exisitng threads in my java app because I get the "All Threads are busy waiting " error from tomcat. Billy Ng

Subject: Re: JSTL and EL question - SOLVED

> Oh boy I get to contribute after asking a lot of questions! ) > > Here 's a query I am using in a current project > > <sql query var 'picks ' maxRows '1 ' > > select * from contestant_pic

error when shutting down tomcat

hi all i hav installed tomcat on a hp-ux server. i hav abs no probs using it. but it gives an error when i shut it down using ./shutdown.sh. after 2 or 3 tries it shuts down properly. the error msg i

Subject: Using symlinks in webapps

I have read in some of the archives that using symlinks in tomcat cannot be done? Is this true or is it just not the preferred way to handle it? The problem that I am encountering is that my applic

Nightmare with Tomcat 4.1 and SSL configuration

Hi there I 've just registered to this list in hope that I could find some better advice here . I am trying to configure a standalone installation of tomcat to work with SSL . This at first doesn 't s

protecting servlets with apache basic authentication

What should I put in the httpd.conf to make apache do authentication before a servlet is accessed? Here 's what I tried <Directory "C /Program Files/Apache Group/Apache2/Tomcat 4.1/webapps/stuff " > Au

RES: RES: RES: Best Practice: choose between SessionCookie or jus
   t Ses sion

Jake my jsp app ( named nivel1.jsp) access my servlet ( named BancoServlet.java ) ! Take a look below at the part of jsp code - the IIS link redirects the application to BancoServlet <%@ page co
Page 926 of 931 Previous 100   Previous 10   921   922   923   924   925   926   927   928   929   930   Next 10