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 217 of 931 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

Tomcat index page

Hi When I access a site https //www.xyz.com it takes me to https //www.xyz.com 80/index.jsp whereas when I provide https //www.xyz.com/index.jsp it takes me to the expected location. Where is this

socket error using apr+openssl on solaris

I am trying to get the https requests working on our tomcat server. I have downloaded the latest tomcat 5.5.16 and have compiled and installed libtcnative 1.1.2. The server cannot open 8443 port (port

UnsatisfiedLinkError when loading DLL twice

Hi All My servlet use a DLL currently the DLL is located at window system32 and in the webapp 's WEB-INF/lib. But I sometimes got the "UnsatisfiedLinkError ". Can anyone tell me where should the DLL p

Adding a new JSP to an existing unpacked and deployed web app = 404 error

Hi I am upgrading from a Tomcat 4.1.27 to a Tomcat 5.5.16 enviorment. After an application is "started " any files that are added (to the folder that contained the started web application) when access

MIME type gets set as text/plain in Custom web app using Apache and Jakarta

I have a custom web app that is a java servlet that I run on Tomcat. When I browse to the page it displays as text/html which is great but I am using Apache as the front-end app server so I use the Ja

JAAS for shared virtual hosting

Hello list Is there most preferred way to use JAAS with Tomcat 5.5 for shared virtual hosting? I have read many articles about using JAAS in Tomcat but no ones says how approximate how to make this.

tomcat start/stop

Hi Im using tomcat 5.5 on freeBSD 6.0. I have enabled tomcat in my rc.conf tomcat_enable "YES " I am trying to stop and start the server when I make some changes to some sample jsp files but I cant

cannot connect to localhost:8080 (jsvc -user tomcat ...)

I 'm having problems running tomcat on a Debian 3.1 system. I see the processes 13858 ? Ss 0 00 jsvc.exec -user tomcat -home /usr/lib/java -Dcatalina.home /opt/tomcat -Dcatalina.base /opt/

Servlet Action is not available .... Please Help

Hi I am struggling with this error for the past 10 days. Can someone help me solve this frustrating problem? I tried almost all the suggestion that users have suggested in sun forum. The web applic

Apache Tomcat Bundle

Hello All I 'm looking into writing a bundled application to manage Apache HTTP with Tomcat. Basically just a management console and predefined configuration structure that would allow non-technic

webapp slow on first access every morning

Hi We have a third party jsp/servlet application deployed on Tomcat 4.1.31 (Solaris 2.8). This works fine except for every morning on the first access it 's very slow to load up. This is the cont

disabling autostart when deploying with manager

Hi How can I disable autostart of an application when deploying with manager ? Thanks in advance. Mete

Subject: Help with mod_jk.so errno=13

Hi All I know this has been asked before in the users group but there are no solutions to this problem. I am getting the following error in my mod_jk.log file Tue Apr 11 00 46 08 2006] [18962

Can we set the User Principal to another user once a user has been logged in?

Hi I know the requirement looks a little suspicious but they are valid The requirements 1. A user 'SUPERUSER ' who can mimic the activities of any user in the system.

Tomcat vs. DRMAA

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi I 'm developing a drmaa application which should run on the tomcat application server with axis. The web front end accesses the application through w

Unexpected shutdown

Hi I experienced an unexpected shutdown of Tomcat and haven 't been able to find any similar experiences or explanations in the mailing list archives. One of my servers shut down on its own without c

Tomcat for Windows (5.5.16) and JRockit (BEA?s JVM)

Hi I?m running Tomcat 5.5.16 over Windows 2003 Server as a Windows Service. In the Tomcat configuration (right-click in the Tomcat tray icon and then select configuration) in the Java tab

Subject: Error at Tomcat startUp

Hi! I get the following error when I startup Tomcat. Any help will be useful. Thanks! C \Tomcat5.5.16\bin >tomcat5 10/04/2006 13 01 11 org.apache.coyote.http11.Http11AprProtocol init INFO Inic

failure to compile jsps appropriately

Hello On an install we have just put up we are having problems compiling some jsps. In the work folder we have the usual -- org apache jsp folder structure An index.jsp that has a metarefres

Remote User with request.getRemoteUser()

Hi I?m having NTLM authentication problems with IIS 6 (over Windows 2003 Server) and Tomcat 5.5.16 using JK1.2 conector - In a ASP page the code <% Request.ServerVariable( "REMOTE_USER "

Tomcat 5.0 Datasource Realm and Cluster/load balance web servers

I am using form based Datasource Realm for authentication and authorization. Also need to consider clustering/loadbalancing of web server (in this case Tomcat). In docs it is written for Realm as foll

how setup landing page in tomcat

Hi I am new to Tomcat 5 config. I have a webapp running on tomcat and to get to it you have to type http //this.com/dir1/dir2/dir3/file.html and I want to change the settings so that when you typ

JSP Include directive problem when upgrading to Tomcat 5.5

Hi We are moving from Tomcat 5.0.28 to Tomcat 5.5.16 and we found that JSP <%@ include % > directives fail when the path contains a call to a file placed in the parent (..) directory. AFAIK Tomcat

question regarding 'mod_jk: error flushing '

Hello there Does anyone know what is this 'mod_jk error flushing ' about? I am using Tomcat 5.0 Apache and Mod_JK in production environment and keep getting this error in error log. I do google

Error on Startup.

Hi there. I installed Tomcat 5.0.28 on unix environment. JSDK 1.4.2 I 'm getting following error whenever i try to start the tomcat Exception in thread "main " java.lang.NoClassDefFoundEr

users Digest 10 Apr 2006 07:51:52 -0000 Issue 6369

I wish I knew...we 've already tried setting some different settings such as the JVM file encoding etc. But we can 't isolate what is the difference... On 10 Apr 2006 07 51 52 -0000 users-digest-hel

CreateJavaVM Failed when setting PermSize

Hello all I 'm trying to override the default PermSize and MaxPermSize values in the JVM due to some OutOfMemory errors we were getting recently but I don 't appear to be able to set this in the Tom

Can we set the User Principal to another user once a user has been logged in??

HI

Help with filter affecting Chinese words in request parameters

Hi I 'm new to this list hope someone here can help. ) We 're developing a webapp that should be able to accept Chinese input. We also have a filter installed in the webapp for some auditing that w

Please help me check my mod_jk setup?

I 'm hoping that someone here can tell me if this configuration looks sane or at least in line with what others are using. I am running Apache 1.3.33 mod_jk 1.2.15 and tomcat 5.0.28. The apach
Page 217 of 931 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100