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 127 of 931 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

Tomcat 5.5.20 Apache 2.2.3 server.xml

Hi as mentioned by chavalitt in a former thread Re Urgent! Compile JSP Problem I have removed appBase " " from my <host / > in server.xml. The only reference to the webapplication is now docBase

tomcat 5.5 multiple contexts using same realm bug?

Hi I am trying to set up multiple contexts in Tomcat 5.5 but have a problem in logging in. I have them both up and running. They both use realms for login functionality. I wanted to originally use

Basic commands to work with a Tomcat

Hi All I am new to use of Tomcat could anybody write me few basic commands that can help me for ex I need to setup my application Thanks & Regards Vijay G Hatewar |Member of Tech

tomcat stop working for some minute regulary

Hi since few weeks i have a strange problem sometimes tomcat stop working and then come back (the site is unreachable and come back few mn after) In the log i have [Tue Nov 21 15 03 11 2006] [erro

Can we create different log files using the logging module?

Dear all I would like to log inputs from different users/ clients. Is it possible save those data in different files using the tomcat Log module? If yes could you please give me some hints? Thank

Subject: when are the apps loaded?

hi can some point out to me where in the sourcecoude the apps are loaded? --stephan

Filters doesn 't work properly on version 5.5.20

Hello everybody I have a web application that worked fine until I?ve recently upgraded the tomcat from version 5.5.17 to 5.5.20. The filters doesn?t work as before and don?t do the required job anym

Starting visualgc when Tomcat is started like service

Hi Is there a way to use "visualgc " from jvmstat package when Tomcat is running like service(using Procrun) in Windows 2003? System is Windows Server 2003 SP1 Tomcat 5.0.28 Java SDK 1.4.2_08( I c

Tomcat "virtual hosting " problem

Hello I have a java web application that will serve to provide end users create their wap spaces. What I want is provide the users of site a wap adress as "www.myproject.com/johndoe " but virtually

Tomcat and long startup time (hibernate)

Hi there I am working on a new J2EE web project for which I intend to use JSF 1.2 with facelets and hibernate 3 running inside Tomcat 6. Everything is working fine but I have a developing issue I

tomcat memory usage.

Env Axis1.4/Tomcat 5.0.30/Java 1.5.0_07/Solaris 10. Description right after system(tomcat) is started the "top " command show that tomcat process will use 210M memory the heap size (using Jprofil

Howto Apache LDAP ACL pass to Tomcat ??

Try to pass apache ACL authenticated user credential to Tomcat but failed. System FreeBSD 6.1 Apache 2.2.3 SUN jdk 1.4.2 Tomcat 5.5 Apache is setup to authenticate against LDAP server <Direc

Getting javax.naming.Context from StandardServer?

Ok this is question#2 perhaps more simple. How can I retrieve the javax.naming.Context that the Server object uses from outside of a webapplication? I 'm writing a custom realm and I want it to us

Subject: Help with custom Realm

Hello I 'm implementing a new realm for a custom single sign-on dealie that my company is using (so I can use container managed security with their new system). Everything is going smoothly except

Subject: Global custom 503 error page

Hi. Is it really true that one can 't create at least a global error page for 503 errors in tomcat? I understand that a webapp that is stopped can 't serve it 's own custom 503 error page. Sounds cle

Proxy/Forwarding

Is there a way to configure tomcat to forward all requests to another server? IE I have someone hitting http //241.12.5.80 90 and I want it to forward all of it 's requests on port 90 to http //241.12

Tomcat Deployment Issue With URI 's

Hi All We are currently trying to deploy a WAR file onto our Tomcat box. This application seems to work fine in other similiar environments but not on this box. We have got the application to a s

Subject: session serialization issue?

I am working on my first Tomcat based application and while testing the application my boss entered some data into some fields. While he was doing that I was doing the same thing - entering data

Subject: Custom Authentication

1. Can we implement NTLM or SSL authentication based on some HTTP header value ? 2. How do we implement an authorization model with single-sign on ? Realms ? Ravi -- View this message in context

Subject: Issue accessing Filters

I am having a bear of a time with Tomcat Filters I 've got the following in my web.xml <filter > <filter-name >Account Filter </filter-name > <filter-class >com.ZZZ.view.filters.AccountFilter2 </fil

jsp classes is not loaded when CATALINA_BASE is using UNC path

Hi I 'm trying to run Tomcat 5.0.28 with a CATALINA_BASE that is using an UNC Path e.g \\seattle\setups\Tomcat\ Then I 've modfied the server.xml file to add the context and restarted Tomcat. At firs

Subject: Using Tomcat as UDP server

Hi I want to use Tomcat as an UDP server instead of TCP. Can this be done just by configuration? If not then what do I need to do? I have read and searched a lot on the subject but theres is no cle

Tomcat Basic Authentication Problem

Hi All Now I want to use my own method for the basic authentication does Tomcat provide the methods to realize it? if yes how to use it? Thanks in advance. -- Yours truly Frank Liu

Tomcat 5.0.28 and /dev/urandom

Most implementations work fine with using /dev/urandom as a seed for the sessionid generator for Tomcat (class ManagerBase) but I have 2 instances that seem to cause Tomcat to hang on open of /dev/ur

Subject: Re: Response encoding problem

Hi - I 'm trying to show utf-8 data in the browser from my jsp page. When the page renders its character encoding is iso-8859-1 according to the browser. The http response headers have the same enco

UnsatisfiedLinkError while using JNI

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hello I am using JNI to load a library which I use for a Web Service running on a Tomcat5.5-Server using Axis. My problem is that when I call a native f

Pooling Issue

For starters you might want to make a copy of your server.xml file for documentation purposes and then drop all the comments from the active one. The documentation comments are excellent but they

Reloading JAAS Configuration File

Hi all I was wondering if there is a smarter way to reload a jaas configuration file than to call "Configuration.getConfiguration().refresh() " in a servlet. I was thinking of such a call in a webap

Subject: Tomcat Performance Concerns

I have a simple JSP-application that makes use of an ODBC database (access). When I run it using Tomcat on PC2 (XP) its performance is very good. However running on PC1 (W2K Server) is orders of magn

RSS help

How to support RSS in a website so that people can subscribe? I googled and found lots of documents about how to subscribe and about news readers but not talking about how to support RSS functionalit
Page 127 of 931 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100