Re: Additional Property File For Substitution Variables

2025-03-27 Thread Sebastian Trost
ser_name}" [...] I didn't test it, but it should work like this. Reference: https://stackoverflow.com/questions/44761831/tomcat-8-context-xml-use-environment-variable-in-datasource Sebastian - To unsubscribe, e-ma

Re: Custom error page for invalid mutual authentication (TLS)

2025-02-07 Thread Sebastian Trost
n your app, if the client provided a valid certificate and redirect them to an error page if that is not the case. Source: https://stackoverflow.com/a/46488689/1180010 Sebastian On 06.02.2025 18:59, Peter Rader wrote: Hi, I have a website that use mutual authentication for over 100 perso

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Sebastian Trost
DivyaBharathi, please don't attach or link images in your e-mails. Instead, just copy&paste the error as text into your message. Sebastian On 06.02.2025 09:06, Divyabharathi Sundaram wrote: Hi Team, We have recently upgraded tomcat from 9.0.82 to 9.0.96, one of the application

Re: DIGEST auth in Tomcat 9 — browsers sending SHA-256 to MD5 server, how to adapt?

2024-12-12 Thread Sebastian Trost
determined the following: Did you change your realm configuration at all during your update? If so, what did you change? Can you post the whole Realm (without password, of course)? Sebastian - To unsubscribe, e-mail: users

Re: Servelet init excepcion

2024-10-10 Thread Sebastian Trost
an-with-name-unsatisfied-dependency-expressed-thr Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: At start up, my web pages prints as text, not as a web page

2024-10-06 Thread Sebastian Trost
ges there. Are there any log files at all? Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: accessing manager app

2024-09-27 Thread Sebastian Trost
case. See: https://answers.microsoft.com/en-us/microsoftedge/forum/all/latest-version-of-edge-no-longer-shows-basic/3601252b-e56b-46c0-a088-0f6084eabe47 Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

Re: Jersey on Tomcat 10.1

2024-09-10 Thread Sebastian Trost
jersey-container-servlet org.glassfish.jersey.inject jersey-hk2 The manual at https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/modules-and-dependencies.html#servlet-app-general indicates, that you should also add the dependency "jersey-client".

Re: Nothing but 404 errors

2024-09-05 Thread Sebastian Trost
s not needed. Also, you point this variable to a different directory? See https://tomcat.apache.org/tomcat-10.1-doc/introduction.html#CATALINA_HOME_and_CATALINA_BASE Sebastian - To unsubscribe, e-mail: users-uns

Re: How to resolve 403 forbidden error in Tomcat level

2024-09-03 Thread Sebastian Trost
Jadgish, please don't attach any .doc- or similar files. Don't send screenshots of text. Send texts within the body of the email. Sebastian On 03.09.2024 17:05, jagadish sahu wrote: Hi Team, Any update on this? Thanks, Jagadish On Fri, Aug 30, 2024 at 8:22 PM jagadish sahu w

Re: How to Call a Java Class in JSP

2024-08-03 Thread Sebastian Trost
se try to open http://localhost:8080/CalculatorJSP/calculator.jsp with your browser. Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: How to Call a Java Class in JSP

2024-08-03 Thread Sebastian Trost
rors? Please look into the log files in tomcat/logs. Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Apache Tomcat Plain Password

2024-08-03 Thread Sebastian Trost
Behauddin, please describe what exactly you're not understanding. Sebastian On 03.08.2024 13:28, MOHAMMED Bahauddin N wrote: Hello Wisers, Hope you are doing well. I have a request related to the Keystore password in Apache Tomcat's 'server.xml' file. Currently, th

Re: Tomcat deploying war file for every restart on Red Hat Linux 8.6

2024-08-02 Thread Sebastian Trost
riables/other directories. That way, an application (or even tomcat) can easily be updated - just redeploy the new war file. Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Issue with the log4j2.xml

2024-07-30 Thread Sebastian Trost
ot;: OK RHEL-8 "apps built locally and deployed manually": OK RHEL-8 "UCD build and deploy": NOT OK To me, your "UCD" (whatever this is) looks to be the culprit here. Sebastian On 30.07.2024 16:52, Burle, Saicharan wrote: Hi Team, Can I get any update on this request?

Re: Excluding specific files when creating WAR files?

2024-06-10 Thread Sebastian Trost
plugin' and add/change the packagingExcludes-Tag as described in the documentation I sent earlier. After that, rebuild the WAR file, open it with any ZIP file tool and check if there are still any Mac Os files in there and if there are

Re: Excluding specific files when creating WAR files?

2024-06-10 Thread Sebastian Trost
can open them with any ZIP util you like and remove those files. Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Log4j 2.15.0 and Tomcat 9.0.56

2021-12-20 Thread Sebastian Hennebrüder
We are running Tomcat 9 on Java 11 without any issues, but you probably want to test it with your application. > Am 20.12.2021 um 19:15 schrieb Daniela Morais : > > I'm trying to upgrade Log4j2 dependencies to 2.15.0 and I'm facing > this issue. Is there any workaround or the only option is to u

Re: CVE-2021-44228 Log4j 2 Vulnerability - Runtime vs compile time Java version

2021-12-13 Thread Sebastian Hennebrüder
There have been multiple Patches for RMI and LDAP over time in Java. The first article states which attack (from the one the researcher analyzed) was possible in which version. https://www.veracode.com/blog/research/exploiting-jndi-injections-java https://github.com/mbechler/marshalsec/ If th

Re: CVE-2021-44228 Log4j 2 Vulnerability -- How does this affect Tomcat?

2021-12-11 Thread Sebastian Hennebrüder
Am 11.12.2021 um 23:35 schrieb Sebastian Hennebrüder : > > Correction for Spring Boot with embedded Tomcat > > The attack does not work by default. > >> Am 11.12.2021 um 23:04 schrieb Sebastian Hennebrüder : >> >> Hi all, >> >> I reproduced the attack a

Re: CVE-2021-44228 Log4j 2 Vulnerability -- How does this affect Tomcat?

2021-12-11 Thread Sebastian Hennebrüder
> Am 11.12.2021 um 23:54 schrieb Aryeh Friedman : > > On Sat, Dec 11, 2021 at 5:11 PM Sebastian Hennebrüder > wrote: > >> Hi all, >> >> I reproduced the attack against Tomcat 9.0.56 with latest Java 8 and Java >> 11. Actually the Java path version is n

Re: CVE-2021-44228 Log4j 2 Vulnerability -- How does this affect Tomcat?

2021-12-11 Thread Sebastian Hennebrüder
Correction for Spring Boot with embedded Tomcat The attack does not work by default. > Am 11.12.2021 um 23:04 schrieb Sebastian Hennebrüder : > > Hi all, > > I reproduced the attack against Tomcat 9.0.56 with latest Java 8 and Java 11. > Actually the Java path versi

CVE-2021-44228 Log4j 2 Vulnerability -- How does this affect Tomcat?

2021-12-11 Thread Sebastian Hennebrüder
loading but Tomcat circumvents this. The attack is explained in 2019 by https://www.veracode.com/blog/research/exploiting-jndi-injections-java Cheers Sebastian

RE: Can't start Tomcat in debug mode

2018-07-16 Thread Sebastian Trost
ocket,address=8000,server=y,suspend=n" > JPDA_ADDRESS=8000 > JPDA_TRANSPORT=dtsocket > JPDA_SUSPEND=n Shouldn't it be "JDPA_TRANSPORT=dt_socket" - with the underscore? Regards Sebastian [snip]

RE: Mapping role names to groups

2017-10-04 Thread Sebastian Trost
-Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, October 04, 2017 11:14 AM To: users@tomcat.apache.org Subject: Re: Mapping role names to groups > On 04.10.2017 10:20, Sebastian Trost wrote: >> -Original Message- >> Fr

RE: Mapping role names to groups

2017-10-04 Thread Sebastian Trost
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 03, 2017 4:10 PM To: Tomcat Users List Subject: Re: Mapping role names to groups On 03/10/17 14:01, Sebastian Trost wrote: >> Hi! >> >> I was looking for a way to map security role

Mapping role names to groups

2017-10-03 Thread Sebastian Trost
than this? Regards Sebastian Trost - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: How to cancel download on the server side

2016-05-30 Thread Sebastian Trost
layed This of course will only work if the client supports Javascript. But even if it doesn't you can work with HTTP reloads and/or redirects and using unique IDs to identify your client and their download. Best Refards Sebastian Trost -Original Message- From: Steffen Heil (Mail

AW: javax.naming.NameNotFoundException Tomcat 8.0.32

2016-05-19 Thread Sebastian Trost
Hi Al, Try using context.lookup("jdbc/308tubeOracle") instead of context.lookup("308tubeOracle"). Regards Sebastian -Ursprüngliche Nachricht- Von: Al [mailto:rebra...@hotmail.com] Gesendet: Mittwoch, 18. Mai 2016 22:26 An: users@tomca

AW: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
ing went wrong with the authentication on the OIDC provider's side, the user will be redirected to the form - I think. If I would only use a realm I couldn't redirect the user before he reaches the login form. I think. Regards Sebastian -Ursprüngliche Nachricht- Von: Chris

AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
Hi Chris, Well, it seems that I will have to use a Valve + Realm combination. Thanks! Regards Sebastian -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Dienstag, 29. März 2016 19:57 An: Tomcat Users List Betreff: Re: OpenID Connect

OpenID Connect with Tomcat 8

2016-03-29 Thread Sebastian Trost
with tomcat 8? Thanks and kind regards Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Custom protocol

2012-06-17 Thread Sebastian Götz
protocol handler). In the end my question is: How is this done the best way? At best this would also work in clustered environments. Sincerely Sebastian Götz

Tomcat LifecycleListener

2011-04-07 Thread Sebastian Biedermann
? Thanks for help Sebastian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

tomcat integrity

2011-04-06 Thread Sebastian Biedermann
Dear List, I´m searching for a integrity measurement module for apache tomcat which makes a hash (e.g. sha1) from each *.war file before starting/employing it. Can anyone give me a hint? Thank you! Sebastian - To unsubscribe

Re: IIS6 not forwarding requests to Tomcat 5.5

2011-02-14 Thread Sebastian Szuber
Unfortunately this doesn't work too. -- Registry: [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0] "extension_uri"="/jakarta/isapi_redirect.dll" "log_file"="E:\\tomcat-connector\\isapi.log" "log_level"="debug" "worker_file"="E:\\tomcat-connector\\workers.proper

Re: IIS6 not forwarding requests to Tomcat 5.5

2011-02-11 Thread Sebastian Szuber
r but no errors there, also nothing in EventViewer. Can someone have a look at IIS config screen shots? https://picasaweb.google.com/madperro/IISTomcat?authkey=Gv1sRgCLC69v6XrszBHQ# Regards, Sebastian 2011/2/11 Sebastian Szuber : > Hi! > > You can see screen shots with ISAPI Filte

Re: IIS6 not forwarding requests to Tomcat 5.5

2011-02-11 Thread Sebastian Szuber
9D460 - localhost 404 2 1260 1795 414 796 But none any errors logged at least in Windows Event Viewer. Is there any other place that I shall check for errors logged? Pozdrawiam, S. 2011/2/11 Mladen Turk : > On 02/11/2011 10:09 AM, Sebastian Szuber wrote: >> >> Andre, >

Re: IIS6 not forwarding requests to Tomcat 5.5

2011-02-11 Thread Sebastian Szuber
is fact in Tomcat logs. Regards, Sebastian. 2011/2/11 André Warnier : > Hi. > > Something there does indeed not make sense. > Your configuration looks ok at first sight. > But this : > > 3. AccessLogValve is logging HTTP Connector request > 127.0.0.1 - - [11/Feb/2011:04:

IIS6 not forwarding requests to Tomcat 5.5

2011-02-10 Thread Sebastian Szuber
have RequestDumperValve and AccessLogValve configured). Any ideas what may be wrong? How to debug it? Please see logs and config files below. Regards, Sebastian. 1. AJP Connector is starting Feb 11, 2011 4:55:25 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:800

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
ucts. thanks, sebastian 2009/9/13 Andre-John Mas > You may want to look at the Java VNC Viewer: > > http://www.realvnc.com/support/javavncviewer.html > > or TightVNC: > > http://www.tightvnc.com/download.html > > it may save you repeating work which has already been done els

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
yes it is a solution send only ... or receive only. sebastian 2009/9/13 Andre-John Mas > > On 13-Sep-2009, at 15:04, Sebastian Wagner wrote: > > Thanks for your answers. >> >> I am working on a Desktop Sharing application that is sending the Desktop >> Images

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
You might be right, I will have to try different approaches till the final release. thanks, sebastian 2009/9/13 Caldarale, Charles R > > From: Sebastian Wagner [mailto:seba.wag...@gmail.com] > > Subject: Re: howto add a UDP Listener > > > > I think you mean why it

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
I think you mean why it does NOT use a reliable protocol ... ? Iit is not that important if some packages are lost in this case and I hope to gain some performance by using UDP. sebastian 2009/9/13 Caldarale, Charles R > > From: Sebastian Wagner [mailto:seba.wag...@gmail.com] > >

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
Thanks for your answers. I am working on a Desktop Sharing application that is sending the Desktop Images over UDP to Tomcat. As this is quite time-critical I need to integrate the UDP-handler into my webapp. It seems like using MINA does solve my Issues. thanks, sebastian 2009/9/13 Andre-John

howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
receive UDP Packets and forward them to my Handlers? Something like a Servlet that gives me the UDP Packets? thanks Sebastian Wagner -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de seba.wag...@gmail.com

Re: Idea to simplify deployments

2009-08-26 Thread Sebastian Hennebrueder
Christopher Schultz schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian, On 8/25/2009 2:20 PM, Sebastian Hennebrueder wrote: My proposal is to just allow adding a simple text file into the lib folder of WAR or EAR archives instead of adding jar files. This file describes which

Idea to simplify deployments

2009-08-25 Thread Sebastian Hennebrueder
published the idea on my blog. http://www.laliluna.de/blog/2009/08/21/better_java_application_packaging_jsr_277_java_module_system.html I posted this message to the Jetty user list as well. -- Best Regards / Viele Grüße Sebastian Hennebrueder - Software Developer and Trainer for Hibernate

mod_jk 1.2.27 use_server_errors extension not working here

2008-11-07 Thread Sebastian
ttp status code 200). I hope somebody already tried the new extension and can help me with this problem. Thanks, Sebastian Excerpts from my config files and version information follow below. httpd.conf: === LoadModulejk_module libexec/mod_jk.so.1.2.27 JkShmFile /path/to

AW: Problem with JNDI Resources "JavaMail Sessions"

2008-10-02 Thread Schneider, Sebastian
Hey guys, I found the solution. I had import the wrong Session-class. So long, Sebastian > Hey Team, > > I have some problems with the example of JNDI Resources "JavaMail > Sessions". > > I get the error: The constructor MimeMessage(Session) is undefined > &

Problem with JNDI Resources "JavaMail Sessions"

2008-10-02 Thread Schneider, Sebastian
doesn't find the constructor in this API. I hope you can help me. This is a new section for me. Best regards, Sebastian

Re: JDNI Resource not reusable

2008-08-08 Thread Sebastian Gerdes
://sourceforge.net/projects/drfox/ Unzip and go to /drfox-1.0/src/WEB-INF/src/drfox/logic/ DRFoxContextfactory.java DRFoxAdministrator.java --> method searchUsers() I don't know, if this is the best solution but it works like a charm. Regards, S

Re: Using META-INF/context.xml

2007-12-21 Thread Sebastian Gerdes
quot;jdbc:mysql://localhost:3306/wdcc1" > username="jdbc" > password="andrew" > removeAbandoned="true" /> > > > Any help would be appreciated > Regards > Andrew Connick > > > ----- > To s

AW: Session Management between instances

2007-12-17 Thread Sebastian Göttschkes
Hi, > -Ursprüngliche Nachricht- > Von: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 17. Dezember 2007 14:51 > An: Tomcat Users List > Betreff: RE: Session Management between instances > > > From: Sebastian Göttschkes > > [mailto:

Session Management between instances

2007-12-17 Thread Sebastian Göttschkes
to access a secured folder, but the session is still there, storing my role and Name. So, all I need is to tell Tomcat to forget every session when restarting. Thanks in advance, Sebastian EquityStory AG Seitzstr. 23 D-80538 Munich Germany Phone: +49 (0) 89 21 02 98-1

JDNI Resource not reusable

2007-12-12 Thread Sebastian Gerdes
everything works fine. Every time I use the LDAP I do setup a new environment and I get a new connection. My problem only occurs when I use the resource via lookup from tomcat. Anybody knows why? Atleast how do reuse the context or disable the pooling? Thank you for an answer in advance Kind reg

Re: LDAP as resource in context.xml

2007-12-10 Thread Sebastian Gerdes
xt(); Context envCtx = (Context) newCtx.lookup("java:comp/env"); DirContext ctx = (DirContext) envCtx.lookup("ldap/ox"); That's the end of it :) Kind regards, Sebastian Gerdes Sebastian Gerdes schrieb: > Hello, > > im just working on a web application, where

LDAP as resource in context.xml

2007-12-06 Thread Sebastian Gerdes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, im just working on a web application, where I use a LDAP realm for the authentification and a postgresql resource in my context.xml. Both are working fine. Now I need to access the LDAP in my running web application again. I do not want to sto

Re: Slightly OT: Which CMS?

2007-07-02 Thread Sebastian Himberger
rse: You have to evaluate the CMS yourself. What works fine for us may be horrible for you ;) Regarding PHP: IMHO it is more difficult to make PHP secure but i think this mainly depends on the used CMS. best regards, Sebastian Gregor Schneider schrieb: > Dear list, > > among other thin

Re: Appointment system

2007-07-01 Thread Sebastian Himberger
f you want to use EJBs :). Best regards, Sebastian Asare Samuel schrieb: > Hi all, > > I am about to code a web applciation(Appointment system). > > It will require a database, email reminders, and JSP pages. Would you sujest > an EJB project or a regular web application as

Re: URI handling bug in Tomcat 6.0.13?

2007-06-24 Thread Sebastian Kruk
e the behaviour configurable. Sebastian Kruk wrote: Thanks, so if I got it right - due to some security reasons: "Directory traversal vulnerability in Apache HTTP Server and Tomcat 5.x before 5.5.22 and 6.x before 6.0.10, when using certain proxy modules (mod_proxy, mod_rewrite, mod_j

Re: URI handling bug in Tomcat 6.0.13?

2007-06-24 Thread Sebastian Kruk
Top Can you, please, explain what is wrong with this URI? I got a feeling that although the CVE-2007-0450 might be important, it has been implemented in wrong way? Thanks, Sebastian On 24 Jun 2007, at 16:09, Rainer Jung wrote: Look for "CVE-2007-0450" in http://tomcat.apac

URI handling bug in Tomcat 6.0.13?

2007-06-24 Thread Sebastian Kruk
have noticed that the problem is in % 2F sequence (URI encoding of /). Is there any HTTP specification detail that I have missed or is it, as I think it is, a bug in Tomcat 6? Thanks for any hints, Cheers, Sebastian -- Sebastian Ryszard

Re: How to restrict number of active logins/sessions to one per user

2006-12-08 Thread Sebastian Hennebrueder
then if the entry is still a valid session. Best Regards Sebastian Edmon Begoli schrieb: > Hi, > > Can someone please suggest an effective way to restrict number of > sessions/logins allowed per user. > > This is a security requirement imposed by the client I currently deal &

Re: Someone successfully Installed Tomcat as Windows Service with StartMode=java or StartMode=exe?

2006-02-25 Thread Sebastian Himberger
:) have a nice weekend! best regards Sebastian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Someone successfully Installed Tomcat as Windows Service with StartMode=java or StartMode=exe?

2006-02-24 Thread Sebastian Himberger
.html says it so. best regards Sebastian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Someone successfully Installed Tomcat as Windows Service with StartMode=java or StartMode=exe?

2006-02-24 Thread Sebastian Himberger
please let me know. But anyway, thanks very much for your answer. best regards Sebastian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java.lang.Object cannot be resolved

2006-02-13 Thread Sebastian Funk
Hi, On Feb 13, 2006, at 5:56 PM, Caldarale, Charles R wrote: From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.Object cannot be resolved No, simple "javac Hello.java" doesn't work. Only if I set $CLASSPATH to "/usr/lib/jdk/jre/lib/rt.jar" or wi

Someone successfully Installed Tomcat as Windows Service with StartMode=java or StartMode=exe?

2006-02-13 Thread Sebastian Himberger
as a Windows service? Thanks very much in advance best regards Sebastian Sebastian Himberger schrieb: Hi list, i'm trying to install Tomcat 5.5.12 as a Windows Service on "Windows Server 2003 Web Edition" and run it under another user as described here: http://tomcat.apache.org/to

Re: java.lang.Object cannot be resolved

2006-02-13 Thread Sebastian Funk
sudo to see if that makes a difference.) No, simple "javac Hello.java" doesn't work. Only if I set $CLASSPATH to "/usr/lib/jdk/jre/lib/rt.jar" or with the -cp-option. What environment variables do you have set? Do you mean $CLASSPATH? For the Hell

Re: java.lang.Object cannot be resolved

2006-02-12 Thread Sebastian Funk
at/tomcat/common/lib/servlet-api.jar:/home/ tomcat/mysql-connector-java-3.1.11-bin.jar:/usr/lib/jdk/jre/lib/ rt.jar:.' On Feb 11, 2006, at 10:21 PM, Martin Gainty wrote: Good Afternoon Sebastian- *usually* the JDK/JRE install is supposed to do that for you But as I found this past week (even

Re: java.lang.Object cannot be resolved

2006-02-11 Thread Sebastian Funk
unstable. Have you tried to restart Tomcat? -- David Sebastian Funk wrote: On Feb 11, 2006, at 6:30 PM, Caldarale, Charles R wrote: From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: java.lang.Object cannot be resolved import java.lang.Object; The type java.lang.Object

Re: java.lang.Object cannot be resolved

2006-02-11 Thread Sebastian Funk
On Feb 11, 2006, at 6:30 PM, Caldarale, Charles R wrote: From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: java.lang.Object cannot be resolved import java.lang.Object; The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class

java.lang.Object cannot be resolved

2006-02-11 Thread Sebastian Funk
type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files the same source code worked fine for weeks. I don't use any IDE's like Eclipse. Greetings, Sebastian Funk - To unsu

Problem: Installing Tomcat as Windows Service with StartMode=java or StartMode=exe

2006-02-06 Thread Sebastian Himberger
solution. I would be very glad if anyone can help me finding a solution that works or point me in the right direction. Thanks very very much in advance Sebastian Himberger CATALINA_HOME: X:\...\Tomcat CATALINA_BASE: X:\...\Tomcat JAVA_HOME:

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- I've got nothing named "stdout*.log". Where so - Original Message - From: "Sebastian Funk" <[EMAIL PROTECTED]> To: "Tomcat

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
traffic On Fri, 2005-12-16 at 19:05 +0100, Sebastian Funk wrote: Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- Sorry, but I've got nothing named "stdout*.log". Where should that be? -

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- I've got nothing named "stdout*.log". Where so - Original Message - From: "Sebastian Funk" <[EMAIL PROTECTED]> To: "Tomcat

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, On Dec 16, 2005, at 6:18 PM, Martin Gainty wrote: Sebastian- send us the logs specifically stdout_MMDD.log Martin- Sorry, but I've got nothing named "stdout*.log". Where should that be? - Original Message - From: "Sebastian Funk" <[EMAIL PROTECT

Re: Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
/home/tomcat/tomcat/temp Using JRE_HOME: /usr/lib/jdk but then nothing happens, and I get no prompt back. Did I miss a port? Best Regards, Sebastian Funk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Tomcat and iptables?

2005-12-16 Thread Sebastian Funk
Hi, I've run a Tomcat-server and it worked fine. Now I've installed "iptables" and I'm getting some trouble. Wich port do I have to open for tomcat? Only the 8080 doesn't seem to be enough. What else?

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Sebastian Funk
Hi, I got the same error a few weeks ago. in my case, the URL was wrong. you use: jdbc:mysql://l/AdressBook Are you sure it's right? Is 'l' really the right host? Did you tried it with the ip-address? Best Regards, Sebastian On Dec 12, 2005, at 2:37 PM, marju ja

Re: servet-dircetory

2005-12-04 Thread Sebastian Funk
On Dec 4, 2005, at 4:19 PM, Wendy Smoak wrote: On 12/4/05, Sebastian Funk <[EMAIL PROTECTED]> wrote: I've read a book about servlets called "Java Servlet Progamming". This book says I can access all my servlets - additionally to that what I declared in web.xml - via

servet-dircetory

2005-12-04 Thread Sebastian Funk
ervlet/myServlet but I can't. I get "404 Not Found". Why? Best Regards, Sebastian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HttpServlet not found?

2005-11-29 Thread Sebastian Funk
Hi, thanks a lot. Very quick. Only 3 minutes and I got help. Best regards, Sebastian Funk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HttpServlet not found?

2005-11-29 Thread Sebastian Funk
Hi, thanks for helping. that seems to work. I'll be watching it. But when I shouldn't set the $CLASSPATH, how can I load the MySQL- Drivers? Thanks $ Greetings, Sebastian Funk - To unsubscribe, e-mail: [EMAIL PROT

Re: HttpServlet not found?

2005-11-29 Thread Sebastian Funk
HI, On Nov 29, 2005, at 5:07 PM, Caldarale, Charles R wrote: From: Sebastian [mailto:[EMAIL PROTECTED] Subject: HttpServlet not found? I compiled it with "javac -cp /home/tomcat/j2ee/lib/j2ee.jar:/home/tomcat/mysql MyServlet.java". Using j2ee.jar with Tomcat usually resul

HttpServlet not found?

2005-11-29 Thread Sebastian
jar:/../mysql/com/:/../mysql/org:/../ apache-tomcat-5.5.12/common/ lib/ When I try to run that servlet with "java" I get that error: java.lang.ClassNotFoundException: LoadDriver not found in java.lang.ClassLoader$1{url