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 831 of 931 Previous 100   Previous 10   831   832   833   834   835   836   837   838   839   840   Next 10  

Subject: jk2, Tomcat4, Apache1.3

For some reason jk2 is trying to talk to Tomcat on port 8009 even though I don?t specify that port in wokers2.properties file [uriMap ] info Maps the requests. Options debug debug [config ] file

How much memory does Tomcat really use?

Does anyone have a handle on how much memory is used by java in running tomcat? I set the ms and mx values but it always seems that the process overall takes up much more memory. I asume it 's overhe

Subject: JRun - maybe off topic

Hi all I 'm trying to get to grips with the architecture for an application we are going to be deploying. I have no problem with the apache/tomcat set-up but this app uses apache and JRun. Am I rea

RE: [OT] RE: How do I config EMBEDDED Tomcat to only service requ
   ests from lo

Ahhh. I see that you even include an example of the RequestDumperValve as a filter in the tree. cool. for those interested this is the statement in the build of the j-t-4.0 tree <!-- The request

RE: How do I config EMBEDDED Tomcat to only service requests from local

Howdy The thought behind them is similar yes. Valves predate servlet filters. Nowadays one should almost always use a servlet filter for it 's portable and container-independent. Yoav Shapira Mil

RE: How do I config EMBEDDED Tomcat to only service requests
    from localh

So is there really any difference between the intentions of a Valve and the intentions of a Filter? http //java.sun.com/products/servlet/Filters.html I was just curious. They seem to solve the sa

How do I config EMBEDDED Tomcat to only service requests from localhost?

OK adding a Valve to server.xml worked great for a standalone Tomcat. Now Part II how do I do this with an embedded Tomcat? I get the impression that embedded doesn 't use a server.xml file. Is ther

tomcat shutdown.sh doesn 't kill tomcat processes

So the symptom is /usr/local/tomcat/bin/shutdown.sh does not stop tomcat. By the way tomcat is running jk2 connector on port 8080 to apache on port 80 Even after i stop tomcat I will see in netstat

Desprately need with Directory Listings

Hello I 'm in desperate need of showing a file list. In my httpd.conf file I have the following <Directory /sumdir > Options +Indexes ... </Directory > However when I go to '/sumdir ' I get the HTT

Connection reset

Hi everyone I am running tomcat 4 on Red Hat Linux 8. Although my web application seems to be running ok when i look at the localhost_log i find the following stack trace. It seems to happen

How do I config Tomcat to only service requests from localhost?

I 'm sure the answer is quite simple but I haven 't been able to find it online yet. I 've got Tomcat running on a PC and I want it to only service requests coming from the same PC (i.e. localhost). I

URGENT!! Changing URLs with tomcat

Hi All I am currently running tomcat4.1.27 and apache1.3.x. I am using struts. I used call my webapplication "xyz " using www.abc.org/xyz. Now company has decided that pople should be able to access th

Subject: performance article completed

quick announcement. I 've completed the article and emailed it to remy. the related source files are currently on my server. Please be gentle my bandwidth is limited until remy posts all the files

RES: URGENT, PLEASE. The old Bug with bean cache?

HERE IS THE ERROR MESSAGE . Thanks in advance Euclides. The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException at

URGENT, PLEASE. The old Bug with bean cache?

Hi gurus a little helping hand please! I have updated my bean and so i have put this new bean version in right package. However the problem begins whenever a new bean object is created (instance

Choosing an appropriate JK2 Handler

I 'm running a configuration with Apache and Tomcat on the same machine. Which handler(s) would I see the biggest performance improvement by using them? I figured it would be the JNI option but I wan

channel.apr values

Hi I 'm a bit confused. I want to set the timeout value to 1. I was looking through the documentation and it seems like channel.apr keepalive set to 1 is what I want. And it looks like it should b

Tomcat+SSL 404 error

I 've just updgraded from tomcat 4.0 to 4.1. In my web.xml I have the following <security-constraint > <web-resource-collection > <web-resource-name >Pennymail Secure </web-resource-name >

RE: The email you authored contained a violation (either a virus
   or inappropr

Correct one thing. This guy works for Quebecor a Canadian publishing company not necessary in Quebec ) -----Original Message----- From Joao Medeiros [mailto joao.medeiros@(protected)] Sent Sept

The email you authored contained a violation (either a virus or inappropriat

I keep on receiving this every time I reply or post to this list. Not a major issue more of a nice to have if the member in Quebec puts in a good word to the systems admin... /JM -----Original Messa

Tomcat with embedded java database and taglibs

Hello I 'm currently looking into what solution to use for a web application I 'm about to create. What I want is - Taglib support. core sql and maybe things outside the standard-taglib - Pure Jav

Accessing GlobalNamingResources

Hi I 'm using Tomcat 4.1.19 and I 'd like to know if it 's possible to access the GlobalNamingResources defined in server.xml from a servlet without creating a ResourceLink in the servlet 's contex

Subject: AW: Tomcat Admin Password

In *tomcathome*/conf/ is a file named tomcat_users.xml there are all passwords usernames and roles stored. Ito should be very easy to figure them out. -----Urspr?ngliche Nachricht----- Von N.B.Bop

Subject: Tomcat Admin Password

Hi All I can 't log as administrator in to Tomcat 4.1.24 using username admin password setup is this the default password? Bopanna

cannot compile jsps with tomcat 5

I just tried running my webapp with the latest release of tomcat 5 (5.0.12). Added my context to bin/catalina/localhost and changed CATALINA_HOME. The app loads fine but it refuses to compile any of

Subject: Re: isapi_redirector2.dll

still not working I have just noticed that the size of the file on the mail is 164KB while when i save it to the disk it is 160KB. Is this a problem? Other thing is that i can 't find the log file ment

: Tomcat Service Manager for Windows 1.0.0

http //www.daveoxley.co.uk/tcsm tcsm is a Service Manager for Tomcat that looks and works in a similar way to the MS SQL Server Service Manager. Enjoy. Dave. Dave@(protected)

Subject: Coyote Connector for Http

Hi All How to configure Coyote connector for my webaplication? My web application is in a folder called 'speed ' in webapps directory. Can the server.xml can have 2 <Host > tags? Bopanna Sr. Software E

Administrator Username and Password

Hi all Could anybody tell me the default username and password for tomcat-4.1.24 Administrator? Thanks in advance. Bopanna Sr Software Engineer RCS Technologies Bangalore

Subject: Re: curiosity kills tomcat

Hi > org.xml.sax.SAXParseException The content of element type "web-app " > must match > "(icon? display-name? description? distributable? context- > param* filter* > filter-mapping* listener* serv
Page 831 of 931 Previous 100   Previous 10   831   832   833   834   835   836   837   838   839   840   Next 10