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 516 of 931 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100  

Logging stout to seperate file for each webapp

I have some old webapps running that i dont wanna dig into (they are really old) and they do a lot of stout logging to catalina.out Can I on Tomcat 4.1.X somehow get the different webapps to log i

mod_jk2/tomcat 5.0.28 performance

Is there a way to tune mod_jk2 and/or tomcat 5.0.* to handle large files better. I have no performance issues when serving up smaller files but when I serve up a larger file (~150K+) - there seems t

Forma based login & german umlaut

Hi together I din 't find any reading on this topic so it seems time to ask here. Sorry if I missed something obvious. When our user types a password with german umlaut like ????????? we just

ENC: extending ojc

> -----Mensagem original----- > De Edson Alves Pereira > Enviada em quarta-feira 27 de outubro de 2004 10 28 > Para Tomcat-User List (E-mail) > Assunto extending ojc > > [Edson A

extending Ojc

Hello folks i trying to make ojc from JDeveloper to create a xml file like Jasper does with all JSP mappings can someone show me some hints or tell me if JDeveloper can do that for grant? Reg

swallowOutput and catalina.out

All Sorry if I 've missed a thread regarding this. I have multiple web applications on a single instance of Tomcat. I want to get all of the logging that goes to catalina.out to go to the ind

BUG? TC 5.0.xx: WEB-INF/classes/jndi.properties found but INITIAL_CONTEXT_FA

Hi >My understanding of J2EE standards is that the servlet container tries >to find the file jndi.properties on the application classpath and if found >initializes the context environment with

Tomcat 5.0.27 hangs in windows 2000

Hi We are running our application in tomcat 5.0.27 in windows 2000 and the server does not respond after one or two days unless we restart the server.We have checked the errorlog both in the logs

Sv: GlobalNamingResouces used by other GlobalNamingResources

Hi Steve and thanks for you answer. Try the following scenario. The problem is to get back the primary key when doing an insert. Say that you have a master/slave relation between two tables.

Antwort: Tomcat Listener [?] [Auf Viren gepr

Since EJB 2.1 and in EJB 3.0 there is a J2EE standard way named timer service http //www2.theserverside.com/articles/article.tss?l MonsonHaefel-Column4 But since Tomcat is a servlet conati

Tomcat Listener [?]

Hi Can I create a service that runs every ten minutes within Tomcat ? This class can also have to listen for messages at a specific port. [I can use a servlet but I am interested if I can wait fo

GlobalNamingResouces used by other GlobalNamingResources

Hello again! Sorry to bother in this topic again but I need to strait out one more thing. I have my Datasource now as GlobalNamingContext (and a big post-it saying that I shall change the resou

BUG? TC 5.0.xx: WEB-INF/classes/jndi.properties found but INITIAL_CONTEXT_FACTOR

Task I want to use LdapContext lctx new InitialLdapContext() that is InitialLdapContext without environment parameters. My understanding of J2EE standards is that the servlet co

OT 32/64 bit classes

Hi We will shortly be moving over to a 64 bit JVM from a 32 bit one. My question is are the classes the same between 32 bit and 64 bit? or do I have to rebuild both tomcat and the application?

Subject: xml processing inside Tomcat

Dear List We are using java sdk 1.4.2 which includes dom objects and a xml transformer - EVERYTHING I need for my code to work. ALL my code imports begin with javax.xml.* [interfaces] and or

Multiple Concurrent User Requests

Hi guys I spent a while looking for a generic solution to multiple concurrent requests from a users usually a slow running page and a muppet clicking the submit button lots. I 've written a t

voting for 5.0.29?

Sorry if I missed something but what was the result of the vote if 5.0.29 is stable or beta? Does somebody has a link to the mail thread? Ronald.

The CreateThread function failed for the following reason: Not enough
storag

In the Event log on Windows 2000 Server we 're occasionally seeing a weird error showing up for Apache Tomcat 4.27 The CreateThread function failed for the following reason Not enough storage i

How to specify catalina jdbcstore username/password?

I 'm trying to use the jdbcstore to save the session data the only thing I don 't know is how to specify database username/password. where should I put it? <Manager className "org.apache.catalina.

mod_jk2 for FC2

Hello Friends I have Fedora core 2 box. I need information about mod_k2 configuration. Also include it step by step cycle. Thanks and regards... B??lent A????kg??z

Session Control

Hi All I have problem of too many session on my application in proudction. Breif about application My application is for Call center which interact with 4-5 Diff other applications. So for

JDBCRealm manual authentication

Hi How do I manually authenticate a user given a String username and String password? My applicaton needs to use this feature in a Struts ActionForm is it possible with JDBCRealm? I am using

Server busy page

Hi How do I setup a server busy page? Is this Tomcat related or it has to do with my app? Thanks Ben

Application Deployment on Tomcat 5.1

Hi I need some help on deploying applications on Tomcat 5.1. I installed tomcat 5.1 on Windows 2003 Server in C \Tomcat5.1\ I could create applications under <CATALINA_HOME >/webapps director

Subject: <Context > attributes Tomcat5

I am doing this in my code to launch Tomcat 5 host.install( " " new URL(warFile)) Context context host.findDeployedApp( " ") ((StandardContext)context).setWorkDir(workDir + "/loca

tomcat staic content expiration

I 'm using tomcat 5.x. And after some research we decided to let tomcat serve the static content as well as there were many issues with the IIS connector and Apache connector. I can make tomcat s

Apache-Tomcat: File Not Found instead of Tomcat

I am setting (what should be) a straigthforward and very common integration of Apache and Tomcat on Debian Linux with Apache2 serving static content and Tomcat4 serving jsp 's and servlet 's. The b

Apache, Tomcat and mod_jk2 - question about layout

After going through all the documentation I have gotten mod_jk2 to forward jsp requests to Tomcat. However I have a question about the layout... Essentially my site will be .html pages with s

User access to directorys and files

Hi! I 'm developing a "administration " application for uploading pictures. The pictures should be able to get rewied by users of the administration and then be "published " to the public domain (In

RE: Interesting discoveries about catalina GUI manager deploy (5.
   0.28 and 5.0

Q1 you have to look into Manager.java deploy method. But if you take a look at the message on top of manager/html/list page you will see OK - Deployed application from context file file ${catal
Page 516 of 931 Previous 100   Previous 10   511   512   513   514   515   516   517   518   519   520   Next 10   Next 100