RE: Installation Problem In Tomcat

2004-04-19 Thread Galbayar Dorjgotov
C:\Tomcat\catalina\src\bincatalina.bat run _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 15:17 To: Tomcat Users List Subject: Installation Problem In Tomcat Hi, Im a new to Tomacat , i have installed it on my machine but its not starting

RE: Two Tomcats and One Apache Web Server

2003-12-09 Thread Galbayar
try google Apache tomcat load balancing -Original Message- From: Walter do Valle [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 8:14 PM To: [EMAIL PROTECTED] Subject: Two Tomcats and One Apache Web Server Hello all Is it possible to install two Tomcats in the same linux

RE: Path and HttpServlet compiling error

2003-11-28 Thread Galbayar
add C:\Inetpub\wwwroot\tomcat\common\lib\servlet.jar to classpath variable -Original Message- From: V B [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 4:37 PM To: [EMAIL PROTECTED] Subject: Path and HttpServlet compiling error public class myServlet extends HttpServlet { }

RE: lame,encoding problem

2003-11-24 Thread Galbayar
jdbc:mysql://127.0.0.1:3306/test/?useUnicode=true -Original Message- From: bwasko [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 4:50 PM To: Tomcat Users List Subject: Re: lame,encoding problem Hi I 've tried to execute insert statement that contains my national characters

RE: lame,encoding problem

2003-11-24 Thread Galbayar
jdbc:mysql://127.0.0.1:3306/test?useUnicode=true -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 5:48 PM To: Tomcat Users List Subject: RE: lame,encoding problem jdbc:mysql://127.0.0.1:3306/test/?useUnicode=true -Original Message

RE: append text into a file

2003-11-19 Thread Galbayar
FileWriter(File file, boolean append) FileWriter(String fileName, boolean append) -Original Message- From: Cui Xiaojing-a13339 [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 11:43 AM To: Tomcat Users List Subject: append text into a file Hello All, Could please give me

RE: tomcat 4.1.29 and static content in non Latin (ISO-8895-1) characters

2003-11-18 Thread Galbayar
Hi I have same problem. If you change apache httpd.conf file AddDefaultCharset windows-1251 static data has to be seen Cyrillic. However it is very bad solution:-) -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:06 PM To: 'Tomcat

RE: Servlets -- help needed

2003-11-14 Thread Galbayar
http://localhost:8080/examples/servlet/HelloWWW -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 3:24 PM To: Tomcat Users List Subject: Re: Servlets -- help needed Navanee, Please check and edit the \WEB-INF\web.xml file, which holds the

RE: Start Tomcat

2003-11-13 Thread Galbayar
run catalina.bat run from command prompt -Original Message- From: Simon Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 5:39 PM To: 'Tomcat Users List' Subject: RE: Start Tomcat do you add the pause statement before or after the end statement? -Original

DBCP could not obtain an idle db connection, pool exhausted

2003-11-10 Thread Galbayar
nameurl/name valuejdbc:mysql://localhost:3306/sss?autoReconnect=true/value /parameter /ResourceParams /Context Galbayar. D Senior software engineer Mobile Business Development Business Development Division MobiCom Corporation Peace Avenue 3/1 P.O Box 20A Ulaanbaatar

RE: DBCP could not obtain an idle db connection, pool exhausted

2003-11-10 Thread Galbayar
Yes I have closed ResultSet, Statement and Connection Have you tried to close ResultSet, Statement and Connection after each use? -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 4:50 AM To: Tomcat Users List Subject: DBCP could not obtain

RE: Print on Printer

2003-11-05 Thread Galbayar
use JavaScript window.print(); -Original Message- From: Cui Xiaojing-a13339 [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 2:51 PM To: Tomcat Users List Subject: Print on Printer Hello All, Do you have any idea about how to realize a HTML page printing on printer?

SSL problem URGENT!!!!!!!!!

2003-10-29 Thread Galbayar
I have question. when i use socket connect to ssl supported web server if successfully connected and can get http response. However use URL cant get http response. what happened? import java.net.*; import javax.net.*; import javax.net.ssl.*; import java.io.*; public class ReadHttpsURL1 {

JNDI configuration in server.xml

2003-10-22 Thread Galbayar
I have component deployed in common/lib/component.jar and configured many webapplications each webapplication use global component through JNDI and my configuration in server.xml is GlobalNamingResources Resource name=vasLogger auth=Container type=javax.sql.DataSource/ ResourceParams

RE: Jav.util.logging URGENT

2003-10-12 Thread Galbayar
: RE: Jav.util.logging URGENT What version of Java are you using? -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 2:54 AM To: Tomcat Users List Subject: Jav.util.logging URGENT Hi, I am learning to use logger. I have a code snippet below

Jav.util.logging URGENT

2003-10-11 Thread Galbayar
Hi, I am learning to use logger. I have a code snippet below package test import java.io.IOException; import java.io.Serializable; import java.text.SimpleDateFormat; import java.util.Date; import java.util.logging.FileHandler; import java.util.logging.SimpleFormatter; public class Logger

test

2003-10-08 Thread Galbayar
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SSL

2003-04-04 Thread Galbayar Dorjgotov
How to export private keystore file to a OpenSSL pem file? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

URGENT: java.lang.OutOfMemoryError

2003-03-29 Thread Galbayar Dorjgotov
I'm running Tomcat 4.1.18 on Linux 7.3+jdk 1.4 and installed few webapps. I think one application leaks memory but i can't detect what one leaks memory? Tomcat reports(catalina.out) Mar 29, 2003 11:34:25 PM org.apache.tomcat.util.log.CommonLogHandler log SEVERE: Exception in acceptSocket

RE: Configuring Tomcat to use a JDBC Realm

2003-03-28 Thread Galbayar Dorjgotov
check mysql port -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 9:20 AM To: [EMAIL PROTECTED] Subject: Configuring Tomcat to use a JDBC Realm I am attempting to use JDBC Realm as described in the Apress book by James Goodwill. My os is

RE: SSL configuration problem,URGENT --plz reply-still having trouble

2003-03-05 Thread Galbayar Dorjgotov
add this to the security.provider.2=com.sun.net.ssl.internal.ssl.Provider %JAVA_HOME%\jre\lib\security\java.security file -Original Message- From: kama rao [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:01 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: SSL configuration

RE: Tomcat and Microsoft SQL Server 2000 JDBC Driver issue

2003-02-24 Thread Galbayar Dorjgotov
copy common\lib directory -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:32 AM To: [EMAIL PROTECTED] Subject: Tomcat and Microsoft SQL Server 2000 JDBC Driver issue My goal is to use JSP to query from my Microsoft SQL Server 2000. I

RE: 403 Forbidden - you don't have permission ... any ideas?

2003-02-20 Thread Galbayar Dorjgotov
how to integrate Borland Together Control Center with jdk 1.4? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 100% CPU Usage

2003-02-04 Thread Galbayar Dorjgotov
do not use mod_webapp. use mod_jk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:45 PM To: [EMAIL PROTECTED] Subject: 100% CPU Usage Hi We have a application that send request to the server approximtely every 1 second.

RE: VirtualHost www.zcompany.com:80 overlaps VirtualHost www.abc.com:80

2003-02-03 Thread Galbayar Dorjgotov
VirtualHost * ServerName cde.com ServerAlias www.cde.com DocumentRoot /apache/Tomcat4.1/CDE ErrorLog logs/cde.com-error_log CustomLog logs/cde.com-access_log common /VirtualHost Directory /apache/Tomcat4.1/CDE Options Indexes MultiViews AllowOverride None

RE: Where Set Tomcat_home and Catalina_home ??

2003-01-30 Thread Galbayar Dorjgotov
, it is at the same that for the java: Path: C:\j2sdk1.4.1_01\bin; ? I put C:\Program FilesApache Group.\Tomcat 4.1\bin; ? Thank you... - Original Message - From: Galbayar Dorjgotov [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 5:16 AM Subject: RE

RE: Where Set Tomcat_home and Catalina_home ??

2003-01-29 Thread Galbayar Dorjgotov
in autoexec.bat on win98 on win nt or win2k control Panle-System-Advanced-Environment variables -Original Message- From: fred [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 12:08 PM To: Tomcat Users List Subject: Where Set Tomcat_home and Catalina_home ?? Helo, canyou tell

JBuilder and SUN EE server

2002-12-30 Thread Galbayar Dorjgotov
How can i intergate JBulder 8 with Sun J2EE Server? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ssl configuration in tomcat please help!!!

2002-12-23 Thread Galbayar Dorjgotov
fill keystore file attribute -Original Message- From: Davendra Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 24, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: ssl configuration in tomcat please help!!! hi everyone... i hope anyone can help me in this problem i 've installed

RE: DataSource error (DBCP)

2002-12-22 Thread Galbayar Dorjgotov
copy mysql jdbc driver to tomcat/common/lib directory -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 3:09 AM To: [EMAIL PROTECTED] Subject: DataSource error (DBCP) hi all, i'm new to tomcat... if my queries are foolish...pl

Tomcat SSL URGENT!!!!!!

2002-12-19 Thread Galbayar Dorjgotov
hello everybody? I'm configured Tomcat 4.0.3 with ssl on jdk1.3 and worked fine. In server.xml defined many context's. i need only some web applications supports ssl others not. how to do it? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: custom error 500 page for missing applications

2002-12-19 Thread Galbayar Dorjgotov
error-page error-code500/error-code location/errors/500.html/location /error-page add this lines to the web.xml -Original Message- From: hans albers [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 3:24 PM To: [EMAIL PROTECTED] Subject: custom error 500 page for

Urgent!!!!!!! JavaBean

2002-12-09 Thread Galbayar Dorjgotov
hello all! I'm installed Apache Tomcat 4.x version and running fine and it serves many services. After java bean changes i must restart tomcat? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Urgent!!!!!!! JavaBean

2002-12-09 Thread Galbayar Dorjgotov
, otherwise you either restart or use the administration tool that comes with tomcat to reload the app On Tue, 2002-12-10 at 03:23, Galbayar Dorjgotov wrote: hello all! I'm installed Apache Tomcat 4.x version and running fine and it serves many services. After java bean changes i must restart tomcat

Java method equal to perl crypt()?

2002-11-28 Thread Galbayar Dorjgotov
Ok, I have an existing MySQL database that has user's passwords stored that were encrypted using the Perl crypt() function. I was wondering what the best way to re-use this database using JSP. I know enough Java to get most functionality working, and I can already connect to and read/write to

Cahrset problem

2002-11-15 Thread Galbayar Dorjgotov
hi all. i have one problem. My JSP's enconding is windows-1251 and have a form. i'm wrote cyrillic characters and submit when i reading textfield value use getParameter() method it returns what's the matter? MY JSP is % page contentType=text/html; charset=windows-1251 language=java

how to convert reader to the inputstream

2002-11-14 Thread Galbayar Dorjgotov
how to convert reader to the inputstream? -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Classpath

2002-10-10 Thread Galbayar
control Panel-System-Advanced-Environment Variables -Original Message- From: jaicey ouseph [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 6:00 PM To: [EMAIL PROTECTED] Subject: Classpath Hello Sir, I am using Tomcat 4.0. I have some database driver class in a some

RE: JDBC Driver Installation

2002-10-02 Thread Galbayar
copy to yourcontext/WEB-INF/lib directory -Original Message- From: Zeeshan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 9:22 AM To: Tomcat Users List Subject: Re: JDBC Driver Installation Which version of Tomcat are you using? - Original Message - From: Jun

RE: Problem

2002-09-27 Thread Galbayar
put Servlet class file context_path/WEB-INF/classes directory put Applet class file context_path/directory Applet codebase=/context code=MyApplet.class param name=yourparam value=parametervalue /Applet -Original Message- From: Maninderjit Singh [mailto:[EMAIL PROTECTED]] Sent:

URGENT sign java applet

2002-09-26 Thread Galbayar
how to sign java applet -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: another sql error

2002-09-13 Thread Galbayar
try use Statement String vno = request.getParameter(vergino); String Query=Select malik.VerginNo From ParselMalik Where Malik.VergiNo=?; PreparedStatement st=mysql.prepareStatement(Query); st.setString(1,vno); -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent:

RE: apache error?

2002-09-12 Thread Galbayar
download mod_jk source and compile it -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Friday, September 13, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: Re: apache error? my many many thnak you to you friendes, I sending following files with this email you asked.

RE: apache error?

2002-09-11 Thread Galbayar
add this to the mod_jk.conf Directory Alias dir AllowOverride None deny from all /Directory -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 6:46 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: apache error? my many

RE: mod_jk2 virtual host

2002-09-11 Thread Galbayar
Add to the httpd.conf VirtualHost * DocumentRoot /usr/local/tomcat/webapps/app ServerName www.yourdomain.com ServerAlias yourdomain.con #DirectoryIndex index.jsp ServerAdmin admin ErrorLog logs/smartmessage-error_log CustomLog

RE: apache error?

2002-09-11 Thread Galbayar
Remove AddModule line -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 9:14 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: apache error? hi Galbayar, my thanks to you. i tried to put the following at my mod_jk.conf

RE: apache error?

2002-09-11 Thread Galbayar
] Subject: RE: apache error? hi Galbayar, my thanks to you. i tried to put the following at my mod_jk.conf - but still it not works. It is gives me same error. Directory Alias dir AllowOverride None deny from all /Directory I am geting following error # ./apachectl start Syntax error

RE: ARG! Please Help

2002-09-11 Thread Galbayar
application.getRealPath() return web application directory try use this -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:12 AM To: Tomcat Users List Subject: ARG! Please Help I have a class that needs to read in database connection

RE: ARG! Please Help

2002-09-11 Thread Galbayar
of your message was chopped, exactly how would I use this? Thanmks, CC -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 6:26 PM To: Tomcat Users List Subject: RE: ARG! Please Help application.getRealPath() return web application

RE: where can i download request taglib

2002-08-15 Thread Galbayar
simple taglib example extract this webapps directory -Original Message- From: Mark Goking [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 2:12 PM To: Tomcat Users List Subject: where can i download request taglib anyone know the link to download the request taglib ? this is

RE: sample Autoexec.bat file

2002-06-25 Thread Galbayar
set JAVA_HOME=c:\jdk1.3 set TOMCAT_HOME=c:\tomcat set CLASSPATH=%CLASSPATH%;c:\mysql.jar;c:\classes -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:19 PM To: Tomcat Users List; servlet-interest group; JSP groups; jakarta-tomcat yahoo groups

Re: Oracle driver and Tomca/apache ?!

2002-06-12 Thread Galbayar
On Wednesday 12 June 2002 06:21 am, you wrote: rename zip extension to jar and copy to $CATALINA_HOME/common/lib hi guys, i wish anybody can help me in my problem please.. i have jdk1.3.1, Tomcat4.0.3 and Apache2.0.36 workino on win2k professional .. i had too mod_jk.dll connector

/etc/profile :Urgent

2002-06-07 Thread Galbayar
Hello I'm changed etc/profile file. after reboot Linux linux could not start how to solve this? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Need Help

2002-06-02 Thread Galbayar
use mod_jk or mod_webapp integrate tomcat with apache -Original Message- From: Walid Al-Abbadi [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Need Help hi again , i just want to know if there is a way in configuration of

RE: getParameters in HTTPServletRequest returns wrong result with XML body

2002-05-31 Thread Galbayar
use java.net.URLEncoder to encode XML String -Original Message- From: Bo Min Jiang [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 11:47 AM To: Tomcat Users List Subject: getParameters in HTTPServletRequest returns wrong result with XML body Hi, I

RE: Mod JK Directories

2002-05-31 Thread Galbayar
-Original Message- From: Frederick Aubert [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 7:19 AM To: Tomcat Users List Subject: Mod JK Directories Sorry if you got this twice, but I was unsure it went through due to some technical problem with my ISP. Hi, After many tries

RE: Mod JK Directories

2002-05-31 Thread Galbayar
in server.xml create context named mywebapp Context path=mywebapp docBase=E:/mydirectory/mywebapp debug=0 reloadable=true/ -Original Message- From: Frederick Aubert [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 01, 2002 7:19 AM To: Tomcat Users List Subject: Mod JK Directories Sorry

RE: This has me ???Puzzled???: Switch being done but not really

2002-05-29 Thread Galbayar
add this sPage = request.getParameter(Page); sSubTitle=null; sFormName=null; sPageName -Original Message- From: Nicholas Orr [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 8:08 AM To: Tomcat Users List Subject: This has me ???Puzzled???: Switch being done but not really I have

RE: Please help someone!

2002-05-09 Thread Galbayar
send me your jsp file -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 11:04 PM To: 'Tomcat Users List' Subject: Please help someone! Does anyone know if this is a bug? I have several JSP's running without a problem. When I try and load one

Re: mod_webapp.dll

2002-05-06 Thread Galbayar
- Original Message - From: Sven Linckels [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 17:51 Subject: mod_webapp.dll Hi, Yes, I need the mod_webapp.dll :) Could someone send me the file or give me the link where to find it? I'm not good at handling compilers,

Re: realm jdbc oracle problem

2002-04-10 Thread Galbayar
check your driver - Original Message - From: Mehmet Ugur Kuzu (LinkPlus) [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 18:03 Subject: realm jdbc oracle problem I am getting error like at the bottom when i want to use jdbc realm against

Fw: someone help me !!!!..urgent...

2002-04-05 Thread Galbayar
- Original Message - From: Galbayar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 15:24 Subject: Re: someone help me ..urgent... rename classes12.zip to classes12.jar and copy into $TOMCAT_HOME/common/lib directory - Original Message

Re: someone help me !!!!..urgent...

2002-04-04 Thread Galbayar
rename classes12.zip to classes12.jar and copy into $TOMCAT_HOME/common/lib directory - Original Message - From: ajith kondapalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 09:07 Subject: someone help me ..urgent... hai, I have installed

Re: Tomcat can't find my own .jar files

2002-03-28 Thread Galbayar
$CATALINA_HOME/common/lib - Original Message - From: Korakaki Stella [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 18:27 Subject: Tomcat can't find my own .jar files Where shall I put my .jar file in order to be available to my servlet ? My

Re: Problem with run Tomcat 4.0.3 as a service on windows 2000

2002-03-18 Thread Galbayar
u must download tomcat.exe an run it this %CATALINA_HOME%\bin\tomcat.exe -install Tomcat4 %JAVA_HOME%\jre\bin\hotspot\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin \bootstrap.jar;%JAVA_HOME%\lib\tools.jar -Dcatalina.home=%CATALINA_HOME% -Xrs -start org.apache.catalina.startup.Bootstrap -params

Re: Problem with run Tomcat 4.0.3 as a service on win2k

2002-03-18 Thread Galbayar
See Attached Files and copy all into $TOMCAT_HOME\bin directory - Original Message - From: Lev Zak [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, March 18, 2002 18:22 Subject: Problem with run Tomcat 4.0.3 as a service on win2k Hello, I described my problem

Read Windows Registry data from JSP

2002-03-14 Thread Galbayar
How to read Windows Registry Data from JSP? thanks in advance

Re: How to run tomcat as service program in Win2k

2002-03-14 Thread Galbayar
which kind your Tomcat and jdk version? - Original Message - From: "Xiao Juguang" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 15:25 Subject: Re: How to run tomcat as service program in Win2k I think you are careless when installing. There

Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Galbayar
Hello all Here is part of top output. Is it usual that java processes eat all of memory? ? At now there are 50 java processes started that running tomcat and each of them uses 59M memory. There is running apache server with tomcat 4 and mysql. OS is Redhat7.2 x86 . JDK 1.4 is installed. how to

Re: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Galbayar
] www.filip.net -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 6:04 PM To: Tomcat Users List Subject: Tomcat using VERY LARGE Memory (URGENT!) Hello all Here is part of top output. Is it usual that java processes eat all of memory? ? At now

Tomcat Memory usage(Urgent!)

2002-03-08 Thread Galbayar
Hello all Here is part of top output. Is it usual that java processes eat all of memory? ? At now there are 50 java processes started that running tomcat and each of them uses 59M memory. There is running apache server with tomcat 4 and mysql. OS is Redhat7.2 x86 . JDK 1.4 is installed. Thx

Autentication with digest password(Urgent!)

2002-03-07 Thread Galbayar
I setup Tomcat 4.0.3 on Win2000 with JDBCRealm and a mysql-database. Using plain passwords, everything works fine. But I would like digest my password in the database. how to make this? can u give me step by step tutorial? Thank in advance

Customize Error

2002-03-04 Thread Galbayar
How to customize Apache Tomcat/4.0.3 - HTTP Status 404 - /main.jsp type Status report message /main.jsp description The requested resource (/main.jsp) is not available. HTTP 400 Bad Request

Re: Newbie needs config help for tomcat4

2002-03-04 Thread Galbayar
create your context on the Tomcat and add to httpd.conf WebAppDeploy youralais conn /yourcontext this line - Original Message - From: Bryan Zimmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 03:04 Subject: Newbie needs config help for tomcat4 Hello all,

Re: Japanese Coding

2002-02-18 Thread Galbayar
try this FileOutputStream fileOut = new FileOutputStream( "EUC-JP.txt"); BufferedOutputStream bufferedOut = new BufferedOutputStream( fileOut); PrintWriter out = new PrintWriter( new OutputStreamWriter( bufferedOut, "EUC-JP" )); for ( char k = 0x3044; k 0x3048; k++)

Re: Japanese Coding

2002-02-18 Thread Galbayar
FileOutputStream fileOut = new FileOutputStream( "EUC-JP.txt"); BufferedOutputStream bufferedOut = new BufferedOutputStream( fileOut); PrintWriter out = new PrintWriter( new OutputStreamWriter( bufferedOut, "EUC-JP" )); for ( char k = 0x3044; k 0x3048; k++) out.print( k );

Re: Get Document.Url

2002-02-06 Thread Galbayar
JavaScript is Server Side Servlet is Server Side use getRequestURI() - Original Message - From: "Odo" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 18:28 Subject: Get Document.Url How can I get in my servlet Javascript's "document.URL"

Re: Default servlet

2002-02-06 Thread Galbayar
index.jsp redirect to your servlet - Original Message - From: "Odo" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 10:06 Subject: Default servlet How force Tomcat4 to call default page from index.jsp to index.class(Servlet)? Any

Re: Problem displaying Shift-JIS Japanese in Tomcat 4

2002-02-05 Thread Galbayar
%@ page language="java" contentType="text/html" % html head meta http-equiv="Content-Type" content="text/html; charset=Shift-JIS" /head body /body /html - Original Message - From: "Joel Rees" [EMAIL PROTECTED] To: "Tomcat Users List" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday,

Override Error page

2002-02-05 Thread Galbayar
How to change Tomcat Error page, same Apache ErrorDocument directive

How can I customize the apache 404

2002-02-05 Thread Galbayar
How can I customize the apache 404

How can I customize the Tomcat 404 error message

2002-02-05 Thread Galbayar
How can I customize the Tomcat 404 error message

Re: which is the current directory for Tomcat Server?

2002-01-31 Thread Galbayar
use getRealPath(); method - Original Message - From: Santosh Varghese [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 01, 2002 08:16 Subject: RE: which is the current directory for Tomcat Server? Hi, Thanks for the fast reply. What I want is

Re: which is the current directory for Tomcat Server?

2002-01-31 Thread Galbayar
in jsp page use application.getRealPath(/webapps); in Servlet use config.getServletContext().getRealPath(/webapps); - Original Message - From: Santosh Varghese [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 01, 2002 06:37 Subject: which is the current

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-29 Thread Galbayar
1. open register editor 2. find JavaSoft folder in SOFTWARE directory 3. find Java Development Kit folder in JavaSoft directory 4. add String key named CurrentVersion in Java Development Kit folder value is 1.4 5. add String key named CurrentVersion in Java Runtime Environment folder value is

Re: mm.mysql driver

2002-01-28 Thread Galbayar
copy jar files into $JAVA_HOME/jre/lib/ext directory or put jar files into $CLASSPATH variable - Original Message - From: Stephen Clarke [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 08:41 Subject: mm.mysql driver Can anyone help me set up the MySQL

servlet problem

2002-01-24 Thread Galbayar
Hi my servlet running on Tomcat 3x but not running on Tomcat 4 error is page cannot be displayed. I'm copyed servlet in to myapp\WEB-INF\classes directory? how to run servlet on Tomcat 4.0? Galbayar Dorjgotov Software Engineer Mobinet ISP http://www.mobinet.mn [EMAIL PROTECTED]

Re: Urgent Disable Directory browse

2002-01-22 Thread Galbayar
/param-value /init-param load-on-startup1/load-on-startup /servlet hope it helps [EMAIL PROTECTED] -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED]] Sent: 19. janĂșar 2002 04:47 To: Tomcat Users List Subject: Urgent Disable Directory browse Hello All ! How to disable

use JSP open new window

2002-01-21 Thread Galbayar
how to use sendRedirect method to open new browser window?

Urgent Disable Directory browse

2002-01-18 Thread Galbayar
Hello All ! How to disable directory browse on Tomcat? if i rename webapps/ROOT/index.jsp to webapps/ROOT/index2.jsp Tomcat browse ROOT directory.

Re: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread Galbayar
set JAVA_HOME=c:\jdk1.3 set TOMCAT_HOME=c:\tomcat - Original Message - From: babs boyejo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 08:58 Subject: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM Dear All, 1)how do you set the java_home to the jdk installation

Re: jakarta-tomcat as service in NT sbs4.5

2002-01-16 Thread Galbayar
Test - Original Message - From: Gary Shane Lim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 17, 2002 10:48 Subject: jakarta-tomcat as service in NT sbs4.5 I had a jakarta service running in my services on my NT sbs4.5 I then removed it with a program that I got

JDK on Free BSD

2002-01-15 Thread Galbayar
Can i install JDK on Free BSD?

Re: JDK on Free BSD

2002-01-15 Thread Galbayar
Yes - Original Message - From: Lai Kok Cheong [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 16:41 Subject: RE: JDK on Free BSD Yes and there is two way ? Are you a new freeBSD user ? -Original Message- From: Galbayar [SMTP

can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Galbayar
Hello all? I'm installed JDK,MySQL,Tomcat on Linux RedHat 7 and all services running ok. If i connect to the MySQL from java(use MySQL MM driver) have Server configuration denied access error. How to solve this problem?

URGENT!!!How to configure JSP on O'Reily Web site Pro Web Server

2002-01-14 Thread Galbayar
How to configure JSP on O'Reily Web site Pro Web Server

Re: Please Suggest Me

2002-01-11 Thread Galbayar
check TOMCAT_HOME/doc/index.html - Original Message - From: Designing Department [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 11, 2002 16:13 Subject: Please Suggest Me Hello All, Please check

Re: Start page

2001-12-25 Thread Galbayar
add this to the CATALINA_HOMEwebapps\yourwebapp\WEB-INF\web.xml welcome-file-list welcome-fileyourpage.jsp /welcome-file/welcome-file-list - Original Message - From: Salvatore Balzano [EMAIL PROTECTED] To: Tomcat [EMAIL PROTECTED] Sent: Tuesday, December 25, 2001 22:10 Subject:

Re: Intercepting AuthenticationFilter and dispatching need help !

2001-12-25 Thread Galbayar
try use request.getRemoteUser() // or String auth = request.getHeader(Authorization); String userInfo =auth.substring(6).trim(); BASE64Decoder decoder = new BASE64Decoder(); String NameAndPassword =new String(decoder.decodeBuffer(userInfo)); StringTokenizer stk=new

JavaScript problem(Urgent)

2001-12-24 Thread Galbayar
Can i use javaScript clear Document content? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

  1   2   >