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 725 of 931 Previous 100   Previous 10   721   722   723   724   725   726   727   728   729   730   Next 10   Next 100  

Re: [maybe OT] - java.lang.UnsatisfiedLinkError in servlet when generating
ima

Hi! Simone Chiaretta wrote > the libXp.so lib is a lib from X server... > But I 'm running the webserver on a just text server so no Xfree... > I 'm wondering if X is needed to use some awt met

DataSource Realm

If I want to use a DataSourceRealm (tomcat 4.1) like <Realm className "org.apache.catalina.realm.DataSourceRealm " dataSourceName "java /comp/env/jdbc/authority " ... / > I had to configure a JNDI nam

Subject: Linking tomcat with apache

I have tomcat and apache both setup and running. At the moment I am using a permanent redirect for urls to servlets to tomcat. But this is not correct. How do I get them set up correctly? I have

Re: Please help: error: The requested resource (/stuff/index.html)
is not avai

You need a webapp called stuff. OR you need to move stuff/index.html under webapps/ROOT/stuff/incdex.html In either case please first read the docs. Also Sun 's webservices developer kit would a

Tomcat

I would like to learn more about Tomcat for Unix Solaris. Where can I find information on it documentation download the software installation procedure Tomcat V.S Jrun ?. Who support it?.

Terminating or suspending an application if a "on start up " servlet throws an ex

G 'day Is it possible to have Tomcat 4.1.x terminate or suspend access to an application if a servlet which is fired at start up throws an exception? For example we have two servlets which are l

R: [maybe OT] - java.lang.UnsatisfiedLinkError in servlet when generating image

I also added the -Djava.awt.headless true in the tomcat startup script but still get the same error Simone

- java.lang.UnsatisfiedLinkError in servlet when generating image on

Hello all I get a strange error when try to run a code to generate a JPG on the fly from inside a servlet java.lang.UnsatisfiedLinkError /usr/java/j2sdk1.4.0_01/jre/lib/i386/libawt.so libXp

Please help: error: The requested resource (/stuff/index.html) is not available.

Hi All I am new to tomcat and just installed Jakarta.tomcat 5.0.16. I am able to start up and shut down the web server successfully. I tried to write a simple HTML to print "hello world ". The

Subject: almost there with my servlet

I have added my servlet file (WinGalagaHST) to the examples/WEB-INF/classes folder and added the following to the web.xml file <servlet > <servlet-name >WinGalagaHST </servlet-name >

Timeout error using jk2 on IIS

Hi I am running jk2 IIS 5.0 and mostly it works fine but sometimes the call for a tomcat-generated page never returns!! stderror looks like this 17-01-2004 15 10 45 org.apache.jk.common

Subject: SV: SV: Tomcat config

Hi Humayun You can look at this for ideas http //www.javacommerce.com/articles/SendMailUsingAuthentication.java Soren -----Oprindelig meddelelse----- Fra S M Humayun [mailto humayun_r

SV: Tomcat config

I don 't know if this is what you mean but this jsp page sends mails with javaMail. BR Soren <%@ page import "javax.mail.* javax.mail.event.* javax.mail.internet.* java.util.* java.la

Tomcat config

Hi all Can some one please tell me how to make my JSP 's use JavaMail to send emails from my domain say www.abc.com ? please mention step by step process which files to edit and where to edit ? I

Cannot keep session

Hi. My new tomcat installation cannot keep the session when logging in. When I logon to /public/ and get access and go to fx ../ the getRemoteUsername is NULL. Also only BASIC login works n

OracleConnection datasource CLOB.createTemporary

somwehere in the CLOB.createTemporary is Connection retype to OracleConnection but Connection returned from DBCP DataSource.getConnection is not assignable to that class. I can create clob in DB bu

Subject: Tomcat, load balancing

I have a scenario where I have to support 2000 concurrent users on my app. What would be the best distribution with Tomcat? Are there any documents/standards as to how many concurrent users each in

followed install instructions - are they complete?

i followed the install instructions on the website but i cannot run the test jsps or servlets. the error message i get for JSPs is Class org.apache.jsp.index_jsp is not a Servlet Last version

Putting context.xml in .war/META-INF/context.xml

>From reading this article http //www.onjava.com/pub/a/onjava/2003/01/08/tomcat4.html?page 3 I assumed that Tomcat supported putting a context.xml in META-INF/ and it would act the same as pla

Newbie needs help with Tomcat 5.0.16 application install

--------------Boundary-00 _9K4MZ5E4G6G000000000 Content-Type Text/Plain charset "iso-8859-1 " Content-Transfer-Encoding quoted-printable 0D 0D My OS is Linux Redhat9. 0D 0D I have dow

web.xml config

I have tomcat up and running fine - verified by running the example jsp pages and servlets. I have a servlet that I want to get working called WinGalagaHST which is used for my game I have been de

servlets are no where to be found

Was hoping some one out there could help me with the 404 problem after installing a web app under tomcat 5.0.16 running on a windows 2003 server. I 've been thru the archives and several books but al

Subject: cannot get the login to work

Hi. I have installed the jakarta-tomcat-4.1.29 on my XP laptop. I cannot get the login to work. I have created a user with correct roles in tomcat-users. Every thing works on another tomcat

Does anyone have a working workers2.properties file?

Hi I am looking for a working workers2.properties file to use as a template. I have seen a lot of examples of sections workers2.properties files but I would like to see a complete file. I am

Using CA-issued certificates in Tomcat 5

I thought I had all my Tomcat issues resolved and was ready to go from the self-signed cert to one issued by a CA. So I followed all the steps generated a CSR got the root cert and test cert insta

mod_jk compile issue

I 'm trying to compile mod_jk. I have apache 1.3.29 and tomcat 4.0.6 currently running fine. But I 'm trying to get the jakarta-tomcat-connectors-4.0.6-src/jk/native to compile. The ./buildconf

Problems with jk2 on IIS 5.0 and Tomcat 4.0

Hi I have some problems making the jk2 redirector work. My log file seems ok until HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a servlet url - should redirect to ajp

Re: Tomcat 4 & IIS5 - HTTPExtensionProc not getting the filter 's
added headers

On Fri 16 Jan 2004 09 28 00 EST Jeff Trout <jeff.trout@(protected) > wrote Note After much more tinkering I discovered this problem goes away if you install the isapi_redirect.dll at

SPAM?: Re: Tomcat replication Unable to receive message through TCP ch

awesome catch Apu!!!! I will add this to my to do list so that replication is independent of server out of synch time Filip ----- Original Message ----- From <jean-philippe.belanger@(protected)

Re: SPAM?: Re: Tomcat replication Unable to receive message through
TCP

YOU 'RE KIDDING ME! sorry for the caps but I just lost a day of work for a stupid server out of time! P Thanks btw! Jean-Philippe B?langer CGI Apu Shah wrote >check the dates on b
Page 725 of 931 Previous 100   Previous 10   721   722   723   724   725   726   727   728   729   730   Next 10   Next 100