Re: Compilation error - cannot resolve symbol

2002-02-04 Thread Hardeep Singh
Have u put Book.class in a directory called com/worx/library? To do this, use javac Book.java -d . - Original Message - From: Philip Steel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 04, 2002 4:05 PM Subject: Compilation error - cannot resolve symbol Hi there I

Re: Compilation error - cannot resolve symbol

2002-02-04 Thread Hardeep Singh
these files: Book.java Book.class ChildrenBook.java Both java files have the same first line - package com.wrox.library; To recap - Book compiles fine, but ChildrenBook.java won't Phil -Original Message- From: Hardeep Singh [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04

Offtopic: Java code obfuscator

2002-01-22 Thread Hardeep Singh
Hi, I want a free code obfuscator for Java? Any suggestions? Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED

Re: Email Validation

2002-01-21 Thread Hardeep Singh
Yes but you have third party regexp tools available for other versions also, that work in Jdk 1.1, 1.2, 1.3 etc. Two of them are by jakarta.apache.org and another one by gnu. check them out. - Original Message - From: Surya Narayana To: [EMAIL PROTECTED] Sent:

Offtopic? Resin and custom classloader

2001-12-24 Thread Hardeep Singh
Resin to use this classloader instead of the system provided one? How do I do this? Also, I have read somewhere that a classloader should be aware of Permissions. I havent used Permission sin my classloader, will there be any security problems if I use this with Resin? Hardeep Singh http

Offtopic: Toot-o-matic

2001-12-09 Thread Hardeep Singh
Hi, I need the toot-o-matic utility for conversion of XML to PDF. However, IBM have taken the utility off their site for some reasons. If anyone has the utility, please email it to me at [EMAIL PROTECTED] (Do NOT press reply on this email). Thanx, Hardeep Singh http://SeeingWithC.cjb.net

Resin + Apache

2001-11-29 Thread Hardeep Singh
), Apache returns page not found. This is to be expected since the page does not have JSP extension, Apache is unable to recognize the fact that Resin will serve content for this page. What do I do? I really need people to be able to do this. Thanx in advance, Hardeep Singh http://SeeingWithC.cjb.net

Offtopic: Java class to Windows EXE

2001-11-22 Thread Hardeep Singh
Hi, I want to convert a java class file to a windows exe. Are there any free tools available for this (I have already looked at jexegen that packages with MS Java toolkit, but dont want to do a 19MB download, for a 1MB thing, mu connection is really slow!)? Thanx Hardeep Singh http

Offtopic: Setting up access rights on Jetty

2001-11-14 Thread Hardeep Singh
Hi, I want to use Apache style htaccess file based access in Jetty. Simply puting the file in the required folder does not help. What other configuration changes need to be made? Hardeep Singh http://SeeingWithC.cjb.net

Offtopic: Accessing the net through an authenticatd proxy

2001-10-30 Thread Hardeep Singh
Hi, Through a Java class, I want to be able to connect to the internet through a proxy server which needs to be authenticated by a username and password using basic authentication. How do I do it? Note: The proxy uses HTTP/1.1 Hardeep Singhhttp://SeeingWithC.cjb.net

Offtopic: Resin

2001-10-24 Thread Hardeep Singh
Hi All, Resin CMP is a webserver and EJB container downloadable from www.caucho.com. Has anyone used it? How do its features and performance compare with other app servers like JBoss. Thanx Hardeep Singhhttp://SeeingWithC.cjb.net

Re: JSP Tags

2001-10-24 Thread Hardeep Singh
Title: JSP Tags JSP:FORWARD is handled at the server side. the browser is ignorant of its presence. Hardeep Singhhttp://SeeingWithC.cjb.net - Original Message - From: Sanjay Gomes To: [EMAIL PROTECTED] Sent: Wednesday, October 24, 2001 4:55 PM Subject: JSP Tags

Re: jsp page downloading instead of executing

2001-10-22 Thread Hardeep Singh
The combo is not working. Apache server is not recognizing the presence of Tomcat and is serving JSP pages itsel. There must be something wrong with apach configuration. Read Tomat help files on the topic. Hardeep Singh http://SeeingWithC.cjb.net - Original Message - From: Paul Davies

Re: data type ??

2001-10-22 Thread Hardeep Singh
use java.math.BigDecimal in JSP - Original Message - From: Miao, Franco CAWS:EX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 23, 2001 1:42 AM Subject: data type ?? The data type of account balance in MS SQL server is small money, when I do a getString(Balance), it

Re: Creating shortcut using java-off topic

2001-10-19 Thread Hardeep Singh
Hi, Creating shortcut is a os specific. Most probably, you will need to create a shortcut creating DLL in vc++ and the write a JNI based java wrapper class. Hardeep Singh http://SeeingWithC.cjb.net - Original Message - From: Amarnath N [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: How could i calulate the string expression ?

2001-10-04 Thread Hardeep Singh
Hi, What you ask for is difficult (This is not a basic question). Java does not have (to the best of my knowledge) inbuilt string expression evaluating capability. For this you will need to code (or download from the net) an infix to postfix convertor and a postfix evaluator. Hardeep Singh

Re: Error configuring WebLogic 6.1 example demoPool with Oracle

2001-10-04 Thread Hardeep Singh
: Hardeep Singh [mailto:[EMAIL PROTECTED]] Sent: giovedì, 4. ottobre 2001 12:07 To: [EMAIL PROTECTED] Subject: Re: Error configuring WebLogic 6.1 example demoPool with Oracle Hi, I think you will have to add the path to weblogicoci37.dll to the system PATH. This file gets installed with Oracle client

Offtopic: Are Vectors useful?

2001-09-26 Thread Hardeep Singh
Hi, Is it efficient to use Vectors profusely for returning multiple instances of a class? How about returning Vectors through remote methods? Thanx Regards Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe

Re: tomcat4.0 and poolman

2001-09-19 Thread Hardeep Singh
Hi, I have used Poolman with Tomcat. Poolman itself does not recommend the use of the JDBC driverinterface. It is better to use the DataSource way of accessing poolman. read the poolman help files for details. Using this way has also other advantages like portability to different

Offtopic: MD5 based login

2001-09-10 Thread Hardeep Singh
the password encrypted in the database)? Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST

Offtopic: Jikes

2001-09-06 Thread Hardeep Singh
Hi, I want the Jikes compiler for windows. It is available on the IBM site via FTP. But I do not have FTP access. Is there any site through which it is available via HTTP? If someone has it and the size of the ZIP is less than 1 MB, could he mail it to me? Hardeep Singh http

JavaMail and JSP

2001-08-31 Thread Hardeep Singh
session.getTransport(smtp) throws a NoSuchProviderException. Although the same thing works as an application. My contention is that Tomcat returns something wrong as Session. This session cannot then cannot connect to smtp port of my webserver. Any solutions? Hardeep Singh http://SeeingWithC.cjb.net

Re: JavaMail and JSP

2001-08-31 Thread Hardeep Singh
. Although the same thing works as an application. My contention is that Tomcat returns something wrong as Session. This session cannot then cannot connect to smtp port of my webserver. Any solutions? Hardeep Singh http://SeeingWithC.cjb.net

Re: JavaMail and JSP

2001-08-31 Thread Hardeep Singh
Hi again, I tried the same thing with Java Web Server. There also it is giving the same error. Hardeep - Original Message - From: Hardeep Singh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 31, 2001 12:50 PM Subject: JavaMail and JSP Hi, I had written a simple mail

MVC architecture

2001-08-29 Thread Hardeep Singh
Hi, I want to know about the MVC architecure. Can any one point me to relevant resources? Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest

OffTopic: Insalling Jigsaw

2001-08-24 Thread Hardeep Singh
. Is it necessary to have a network card to run webserver? If not, what else do I need to install in addition to TCP/IP, dialup networking? Please help. Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe: mailto [EMAIL

Offtopic: Hiding Javascript

2001-08-09 Thread Hardeep Singh
to make it too hard? Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs

Re: help

2001-08-01 Thread Hardeep Singh
What is the name of the software and where can we download it from? - Original Message - From: Zahid Rahman To: [EMAIL PROTECTED] Sent: Wednesday, August 01, 2001 4:26 PM Subject: Re: help Actually there is a piece of software available which not only

Re: MD5 example

2001-07-18 Thread Hardeep Singh
Dear Ashish, Where do I get the MessageDigest Class from? Thanx, Hardeep - Original Message - From: Ashish Shrestha [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 9:33 AM Subject: MD5 example Dear Hardeep, I have included an example of MD5 for you. If you

Re: How to install a service on a NT server?

2001-07-09 Thread Hardeep Singh
Hi, I can suggest a way for converting the Java class into EXE if it can run on JDK 1. Use the java developemt kit available from www.microsoft.com. It has a tool called JExeGen which will do it. Hardeep Singh http://SeeingWithC.cjb.net - Original Message - From: Hamid [EMAIL PROTECTED

Using Vectors?

2001-06-20 Thread Hardeep Singh
? Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on JSP

Offtopic: Password encryption in Apache

2001-05-02 Thread Hardeep Singh
Hi, I understand that Apache has an internal password encryption system that it uses for encrypting passwords in .htaccess file. What is the algorithm used. How can I write a JAVA program to do encryption decryption of passwords using the same method? Hardeep Singh http://SeeingWithC.cjb.net

Forward tag

2001-03-20 Thread Hardeep Singh
as: jsp:forward page="../FFC02000/FFC020001.jsp"/ But it is giving page not found whereas if i try to access the page directly through beowser, the page appears. Wht am i doing wrong? I am using WEBLOGIC 6.0 with service pack 1. Hardeep Singh http://SeeingWit

War directly accesses Database

2001-03-12 Thread Hardeep Singh
in the rest of our project, this is a special case. Thanx, Hardeep Singh http://SeeingWithC.cjb.net === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL

Re: downloading of file

2001-02-16 Thread Hardeep Singh
use a servlet instead of jsp since jsp already has content type set before coming to ur code. what u say that the client sees the message first is not possible. Hardeep - Original Message - From: "Shailendra" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 16, 2001 6:56

Weblogic

2001-02-14 Thread Hardeep Singh
Hi, I am new to weblogic. I hace created an entity bean and compiled it. I have put the Home, Remote and the Bean CLASS files into a JAR along with a ejb-jar.xml deployment descriptor. Since I have the demo version of weblogic, I have not got the deployment tool. So tell me: 1. Is a free

Re: Saving the data in a persistent bean.

2001-02-13 Thread Hardeep Singh
do not use a persistant bean to store the data. use the session variable instead Hardeep Singh EMail: [EMAIL PROTECTED] Website: http://SeeingWithC.cjb.net - Original Message - From: "ShriKant Vashishtha" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 13, 20

New to weblogic

2001-02-13 Thread Hardeep Singh
Hi, I am new to weblogic but old to JSPs. Could someone please send a simple application developed for weblogic. One bean that accesses the DB resource, one JSP that calls the bean. I am especially looking for the deployment descriptors. Hardeep

How can I sign an applet

2001-02-05 Thread Hardeep Singh
Hardeep's MailHi, Please tell me what i need to do to sign an applet. I want the applet to be able to read arbitrary files. So, i should sign it. But how to go about signing? I already have a digital signature. Hardeep ===

Re: Anybody in Delhi working on JSP

2001-02-04 Thread Hardeep Singh
Hi, Ya I am also in Delhi Hardeep Singh, Website: http://SeeingWithC.cjb.net EMail: [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL

Free JSP hosts

2001-01-22 Thread Hardeep Singh
want 10 MB space while these give only 5 MB since I have an 8 MB flatfile database Hardeep Singh, K-49, B.K.Dutt Colony, New Delhi 110003. Phone: 4601342. Website: http://SeeingWithC.cjb.net EMail: [EMAIL PROTECTED

Re: HTML printing

2001-01-21 Thread Hardeep Singh
this... Original Message- From: Hardeep Singh [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 4:53 PM To: [EMAIL PROTECTED] Subject: Re: HTML printing I did it this way: Head script function doPrint() { window.print(); } /script /Head body onLoad=doPrint() ...other

Free JSP host?

2001-01-18 Thread Hardeep Singh
Hi All, Can anyone tell me the name of a website that allows users to host Java Server Pages for free? It need not provide EJB/Database/Mail support but must be fast and reliable. It should also give me about 10MB of space. Hardeep

Re: HTML printing

2001-01-18 Thread Hardeep Singh
I did it this way: Head script function doPrint() { window.print(); } /script /Head body onLoad=doPrint() ...other o.p. from JSP, the matter to be printed... /body This is not EXACTLY printing, but see if this is viable. Hardeep Singh, K-49, B.K.Dutt Colony, New Delhi 110003. Phone: 4601342

Re: Printing from HTML document

2001-01-17 Thread Hardeep Singh
Hardeep's MailHi, Where do u need to print? At the client's printer or at the server's = printer. Most probably u will want to print to the client's printer. In = that case, u will probably have to use Java Script, since JSP runs on = the server. If u want more info on JS, tell me hardeep