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 751 of 931 Previous 100   Previous 10   751   752   753   754   755   756   757   758   759   760   Next 10   Next 100  

Subject: Convert Text to Image

Hello Does anyone know of a tool for Converting Text to images so that I can still have image buttons on my site while having it localised? Thanks Andoni. PS I have taken a look at Acme

Apache SSL again... those variables are getting me mad!

Sure! This is getting personal... -) Apache and Tomcat will not be my friends anymore! -D Well I 'll try to be a little exhaustive just because sometimes I miss something that is the real poi

Tomcat/Apache 2/JK 2 & Manager Webapp Config Question

I 'm trying to get a install of tomcat with apache/jk2 running with the manager webapp. In fact the install has been running smoothly for some time except the manager application was never put i

Subject: Unexpected Redirect to https

Hi I 'm using Tomcat 4.1.29 on XP Home. I trying to configure Form based authentication with a DataSource based Realm. I 've followed the server and web.xml given in the examples supplied with T

TomCat Server Killed

1. I am starting Tomcat version 3.2.2 as user A (not root) on a Solaris 8 system. 2. I exit the console screen from where I started tomcat and everything is still fine. 3. Once I logout the user

[Tomcat Admin user name & password]

Hi all i am a newbie for Tomcat. i just installed Tomcat/5.0.16 on my RH 9.0 box and its running. But I cant login to the admin tool. Whats the admin user name & pwd. How do i konw it???.

5.0.16 sample deploys!, one recommendation and one question

hi i finaly got the sample to deploy. needed to change a line in the deploy task to war "file //${dist.home}/${app.name}-${app.version}.war "/ > (it was just war "file //${build.home} "/ >). tha

Re: Apache-tomcat via mod_jk configuration

Thats fine Rethat hava its own httpd that why i added in services httpd1 in /sbib/chkconfig and tomcatd but it tells that unregaconized service . what can i do that for Can i delete http

jsp.error.attribute.unterminated -- WTF?

Hi All pulling out copious amounts of hair for this one... here 's the code <% for (int i 0 i < sectionNames.length i++ ) { % > <% sectionNa

Apache-tomcat via mod_jk configuration

Hi all I 've read a configuration of tomcat and apache (http //daydream.stanford.edu/tomcat/install_web_services.html ) over the last 4 days and I 've found much of what I need to be lacking....

Further details - RequestDispatcher in servlet is not working

Hello everyone wrt the need for actual code - I am sending this code which is executed by doGet method of my servlet String temp request.getParameter( "abc ") if( temp.equals( "xyz "))

Apache 2.0.48 Virtualhost with Tomcat

I have two Apache 2.0.48 / Tomcat 4.1.29 where I have both servers running with JK/2 connector. The server is a W2K server (No IIS) I can bring up both local Tomcat sites respectively with

RequestDispatcher in servlet is not working

Hello everyone My servlet after processing something from the HttpServletRequest received by it - is supposed to forward the request using RequestDispatcher - but it is not doing so.(Only when di

Re: UserDatabaseRealm 5.0.16 - immediately available for use by the
Realm??

I think that is refering to a RDBMS realm. Last time I checked tomcat-users.xml was only read on startup. Ron Andersen wrote >1) I configured the default authentication realm - UserDatabase

UserDatabaseRealm 5.0.16 - immediately available for use by the Realm??

1) I configured the default authentication realm - UserDatabaseRealm which is setup to use conf/tomcat-users.xml. However I am confused about the following statement This Realm uses the UserDat

xml escaping characters for database password

Hi I 'm using mysql via JDBC and I need to encode a password with non-alphabet characters in it like % in my server.xml. Do I use a URL encoding for this or an XML encoding? Also while I 'm on

mod_jk only usable from localhost

Tomcat List I have installed Apache+Tomcat via mod_jk. I have it configured so that I can use Tomcat from Apache but it only works from the localhost. If I http //localhost/

cannot get datasource to work with tomcat that is bundled with Sun 's
Solaris 9

Sun bundles Tomcat 4 with Solaris 9 and i 'm having problems getting the datasource to work i am trying to connection to a Sybase ASE database and so i went to Sybase 's website for help and they

defining multiple tomcat server on one workers2.properties file

i have an apache webserver that will handle request made to tomcat and hand off the request using jk2. i have the workers2.properties to handle this with one tomcat server. however i have anoth

mod_jk Tomcat and Apache httpd two different machines?

I want to run tomcat on our build machine and apache with the Jk connector on another is this possible? Are there any good tutorial docs available to do this? Thanks James

JAVA_OPTS to tomcat

Hello All When I add the following line to catalina.sh JAVA_OPTS -Djava.naming.factory.initial org.jnp.interfaces.NamingContextFact ory -Djava.naming.provider.url jnp //localhost 1099 -Djava.n

using mod_rewrite with mod_jk2

In what order do the various mod_* bits interact? Can I use mod_rewrite to setup the URL for passage to mod_jk2?

Tomcat 5 DefaultContext allowLinking and context restarts

Howdy I 'm playing a bit with tomcat 5 and have questions about how the allowLinking attribute for the DefautlContext is supposed to work in regards to context restarts / stops/starts. Under sev

Connector Error

Hi there I know there is a link/page that will tell me what this error is [error] mod_jk child init 1 -2 [error] jk2_init() Can 't find child 2529 in scoreboard I just can 't find it. Could

Subject: Loadbalancing with mod_jk2

Hello what is the correct way to use JK2 for load balancing? According to the docs jk2 should support load balancing and "graceful " shutdown of a worker. (Meaning that a particular worker wi

how to keep mod_jk from logging to stdout.log??

We 're running Apache 1.3.29 Tomcat 4.1.27 with mod_jk 1.3 on Windows 2k Server and we 're seeing some 'disturbing ' activity that we cant get around. It appears that every html form post to a servl

help in tomcat 5 and MS SQL 2000

Hi I 'd like to learn JSP with Tomcat 5. Any help in how to configure Tomcat in order to connect with MS SQL 2000 server. Thanks in advance Suchun Wu 1

Tomcat5 not logging

Hi is there any known issue with Tomcat 5.0.16 and logger activity on win2k? I recently upgraded from Tmcat 4.1.29 and have the "feeling " that something is not working as properly as before. When i

Tomcat (embedded in JBoss) hangs during startup of SSL connector

Hi there I 've encountered a strange problem while starting jboss 3.2.1 (including tomcat 4.1.24) with the SSL-Connector enabled on port 443 Symptom The server hangs while initializing the SS

Problem starting 2 Tomcat Services using Tomcat5 Service Manager

In attempting to configure multiple Tomcat5 instances on a Win2k server I 'm having trouble getting the services to function correctly. I 've lurked on the list for a while and searched in vain f
Page 751 of 931 Previous 100   Previous 10   751   752   753   754   755   756   757   758   759   760   Next 10   Next 100