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 639 of 931 Previous 100   Previous 10   631   632   633   634   635   636   637   638   639   640   Next 10   Next 100  

Subject: Reloading servlets instantly.

Hi all Is it possible to decrease the time taken to check for changes of a servlet to reload ?. I want to instantly reload the servlet(within 1 second). Sometimes I have to wait a few seconds t

tomcat 5 and cgi-bin

dear all i am trying to upgrade our server to t5 but the cgi-bin now only allows perl programs to be executed (by default). for compiled c or c++ etc how do i modify the web.xml? many thank

Here is the document

Here is the file.

Subject: Session browsing/modifying

Hello all! Can anybody tell me how can I archive subj? I need to view all sessions rotating in a server and have an ability to modify their content mainly for testing/debugging purposes.

FOUND VIRUS IN MAIL from <tomcat-user@jakarta.apache.org > to <ansta@nspoint.net >

V I R U S A L E R T Our viruschecker found a VIRUS in your email to " <ansta@(protected) > ". We stopped delivery of this email! Now it is on you to check yo

Clustering and Loadbalancing

A two part article on clustering and loadbalancing with tomcat http //www.onjava.com/lpt/a/4649 http //www.onjava.com/lpt/a/4702

Subject: log verbosity in tomcat

Hello I tried to increase log verbosity in server.xml file by setting debug attribute of Engine and Realm tags to 99. Verbosity of Logger I set to 4. But still only INFO messages are displayed

servlet.http?

hi all... this is my first question on this list so please be gentle... i 'm trying to use a servlet that talks to a j2me application on some cell phone. the thing is when i try to compile the

Applet to Servlet session fails

Hello I have a JSP page that has an applet embeded in it. The Applet talks to a Servlet. I have a session within the JSP when I try to access the session within my Servlet I get NullPoint

Re: What is the relationship between the JK2 uri compoennt and the
context?

It is simply the case that what is forwarded via AJP13 is some sort of HTTP request (it has all the headers request URI ...). In that sense the request URI that you mapped from "workers2.propert

OT: Open Source JSP / Taglib Calendar

Any one here knows of a good Open source Calendar either jsp or taglib?

Processing requests: another newbie mod_jk question

Does anyone have answers to this? Thanks Malathi >From "Malathi Jivan " <mj_igx@(protected) > >Reply-To "Tomcat Users List " <tomcat-user@(protected) > >To "Tomcat Users List " <tomca

Simple question regarding Body Tags

I am using Tomcat 4.1.29 I have a bodytag called Page In the constructor of this Tag I do this HttpSession session null try { session pageContext.getSession() } c

Memory problem with tomcat 4130

Hi i 've installed tomcat 4130 in my linux redhat 9.0 with the default kernel and j2sdk1.4.0 in a server with 1 GB RAM and 2.4Ghz Processor The problem is when i start the tomcat it start to cons

Session problem with multiple Tomcats

We are running multiple Tomcat servers with multiple JVM 's and ports. Everything works fine except for the sessions. When using one browser (IE) and I flip back an forth between the two site

Subject: java.mail.Session TC5 woes

I 've been googling around and I gather its a problem but I haven 't found a solution yet. Are there any nooks and cranies to using java mail with TC5 I 've tried most the different options i can th

What is the relationship between the JK2 uri compoennt and the context?

In workers2.properties I changed the uri to be different than the context.. and now I get a 404 using the new uri? Does the URI have to be the same as the Context? I am trying to support th

RES: auto-configuration of mod_jk

Look for the <Host > </Host > tag in you server.xml The name parameter should be equal to localhost Change it to your server name -----Mensagem original----- De Emerson Cargnin [mailto emerson@(protected)

Subject: auto-configuration of mod_jk

I 'm using tomcat 5.0.19 apache 2.0.47 mod_jk... Tomcat generates a mod_jk.conf file with the following clause before the jkmount clauses <VirtualHost localhost > ServerName localhost

tomcat5+apache2 virtual hosting

Hi all I 'm going nuts trying to do something pretty straight forward namely getting TOMCAT to serve .jsp files via apache virtual hosts and still keep the default tomcat stuff at port 8080.

connection Poll

is there a way to create connection pools per app just with files inside the .war file? The problem is that I don 't access to our internet server conf file. -- Emerson Cargnin Analista de Si

Subject: Verification of Sun JRE1.4.2

Is there a specific file which I can check to verify if the client has JRE 1.4.2 installed on its machine? Thanks

Cannot use JK2 with Tomcat5 and IIS 5

Having an awfull time climbing the tomcat/iis/jk2 learning curve.. Can anyone explain to me why my worker 's file gives me the following error Error [jk_worker_ajp13.c (871)] ajp13.init() No

serving static HTML pages from a servlet

Hi There I would like to serve a static web page using Tomcat. The problem I have is that a use must have been authencated before they can view this page. I have a servlet that takes care

Subject: request.setRemoteUser(p)

How can I programmatically set a user in the Tomcat container? i.e. request.setRemoteUser(p) I know that doesn 't exist but that is essentially what I need to do. My scenario is that I want

Accessing Dll 's

Hi. I 'm using Tomcat4.0.29 with J2SDK 1.4.2_03. I have my native libraries(dll 's) in winnt folder. I 'm loading the dll thru System.loadlibrary and accessing the methods. I 'm getting Unsatishfi

setting classpath when running as service on win2k

hello ! where do we specify the classpath when when we launch tomcat 5 as service ? we tried to put the classpath in 'catalina.bat ' in the tomcat configuration program ( "configure tomcat ") but

Classloading issue on startup and catalina.properties

Hi tribe I 've set up a resource and realm in my server.xml and placed the mysql driver in ~DOMAIN_DOCROOT/WEB-INF/lib. I get an exception on Tomcat startup [1]. It seems that driver must be

Subject: Apache2 encryption to Tomcat5

Hi I 've got Apache2 reverse proxing to Tomcat5 on a different box (Linux 's) accepting SSL to Apache and using the SSLProxyXXX directives to terminate the SSL connection. What I need is to

Subject: another problem with JAAS

Hello I 've written a JAAS LoginModule and my web application successfully authorizes with it. But! While the authorization is successful Tomcat does not recognize user Principals and roles wh
Page 639 of 931 Previous 100   Previous 10   631   632   633   634   635   636   637   638   639   640   Next 10   Next 100