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 227 of 931 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

configuring the default servlet

I have several web applications running in the same instance of Tomcat 5.5 and I 'd like to configure the default servlet differently for some of them. The default configuration is in the web.xml file

Disabling put and delete http methods

I am having problems trying to disable put and delete. I have searched the Internet and they all say the same thing. Add the following <security-constraint > <web-resource-collection >

hibernate jdbc drivers question

I have a quick question with hibernate hsqldb drivers [java] 11 58 23 125 INFO SchemaExport 177 - exporting generated schema to database [java] 11 58 23 125 ERROR SchemaExport 200 - schema

manager webapp absent after installation

I 've run Windows installer apache-tomcat-5.5.16.exe. It has worked in the sense that Tomcat is running as a service. However there is no manager webapp contrary to what I expect from documentation.

Subject: Get JDBCRealm 's current user

Hello how is it possible to retrieve the user currently logged in via JDBCRealm? I know how to check if the user is in some role (isUserInRole(name)). But how do I get the username? -- View this me

Recommended Specs for Oracle 10g db server

We have 12 jboss nodes using a single oracle 10g db server with following specs... 4GB RAM Dual CPU HT 3.2GHz Intel RHEL 4 smp We see load average going to 10 on a very regular basis and 30-90 durin

Subject: unable to find package

Hello all I have a Apache web server Install on my server with jk_mod my web application give following error java.lang.NoClassDefFoundError Publish/Connect (wrong name Publish/Publish/Connect) I h

SocketException: socket write error on 101st POST on Tomcat 5.5.16

Hi All I am in a bit of a fix following an upgrade to Java 5.0 update 6 and Tomcat 5.5.16. One of the tasks that our application does is to send out a serialized object to a servlet which then popu

Web Application doesn 't recognize domains using tomcat

Hi! I working with tomcat 5.5.9 I have a domain name 'www.myproject.com <http //www.myproject.com/ > ' an I can get into the server using it but once I try to navigate inside the applicat

Setting the context path for expanded WARs

Trying to figure out how to change the context path for a WAR file install in the webapps dir (Tomcat 5.5.16) for example webapps/foo-1.2.0.war ...is expanded into a folder of the same name (minus

BrowserMatch in Tomcat 5.5 +APR

I 'm looking for a way to duplicate the Apache BrowserMatch while only running Tomcat and APR. I 'd like the server to check which browser is connecting and adjust some setting like nokeepalive base o

Problems with Tomcat and mod_proxy_ajp

I 'm having problems with Tomcat 5.5.x Apache 2.2.0 and mod_proxy_ajp and resources that are protected with a security-constraint. (This is after updating from Apache 2.0.54 Tomcat 5.0.27 and mo

path specified in context.xml not being used

Hi all Hopefully a pretty simple question I am attempting to deploy a warfile with an embedded META-INF/context.xml. The contents of the context.xml file looks like this <Context path "/idb " de

system.out

How to redirect system.out and system.err to a file to a specific location and with a specific name ?

Subject: Apache binding url to servlet

Hi I created my site in tomcat context /xxx/* Now I want to bind this context to URL www.mysite.com/ in apache How can I do this? Apache directive JkMount /xxx/* ajp13 not working properly. Thanks!

Tomcat and FileUpload, is upload cached before FileUpload parses it?

Hello After posting this question to the Commons mailing list I have been advised to "ask the tomcat folks. " I am using Commons FileUpload 1.1 to manage HTTP POST uploads with Tomcat running as

Subject: Building mod_jk.so on AIX

I 'm trying to build mod_jk.so on an AIX 5.3 server. I compiled and installed Apache 2.2.0. I run... ./configure --with-apxs /usr/local/apache-2.2.0/bin/apxs ...but it fails with the error... could

Tomcat 5.5.16 Virtual Hosting Bug ?

Hi all This is third time I am posting the same question. I tried everything I could including re-installing Tomcat from scratch. But the problem still remains. Please help !! I am using Tomcat 5

Subject: AJP connector required?

If I 'm not using the apache HTTPD in front of tomcat do I need the ajp connector activated in the server.xml? Dave

Accessing Roles from the Principle

Hi All Whilst I await *hopefully* a reply to my last post on why the data source realm does not operate correctly I am using the standard user database that ships with TC to move on but damn I 'm

SSL incoming request filtering (before authentification via client cert)

Is there any way to control the client certificate authentication? That is I would like to have the certs in some other repository than tomcat 's default(java keystore). And I need the users to authen

Subject: Tomcat session handling

Hi people I have two web applications (appA and appB) running on Tomcat 5.0.28. appA is a single signon web application in which the user is automatically authenticated against the domain using NTL

Subject: how to get value of <select >

Hello all can some one tell me how to get value of <select > if it is multipal selected. like this <select name "txtrole " size "2 " multiple "multiple " > -- Cup of Java + Suger of XML Secure WebApp

Subject: Tomcat 5.5 DataSourceRealm

Hi All I 've failed miserably in configuring a DataSourceRealm for a web application. I 've scoured Google (50/50) mailing list archives (ask a friend) and not to much avail. I 've also liased with t

Subject: Tomcat, Security and RMI

Hi Environment OS Solaris 10 on client and server Java java full version "1.5.0_06-b04 " Tomcat 5.5.15 I 'm trying make one of my servlets act as an RMI client with an RMI server running on a di

Tuning tomcat : Modifing apache config : RedirectMacth directive

Hi List I have a specific question about apache _expression matching. I have a apache tomcat server setup . While tuning tomcat i needed to achieve some tweaking to the apache _expression matching

Subject: Increasing Tomcat/Java memory

Hello everybody. How can I increase the memory Tomcat/Java is using? I tried setting CATALINA_OPTS with -server -Xms256m -Xmx512m but runtime.totalMemory always seems to return a value around 60MB.

Tomcat: restart only one application

I 'm new in tomcat y do restarts with .bat files in /bin folder. But how can I do a restar of only one webapp? Could I do it with a .bat file? Thanksss

Custom realm extending JDBCRealm

Hi all! For some reasons I had to extend JDBCRealm to overwrite the method getPassword. This is myRealm public class ManoloJDBCRealm extends JDBCRealm{ private static Log log LogFactory.getLog

Connector Installation - Resolved

This is now resolved. The problem was that the binary mod_jk.so I downloaded from the tomcat website did not work. I went to USENET forum alt.apache.configuration and someone there suggested I downl
Page 227 of 931 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100