Newbies Question

2002-03-08 Thread Neo Gigs
Hi there, Is Tomcat 3.3a for Sun is compatible with JDK 1.3.1_02? What are the undocumented steps to setup the Tomcat server? Can that being done together with JDBC driver from Oracle on 7.3.4? Thanks Neo

Help in JSP

2002-03-08 Thread Neo Gigs
()); } return output; } public void setInput(String s) { // Here to assign input parameters interString = Integer.parseInt(s); } } Thanks Regards, Neo Gigs VB? http://communities.msn.com.my/VisualBasicwithNeo http://www.vbcity.com/forum http

Re: Help in JSP

2002-03-08 Thread Neo Gigs
] Sent: Saturday, March 09, 2002 12:34 PM Subject: RE: Help in JSP Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:53 PM To: Tomcat Users List Subject

Help in JDBC

2002-03-10 Thread Neo Gigs
) at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown Source) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source) at java.lang.Thread.run(Thread.java:484) whats wrong? please help me! Thanks Regards, Neo Gigs

Re: Unix (Solaris) HTML Editor for Apache and Tomcat, Recommendations?

2002-03-10 Thread Neo Gigs
Personally I would suggest Forte for Sun - Original Message - From: C Cayetano [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 11, 2002 12:24 PM Subject: Unix (Solaris) HTML Editor for Apache and Tomcat, Recommendations? All, Does any have a

Re: Help in JDBC

2002-03-10 Thread Neo Gigs
[EMAIL PROTECTED] Cc: Neo Gigs [EMAIL PROTECTED] Sent: Monday, March 11, 2002 12:42 PM Subject: RE: Help in JDBC The %! directive is strictly for declarations. The Class.forName() line is a statement. You can change this in to a statement trivially thus: Class driver = Class.forName(blahblah

Re: Help in JDBC

2002-03-10 Thread Neo Gigs
- From: Martin Sandiford [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: Neo Gigs [EMAIL PROTECTED] Sent: Monday, March 11, 2002 12:42 PM Subject: RE: Help in JDBC The %! directive is strictly for declarations. The Class.forName() line is a statement. You can change

Re: Help in JDBC

2002-03-10 Thread Neo Gigs
Hi there, I solved the problem by putting my classes111.zip for Oracle to %tomcat_home%\lib and %my_application%\WEB-INF\lib Thanks Regards, Neo Gigs VB? http://communities.msn.com.my/VisualBasicwithNeo http://www.vbcity.com/forum http://www.vbweb.co.uk Get paid cash receive email

Re: Help in JSP

2002-03-11 Thread Neo Gigs
statement as this: String scall = begin sp_GetClatTypeIE(?, ?); end;; Which has 2 ?s, but you are only setting the first one: cs.setInt(1, interString); What does your error message say? If this is the problem, Oracle should return something like 'Invalid parameters specified'. --- Neo Gigs

Re: Help in JSP

2002-03-11 Thread Neo Gigs
? If this is the problem, Oracle should return something like 'Invalid parameters specified'. --- Neo Gigs [EMAIL PROTECTED] wrote: hi there, thanks for the reminder, yet there is no results return as output. I tried to replace the line: return output; with return + interString

Re: Database Pooling

2002-03-11 Thread Neo Gigs
Hi there, Would you mind to tell me how to deploy Excalibur into my Tomcat server running on Sun solaris? Also what is Cocoon and where to find it? TQ Neo - Original Message - From: Chris Pheby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 11, 2002 9:00

Re: Java Applet

2002-03-11 Thread Neo Gigs
i think you should first download Tomcat from jarkarta website, then read the installation guide for the installing Tomcat over Apache. - Original Message - From: Wisma Leader [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 12:02 PM Subject: Java

Re: Java Applet

2002-03-11 Thread Neo Gigs
- Original Message - From: Neo Gigs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 12:14 PM Subject: Re: Java Applet i think you should first download Tomcat from jarkarta website, then read the installation guide for the installing

Re: Database Pooling

2002-03-12 Thread Neo Gigs
framework that allows such things as on demand transformation from XML to HTML, WAP and PDF (using Apache's formatting objects) and XSP (XML Server Pages). Find it at xml.apache.org. Chris, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Neo Gigs

Re: Database Pooling

2002-03-12 Thread Neo Gigs
connection pooling and component pooling by using the Avalon framework (Excalibur etc). Can someone correct me if I am wrong? Chris. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Neo Gigs Sent: 12 March 2002 09:25 To: Tomcat Users List

Re: Error in starting..

2002-03-12 Thread Neo Gigs
if u r using tomcat for unix, i think the right file to execute to start is startup.sh - Original Message - From: Shashank [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 5:44 PM Subject: Error in starting.. Hi ! I start the Tomcat using catalina.sh run

Re: XML output, I need help.

2002-03-12 Thread Neo Gigs
You should only display a XMl file by not running the XMl file, you need either a parser of some form of stylesheet like XSLT to embed the output - Original Message - From: Xiao Juguang [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 10:35 AM

Re: XML output, I need help.

2002-03-12 Thread Neo Gigs
, not HTML, format output by JSP. IE should know the input is XML format, especially I specify the contentType. What is the problem? Is the problem on Tomcat side or IE side? - Original Message - From: Neo Gigs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

Tomcat shutdown

2002-03-12 Thread Neo Gigs
Hi there, I had a problem in shutdown tomcat when it says cannot locate ajp12.id in TOMCAT_HOME\conf directory. Is there any possible way to shutdown? Neo

Re: Tomcat shutdown

2002-03-12 Thread Neo Gigs
how do find out what is PID 4 tomcat? - Original Message - From: Moi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 2:32 PM Subject: Re: Tomcat shutdown In Lunux kill Tomcat by PID. kill PID Neo Gigs wrote: Hi there, I had

Re: XML output, I need help.

2002-03-13 Thread Neo Gigs
that clearing your cache or restarting Tomcat still does great. - Original Message - From: Neo Gigs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 11:38 AM Subject: Re: XML output, I need help. Did ur JSP codes correct? Try to post the codes

Re: Tomcat shutdown

2002-03-13 Thread Neo Gigs
-Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 1:29 AM To: Tomcat Users List Subject: Tomcat shutdown Hi there, I had a problem in shutdown tomcat when it says cannot locate ajp12.id in TOMCAT_HOME\conf directory

Re: How to apply SSH in Tomcat???

2002-03-20 Thread Neo Gigs
Read the Tomcat documentation maybe? - Original Message - From: Wiwi Wiwi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 6:05 PM Subject: How to apply SSH in Tomcat??? Hi. Have somebody know how to apply SSH (Secure Socket Header) in Tomcat 4.03?

ajp12.id

2002-03-23 Thread Neo Gigs
hi there, can anyone tell me whats the content of the file called ajp12.id? if using tomcat 3.3a, once there is a missing of this file before shutting down, what should i do about it except to restart server? neo

Deployment Question

2002-04-03 Thread Neo Gigs
Hi there, How does I can deploy a EAR, WAR or JAR file into Tomcat server? Does there have any deployment tools available like deploytool that can deploy applications into J2EE server? Thanks Neo