Problem with redirection for Tomcat Basic Authentication

2005-05-23 Thread Javier Santos Martin-Moreno
for the authentication part. Does anyone have any ideas so that I can login to my application from without the need to specify the port? Thanks in advance, Javier Santos - To unsubscribe, e-mail: [EMAIL PROTECTED

ssl SocketException: Software caused connection abort: recv failed

2005-05-09 Thread Fco Javier Jiemnez
Hello, I have a problem with Tomcat 5.0.28 with SSL mode enabled + Struts 1.2 + Windows XP + j2sdk 1.4.2 When I use Tomcat in ssl mode i read this error in console every time that click a link aplication web. 10-may-2005 0:55:21 org.apache.tomcat.util.net.TcpWorkerThread runIt GRAVE: Remote

RE: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Aris Javier
If this is not supported in Tomcat, is there a way or a plan to have this kind of service? This would really be a big help to many developers. Just a thought Aris -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 9:34 PM To: Tomcat Users

RE: Equivalent of Resin run-at servlet configuration

2005-03-03 Thread Aris Javier
:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 9:42 AM To: Tomcat Users List Subject: Re: Equivalent of Resin run-at servlet configuration no. (unless the spec says so) -Tim Aris Javier wrote: If this is not supported in Tomcat, is there a way or a plan to have this kind of service? This would

Re: Looking for Java programmers

2005-03-02 Thread javier . torres
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: jspISAPI solution?

2005-03-02 Thread Aris Javier
JspIsapi is good but I don't know if they have already fixed some old issues before. 1. Like request.getRemoteUser(), where it fails to yield values on other browsers othen than IE. 2. Have problems on windows xp clients. hangs. please confirm these issues to their tech support akash kava's

RE: errors with IE

2005-02-27 Thread Aris Javier
have you tried to access your web app from different pc? cause im suspecting some spams on your pc. aris -Original Message- From: deepak suldhal [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 9:54 AM To: tomcat users Subject: errors with IE When I use IE and try to access

RE: errors with IE

2005-02-27 Thread Aris Javier
you can download some spywares from download.com. aris -Original Message- From: deepak suldhal [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 10:44 AM To: Tomcat Users List; Jason Bainbridge Subject: Re: errors with IE if I type the http://localhost:8080/ I get tomcat page.

RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Aris Javier
Hello! visit this site to automate your integration of tomcat and iis. http://www.shiftomat/opensource download the file and follow the instructions... regards aris -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 2:25 PM To:

RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Aris Javier
sorry... forgot .com =) anyway, here's the site again. http://www.shiftomat.com/opensource/ regards aris philippines -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 2:39 PM To: Tomcat Users List Subject: RE: TC (4), IIS

RE: Re: trying with my first site on Tomcat with IIS 5.0 (3)

2005-02-23 Thread Aris Javier
Hi David, I have the same problem like yours before. And found this site. http://www.shiftomat.com/opensource/ It's effective and it's free! =) I've been using this for a long time now and encountered no problems. Hope this helps. Aris Philippines -Original Message- From: Matt

RE: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread Aris Javier
Hello! I have another workaround on connecting tomcat and iis... I used shiftomat. download the file and install it... it will automatically configure your system hasle free. http://www.shiftomat.com/opensource/ Aris -Original Message- From: John Gordon [mailto:[EMAIL PROTECTED]

RE: SV: Build a portal

2005-02-14 Thread Aris Javier
p align=leftbfont face=Arial size=2GFI MailSecurity's HTML threat engine found HTML scripts in this email and has disabled them./font/b/pHi! You can make use of Windows Sharepoint Portal Server. But that's too expensive... If you know how to use XFRAME!-- and DIV then you can combine all your

RE: SV: Build a portal

2005-02-14 Thread Aris Javier
You can make use of Windows Sharepoint Portal Server. But that's too expensive... If you know how to use IFRAME and DIV then you can combine all your webapps into one webapp.. =) and make it somewhat like a dashboard... =) Aris -Original Message- From: Roland Carlsson [mailto:[EMAIL

RE: Attn developers of Tomcat and JK

2005-02-08 Thread Aris Javier
If you want to integrate Tomcat and IIS with enough technical support, then go to a commercial site like http://jspisapi.neurospeech.com/. There you can find jspisapi redirector worth $50 I think... Aris -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday,

OT: Java / Tomcat Job Abroad

2005-02-01 Thread Aris Javier
Hello! This is an out of topic question... Sorry, but since all of you guys are using Java and Tomcat, and are from different countries... im just wondering if i can land a job abroad? I'm planning to migrate to Canada, US, or New Zealand from here in Philippines... My skill is java

Edit session timeout

2005-01-30 Thread Aris Javier
Hello! How to edit session timeout? Tomcat's default value is 30mins... 30 minutes of inactivity then a session will expire... In my apps, i think 30minutes is too long.. i want 5 minutes of inactivity before session expires... is it in server.xml? i only see connectionTimeout which is 2?

RE: Edit session timeout

2005-01-30 Thread Aris Javier
session timeout From: Aris Javier [EMAIL PROTECTED] How to edit session timeout? Tomcat's default value is 30mins... Look in web.xml instead of server.xml. You can change it for the entire container, or on a per-webapp basis, depending on which web.xml you edit. (Works for Tomcat 4.1, I haven't moved

RE: Edit session timeout

2005-01-30 Thread Aris Javier
session-timeout120/session-timeout /session-config Look, at the web.xml file inside the conf directory, the global web.xml file that is. You can usually find this right above the mime-type mapping definitions. Drew. On Sun, 2005-01-30 at 20:28, Aris Javier wrote: I looked at my

RE: Edit session timeout

2005-01-30 Thread Aris Javier
Thanks Everybody! =) -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 12:56 PM To: Tomcat Users List Subject: Re: Edit session timeout Yes. Doug - Original Message - From: Aris Javier [EMAIL PROTECTED] To: Tomcat

Re: How does Tomcat know that a browser supports cookies?

2005-01-27 Thread Javier Villalobos Arancibia
keep session with user using cookies, so.. if session is new mean that user is new for tomcat, because it can't send cookie. regards.. Javier At 10:12 27-01-2005 +, you wrote: The API for the HttpServletResponse.encodeURL() method states that the implementation of this method includes the logic

SOLVED: Tomcat Bug?

2005-01-25 Thread Aris Javier
virtual host you may be running) delete the cached file in question or all of them and restart tomcat ;-) Drew. On Mon, 2005-01-24 at 20:11, Aris Javier wrote: Hello! Please Help! It seems Tomcat won't refresh the page... I have this logout.jsp page.. have configured it so many times

Tomcat Bug?

2005-01-24 Thread Aris Javier
Hello! Please Help! It seems Tomcat won't refresh the page... I have this logout.jsp page.. have configured it so many times... deployed it to webapps/elog/web folder but still it's initial logout.jsp appeared... restarted tomcat, restarted browser, and even restarted my pc... but to no

RE: Tomcat Bug?

2005-01-24 Thread Aris Javier
: Aris Javier [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, January 24, 2005 11:11 PM Subject: Tomcat Bug? Hello! Please Help! It seems Tomcat won't refresh the page... I have this logout.jsp page.. have configured it so many times... deployed it to webapps

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Aris Javier
what browser ar you using? -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 6:24 AM To: tomcat-user@jakarta.apache.org Subject: problem with Basic authentication -- no window to login Hi i was able to make my application work with form

RE: problem with Basic authentication -- no window to login

2005-01-20 Thread Aris Javier
authentication -- no window to login I have tried internet explorer and mozilla Ashish --- Aris Javier [EMAIL PROTECTED] wrote: what browser ar you using? -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 6:24 AM To: tomcat-user

RE: SERVLET CONTEXT [ START/STOP BY CODE]

2005-01-10 Thread Aris Javier
inside tomcat manager.. redeploy your web app... http://localhost:8080/manager/html _ From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 4:08 PM To: TOMCAT_USERS Subject: SERVLET CONTEXT [ START/STOP BY CODE] Hi Guys Apologies. Am a New

RE: How to let tomcat call a jsp automatically?

2005-01-10 Thread Aris Javier
You can make use of scheduled tasks in Windows... This is the one im using to run my jsp automatically everyday to send email notifications... Aris -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 11:26 AM To: Tomcat Users

RE: index.jsp not found

2005-01-04 Thread Aris Javier
try to turn on/off browser when adding/removing index.jsp. this way, it will free session memory. just a thought -Original Message- From: Atishay Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 2:21 PM To: Tomcat Users List Subject: index.jsp not found hi, I am

Tomcat Suddenly Stopped!

2005-01-02 Thread Aris Javier
Before anything else, I would like to greet everybody HAPPY NEW YEAR!!! Ok, serious now... Why is it Tomcat suddenly stopped... ? I'm trying to figure out what happen... Is it with the number of connections or users of my intranet web app? But we are just 50 in the organization... I'm

RE: Help me off this list!

2004-12-15 Thread Aris Javier
I think you must receive and send a confirmation reply if you want to subscribe or unsubscribe... aris -Original Message- From: TK Banks [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 3:56 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Help me off this list! No

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
/tomcat/tomcat-5.0-doc/realm-howto.html Also look at: http://jakarta.apache.org/tomcat/faq/windows.html If you do not need to restrict the access to the application then enable the Anonymous access. Doug www.parsonstechnical.com - Original Message - From: Aris Javier [EMAIL PROTECTED

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
not matter what the client is. Doug - Original Message - From: Aris Javier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 8:51 PM Subject: RE: Help: Windows Server on Linux Client Hello! I already enabled Anonymous Access but to no success... =| I

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
but where to type [EMAIL PROTECTED] or foo\domain in linux? sorry im a newbie in linux... thanks! aris -Original Message- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:12 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
: Wednesday, December 08, 2004 11:51 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client From: Aris Javier [mailto:[EMAIL PROTECTED] Subject: RE: Help: Windows Server on Linux Client if I will not use IIS, how to remove 8080 in URL then? Tomcat's HTTP connector is configured

RE: Help: Windows Server on Linux Client

2004-12-07 Thread Aris Javier
what? If you get the default start page there is a link to the manager. As for the login Benson is speaking of the authentication (login) box that appears when you hit a site with security. Doug - Original Message - From: Aris Javier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

RE: Help: Windows Server on Linux Client

2004-12-06 Thread Aris Javier
do not need to restrict the access to the application then enable the Anonymous access. Doug www.parsonstechnical.com - Original Message - From: Aris Javier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, December 05, 2004 9:19 PM Subject: RE: Help: Windows Server

FW: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
Please Help! thanks very much! aris _ From: Aris Javier Sent: Friday, December 03, 2004 4:48 PM To: 'Tomcat Users List' Subject: Help: Windows Server on Linux Client Good Afternoon! I have this problem on linux clients... My web apps simply won't run on linux client... http

RE: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
Thanks for your reply Brad! Inside IIS (myApp virtual directory), I have disabled Anonymous access and checked integrated windows authentication... myApp gets the user domain login name first and verify in active directory if the user exists... if the user exists, then myApp will work.. if in

Help: Windows Server on Linux Client

2004-12-03 Thread Aris Javier
Good Afternoon! I have this problem on linux clients... My web apps simply won't run on linux client... http: 401 authorization problem always shows up on mozilla in linux. The server is Windows 2k (development pc) running tomcat 5.0.27 using jk2 connector to run on IIS... my web apps don't

design patterns

2004-09-23 Thread Aris Javier
Hello! J2EE web development has so many design patterns... Which design pattern is the best? or What are the purpose of each design patterns? Do you have any article about this? coz i'm currently using MVC design pattern.. and i would like to study other design patterns.. Thanks in

RE: design patterns

2004-09-23 Thread Aris Javier
. A good site explaining the J2EE design patterns is this one: http://java.sun.com/blueprints/patterns/ Check out the Core J2EE Patterns link for J2EE patterns. Tom Vekemans -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: jeudi 23 septembre 2004 9:36 To: [EMAIL

RE: Why tomcat 4 or even 3?

2004-09-17 Thread POLO ARAUJO, JAVIER
is right!). Javier Polo.

Re: Why tomcat 4 or even 3?

2004-09-16 Thread POLO ARAUJO, JAVIER
of years in the same old server. Javier Polo.

RE: A little offbeat question

2004-09-16 Thread Aris Javier
Define your classpath... Your classpath should include c:\j2sdk1.4.2_03 -Original Message- From: John Najarian [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 3:03 PM To: 'Tomcat Users List' Subject: RE: A little offbeat question One more thing, tomcat was running fine.

SPAM MAIL FROM HSBC

2004-09-14 Thread Aris Javier
Hello to All! Im always receiving HSBC spam mail here in tomcat mailing list... Am I the only one receiving this spam mail? or everybody in mailing list? Can tomcat mailing list administrator block this? or its in our server? Aris

RE: Accessing the user name

2004-09-13 Thread Aris Javier
have you tried putting it in session? session.setAttribute(username,xxx); just a thought.. aris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 5:33 PM To: [EMAIL PROTECTED] Subject: Accessing the user name Having logged in using

Read MS Word using Java?

2004-09-09 Thread Aris Javier
Hello everyone! I know this is out of tomcat discussion.. but I need help on how to read MS Word files in java.. does anybody have working codes? Any Help is greatly appreciated.. Thanks in advance... aris

RE: Read MS Word using Java?

2004-09-09 Thread Aris Javier
Users List Subject: RE: Read MS Word using Java? Hi, Have a look there: http://jakarta.apache.org/poi/hwpf/index.html Laurent -Message d'origine- De : Aris Javier [mailto:[EMAIL PROTECTED] Envoyé : vendredi 10 septembre 2004 06:32 À : [EMAIL PROTECTED] Objet : Read MS Word using Java

Tomcat 5.28 autodeploy

2004-09-07 Thread POLO ARAUJO, JAVIER
Hi! I have a problem using tomcat 5.28. When i create a war file and I put it in my webapps directory, if tomcat is running it's autodeployed without problem. But, if tomcat is stopped and i start it later, tomcat doesn't deploy the file. I have autodeploy and deploy on start up flags

RE: [OT] RE: javascript and servlets.

2004-09-03 Thread Aris Javier
just put one name.. say myFile. then get it thru String[] myFile = getParamterValues(myFile)... for(int i=0; imyFile.length;i++) { myFile[i]; } regards, aris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 4:37 PM To: [EMAIL

SOLVED! RE: Why request.getRemoteUser() returns NULL ?

2004-09-02 Thread Aris Javier
://jakarta.apache.org/tomcat/connectors-doc/jk2/jk2/installhowto.htm l Perhaps this is a problem with your Jspisapi filter. Try changing to JK2. You do not need JCIFS since IIS will automatically put the Windows authenticated user into the request. ADC. -Original Message- From: Aris Javier

RE: SOLVED! RE: Why request.getRemoteUser() returns NULL ?

2004-09-02 Thread Aris Javier
. The registry settings for JK2 are annoying but no more so than any other installer. Allistair -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: 02 September 2004 08:56 To: Tomcat Users List Subject: SOLVED! RE: Why request.getRemoteUser() returns NULL ? I

Why request.getRemoteUser() returns NULL ?

2004-09-01 Thread Aris Javier
i found this in jguru... Connector port=8009 protocol=AJP/1.3 protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler redirectPort= 8443 tomcatAuthentication=false it stated there that if i do this in server.xml, request.getRemoteUser() will not equal to NULL.. ? i did, but

RE: Why request.getRemoteUser() returns NULL ?

2004-09-01 Thread Aris Javier
request.getRemoteUser() returns NULL ? we do it by adding request.tomcatAuthentication=false into tomcat/conf/jk2.properties if you are using IIS then you also need to set Windows Integrated Authentication on your default website. ADC -Original Message- From: Aris Javier [mailto:[EMAIL

RE: Why request.getRemoteUser() returns NULL ?

2004-09-01 Thread Aris Javier
- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: 01 September 2004 10:00 To: Tomcat Users List Subject: RE: Why request.getRemoteUser() returns NULL ? i added request.tomcatAuthentication=false inside jk2.properties... and set windows integrated authentication on my website

RE: Why request.getRemoteUser() returns NULL ?

2004-09-01 Thread Aris Javier
Telephone: 020 7819 5343 -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: 01 September 2004 10:26 To: Tomcat Users List Subject: RE: Why request.getRemoteUser() returns NULL ? i removed the comment, but still request.getRemoteUser() returns NULL. =| here's my

RE: Why request.getRemoteUser() returns NULL ?

2004-09-01 Thread Aris Javier
only jk2.properties? we do not have tomcatAuthentication=false in the server.xml and it works that way. are you connecting via a webserver? are you using AJP? ADC -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: 01 September 2004 10:26 To: Tomcat Users List Subject

j2sdk and j2sdkee, which one?

2004-09-01 Thread Aris Javier
Good Morning! im confused, i have j2sdk1.4.1 and j2sdkee1.3.. in running my web app which is jsp/servlet designed... can i remove j2sdk1.4.1 in my system? or it is still necessary to have them both installed? thanks aris

Tomcat 5 Crystal Reports

2004-08-31 Thread POLO ARAUJO, JAVIER
defined (i think so because a jsp can use it correctly). Does anybody know if is there problem between Tomcat 5 and Crystal Reports? Is there any one that have configured it yet? Thanks in advance, Javier Polo.

how to get user login?

2004-08-30 Thread Aris Javier
Hello! Is there a way to get the user login of a client in windows using JSP/Servlet? I'm working on something, i want to get the user login of a client and verify it in Active Directory. Thanks in advance! aris

RE: how to get user login?

2004-08-30 Thread Aris Javier
Javier [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 7:25 PM To: [EMAIL PROTECTED] Subject: how to get user login? Hello! Is there a way to get the user login of a client in windows using JSP/Servlet? I'm working on something, i want to get the user login of a client and verify

CLASSPATH in Windows XP

2004-08-20 Thread Javier
Hello, I have Tomcat 5 running in Windows XP. Now I want to install Apache SOAP and AXIS not copying the jar files into Tomcat5/common/lib but setting their paths in CLASSPATH, like installation instructions of SOAP and AXIS says. It doesn’t work (copying the files all works fine). This is my

RE: accessing a database ...

2004-08-10 Thread Aris Javier
conflict arises when you use tomcat as a service and declared both user and system dsn.. system dsn should prevail. delete user dsn. -Original Message- From: Vassilis Atlamazoglou [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 4:33 PM To: Tomcat Users List Subject: accessing

RE: accessing a database ...

2004-08-10 Thread Aris Javier
what is the error message? are you running tomcat as a service? -Original Message- From: Vassilis Atlamazoglou [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 4:45 PM To: Tomcat Users List Subject: Re: accessing a database ... Aris, I deleted user dsn but it didn't change

RE: SOLVED: How to get the context path for a web application?

2004-08-10 Thread Aris Javier
that's me! =) it's nice to be of service... welcome! aris -Original Message- From: Dov Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 1:23 AM To: Tomcat Users List Subject: SOLVED: How to get the context path for a web application? Someone on the list suggested

RE: How to get the context path for a web application?

2004-08-09 Thread Aris Javier
also, request.getContextPath(); aris -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 12:10 PM To: 'Tomcat Users List' Subject: RE: How to get the context path for a web application? Have you tried ? request.getServletPath(); Keith

RE: Connecting to MS Access DB

2004-08-02 Thread Aris Javier
Hello! got the same error before.. please check if you have declared User DSN and System DSN at the same time.. if you do, then delete your User DSN. Only System DSN should prevail. -Original Message- From: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 12:02 AM

RE: Connecting to MS Access DB

2004-08-01 Thread Aris Javier
Did you make your DSN as System DSN ? Don't make your DSN inside User DSN when running Tomcat as a service... I've been using Tomcat and Access under win2k... and don't have problems... -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 3:18

Tomcat 5.X SSL config

2004-07-30 Thread POLO ARAUJO, JAVIER
mozilla happends the same thing. The most curious thing is that, with the same keystore and using other app-server (Oracle's OC4J) it works fine (I can choose my client certificate), so I think it's a Tomcat problem, but I don't know what! Thanks a lot, Javier Polo.

RE: Tomcat 5.X SSL config

2004-07-30 Thread POLO ARAUJO, JAVIER
Hello! Of course, here you are. If you can find the problem, please tell me. Regards, Javier Polo. - !-- Example Server Configuration File -- !-- Note that component elements are nested corresponding to their parent-child relationships with each other -- !-- A Server is a singleton

RE: DataSource

2004-07-28 Thread Aris Javier
Hello! just restart tomcat and your done... =) aris -Original Message- From: Bussie, Andre D [mailto:[EMAIL PROTECTED] Sent: Wed 7/28/2004 9:35 PM To: [EMAIL PROTECTED] Cc: Subject:DataSource By adding the resource-ref tag to the web.xml and including the

RE: Java Class is not compiling

2004-07-27 Thread Aris Javier
You should download j2sdkee version or the enterprise version of java.. =) -Original Message- From: Nitschke Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 3:30 PM To: Tomcat Users List Subject: RE: Java Class is not compiling It seams you are new to Java too. The

RE: Who knows about ISAPI?

2004-07-26 Thread Aris Javier
Hello! i bought JSPISAPI from neurospeech It works! with minimal settings in IIS... Very convenient! =) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 2:06 AM To: Tomcat Users List Subject: RE: Who knows about ISAPI? Hi, You're not

RE: Newbie Question

2004-07-25 Thread Aris Javier
trying to access Access from a different machine, you may have to use a different jdbc driver. I don't think the Sun jdbc:odbc driver can reach a data source running on a different machine. Dave -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 4

Newbie Question

2004-07-23 Thread Aris Javier
Hello! This is a newbie question... =) I have two servers running accessing single MS Access database I used jdbc:odbc:CES_DS in server.xml CES_DS is the data source name I used for both servers... pointing to MS Access DB... However this error occurs...

Where is the Real JAVAHOME?

2004-07-16 Thread Aris Javier
Hello! I'm confused... I installed j2sdk1.4.1 in my D drive.. D:\j2sdk1.4.1 But when i take a look at my C drive under program files.. there is C:\program files\java\j2re1.4.1 Both includes \lib and \bin folders... Which of those two directories is the JAVAHOME? Thanks!

Running Tomcat as service on Win2000 Server

2004-07-14 Thread Aris Javier
Hello! Can anybody tell me how to run Tomcat 5.0.25 as a SERVICE on windows 2000 server? Please in step by step explanation... Thanks a lot!!! -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 5:28 AM To: Tomcat Users List Subject: RE:

RE: JasperException

2004-07-13 Thread Aris Javier
have you tried copying tools.jar inside tomcat\common\lib folder? just a thought! -Original Message- From: Avula, Srini [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 5:43 PM To: [EMAIL PROTECTED] Subject: JasperException Hi After we deployed application in tomcat we got this

RE: Integrating Tomcat and IIS

2004-07-08 Thread Aris Javier
as help for the person asking the question? -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 7:57 PM To: Tomcat Users List Subject: RE: Integrating Tomcat and IIS I SUCCESSFULLY INTEGRATE TOMCAT 5 WITH IIS... =) SIMPLE AND EASY! aris

RE: Tomcat 5.0 and JavaMail

2004-07-07 Thread Aris Javier
you don't need to put activation.jar and mail.jar inside catalina_home\common\lib\ you need to put them inside java_home\jre\lib\ext... regards... aris -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 11:23 PM To: Tomcat Users List;

RE: Integrating Tomcat and IIS

2004-07-07 Thread Aris Javier
I SUCCESSFULLY INTEGRATE TOMCAT 5 WITH IIS... =) SIMPLE AND EASY! aris -Original Message- From: Tom Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 9:42 PM To: Tomcat Users List Subject: Integrating Tomcat and IIS I sent a long email to the list on Tuesday asking for

RE: OT? Netbeans v Eclipse v Visual Age for Java

2004-07-07 Thread Aris Javier
i've been using eclipse for a long time.. it's a great IDE... as for Netbeans... i did install it.. but never use it because of HUGE memory allocation... stayed with eclipse... =) -Original Message- From: Sternbergh, Cornell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
, 2004 11:59:38 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/280 config=D:\Tomcat_5.0\conf\jk2.properties Jun 30, 2004 11:59:38 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 26689 ms -Original Message- From: Aris Javier Sent: Wednesday, June 30

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
: Robert Bateman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 9:39 PM To: Tomcat Users List Subject: Re: Please Help! Tomcat 5.0.25 This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured

RE: Please Help! Tomcat 5.0.25

2004-06-30 Thread Aris Javier
This may or may not be totally on topic - apologies if it's not... On Wednesday 30 June 2004 12:16 am, Aris Javier wrote: Still the same error occured after replacing my service.bat with your service.bat... (declares tools.jar inside) =| org.apache.commons.dbcp.SQLNestedException: Cannot

RE: Please Help!

2004-06-29 Thread Aris Javier
PROTECTED] Sent: Tuesday, June 29, 2004 3:41 PM To: Tomcat Users List Subject: Re: Please Help! Hello, Please give us more detail. Your OS and database to connect to, Send your server.xml and web.xml definitions. Then we can have clear idea... Take care Gokhan Aris Javier wrote: Please Help

RE: Please Help!

2004-06-29 Thread Aris Javier
the service. Make sure to set your CATALINA_HOME variable before you run service.bat. Jake Quoting Aris Javier [EMAIL PROTECTED]: Thanks! My system works fine when i run tomcat5.0 in console... but when i run tomcat5.0 in service, this error occurs... org.apache.commons.dbcp.DbcpException

Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
.. so that it will keep on running eventhough i'm not logged-in... -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 8:22 AM To: Tomcat Users List Subject: RE: Please Help! My current tomcat version is tomcat5.0.7 also, i dont see service.bat under catalina_home/bin

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
tomcat using startup.bat...??? i need to run my application as a service.. so that it will keep on running eventhough i'm not logged-in... -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 8:22 AM To: Tomcat Users List Subject: RE: Please Help! My current tomcat

RE: Please Help! Tomcat 5.0.25

2004-06-29 Thread Aris Javier
start INFO: Jk running ID=0 time=0/280 config=D:\Tomcat_5.0\conf\jk2.properties Jun 30, 2004 11:59:38 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 26689 ms -Original Message- From: Aris Javier Sent: Wednesday, June 30, 2004 11:36 AM To: Tomcat Users List Subject: RE

RE: Tomcat windows service

2004-06-28 Thread Aris Javier
Hello! It's included during installation period... you're prompted if you want to install tomcat as windows service... Check administrative tools - services... regards, aris -Original Message- From: Naga Viswanathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 6:17 AM To:

Please Help!

2004-06-28 Thread Aris Javier
Please Help! This error kept on bugging me everytime i run tomcat5 as service... My environment variables are already declared as well as my system dsn... but still... org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General error Please Help! Thanks!

Running Tomcat as Service Results DBCP Error

2004-06-24 Thread Aris Javier
Hello! Just like to ask why is it that I always have dbcp error everytime i run tomcat as a service??? I have already declared System DSN but still dbcp error occurs... Help! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Use of roles when tomcatAuthentication=false

2004-06-22 Thread Aris Javier
Hello! just like to ask why i always have this kind of error; org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General Error this error only occurs when i run tomcat 5.0.7 on start - programs - administrative tools - services... but if i run tomcat 5.0.7 manually.. like start -

Tomcat Problem

2004-06-22 Thread Aris Javier
Hello! just like to ask why i always have this kind of error; org.apache.commons.dbcp.DbcpException: java.sql.SQLException: General Error this error only occurs when i run tomcat 5.0.7 on start - programs - administrative tools - services... but if i run tomcat 5.0.7 manually.. like start -

RE: Tomcat Problem

2004-06-22 Thread Aris Javier
: Wednesday, June 23, 2004 10:27 AM To: Tomcat Users List Subject: Re: Tomcat Problem Note that when running Tomcat as a service it is possible that the user can be different from when you launch it manually. I am not sure but this can be one possible issue. All the best, Ric Quoting Aris Javier

How could I solve this error

2003-11-06 Thread Javier
I tried to run my first servlet and got this error: description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Error allocating a servlet instance

Re[2]: How could I solve this error

2003-11-06 Thread Javier
On 06/11/2003 at 13:29 jerome moliere wrote: humm sounds strangewhat is the exact version of tomcat you use ? Tomcat 5.0.14 (windows) I've a tried a more simple servlet and it worked well. The servlet that gave me the error was using Velocity... I'll try to ask in Velocity mail list

Re[2]: How could I solve this error

2003-11-06 Thread Javier
On 06/11/2003 at 9:20 Shapira, Yoav wrote: Howdy, This error happens when the HttpServlet class that was on the classpath with the error-throwing servlet was compiled is not present at runtime. The person may have installed tomcat improperly, accidentally removed

  1   2   >