Re: Does not run the classes

2004-12-21 Thread Neale Rudd
Hi, A servlet won't work automatically in this way with the standard install of Tomcat. You will need to do one of the following: a) in conf/web.xml, enable the InvokerServlet entry by uncommenting in b) add the invoker servlet manually to the web.xml file in /rma/WEB-INF c) add a and entry in

Re: Does not run the classes

2004-11-22 Thread Ranjeet Singh
I think you are required to define a context with the name "rma" in your server.xml. ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://arch

Does not run the classes

2004-11-22 Thread Nuruthin Ahammed
hi I have two web contexts in my WebApps directory of Tomcat namely ROOT & rma. Inside rma>web-inf>classes there is one file called Testin.class My the problem is i can't run the Testin thru browser. I gave the url http://localhost:8080/rma/servlet/Testin My classpath is CLASSP

Re: Where to place to bean classes?

2003-08-28 Thread Jitendra Lathi
hi, here i am sending you very basic structure where u can put bean WEB-INF „¥„Ÿ„Ÿ„Ÿclasses „„¥„Ÿ„Ÿ„Ÿcal „„¥„Ÿ„Ÿ„ŸcompressionFilters „„¥„Ÿ„Ÿ„Ÿfilters „„¥„Ÿ„Ÿ„Ÿlisteners „„¥„Ÿ„Ÿ„Ÿcolors „„¥„Ÿ„Ÿ„Ÿnum „„¥„Ÿ„Ÿ„Ÿexamples „„¥„Ÿ„Ÿ„Ÿdates „„¥„Ÿ„Ÿ„Ÿcheckbox

Re: Where to place to bean classes?

2003-08-26 Thread I Wayan Saryada
Hi, Place your classes in the classes directory under the WEB-INF/classes in your web application. If your bean is in a jar format you can place it inside the lib directory under the WEB-INF/lib. Package structure in my opinition is needed, so you can separate you components base on their

Where to place to bean classes?

2003-08-26 Thread suresh babu
Hi, I'm new to Jsp programming.Im using tomcat.now i'm learning jsp.I don't know where to place bean classes in tomcat.Is it in classes folder or any other?and is it necessary to create package structure for the bean classes? Kindly give me a detailed msg

abstract classes(no abstract methods or any method implemetations)

2003-08-14 Thread purushottam krishna hegde
hi all, can anybody explain me why there r some abstract classes with no methods(no abstract methods or any method implemetations)for eg:in packagejavax.swing.plaf DesktopIconUI.javaColorChooserUI.java here is the source for one more abstract class :  ButtonUI.java /* * @(#)ButtonUI.java 1.15 00

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-08 Thread Richard Yee
B-INF/classes. In my main servlet I want to call InitPts but I always get a compile error saying not found. I've tried "import InitPts" but it complains about missing a period. I've tried putting inside my servlet the line "InitPts();" but it says class not found.

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-07 Thread Milt Epstein
nitPts in a file named InitPts.java and > compiled it to InitPts.class. All these files reside in > WEB-INF/classes. In my main servlet I want to call InitPts but I > always get a compile error saying not found. I've tried "import > InitPts" but it complains about missing

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-07 Thread Becky Phaneuf
s. I created a public class named InitPts in a file named InitPts.java and compiled it to InitPts.class. All these files reside in WEB-INF/classes. In my main servlet I want to call InitPts but I always get a compile error saying not found. I've tried "import InitPts" but it complains

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-07 Thread Ranjith Chakravarthi
: [EMAIL PROTECTED] Subject: Re: Newbie needs help with sub-classes outside my main servlet Set your classpath to current directory. Vj - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,March 06,2003 11:57

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread viju
Set your classpath to current directory. Vj - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,March 06,2003 11:57 PM Subject: Re: Newbie needs help with sub-classes outside my main servlet > I hat

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread minos
ds help with sub-classes outside my main servlet > I hate to sound stupid but I'm having trouble with this. I created a public > class named InitPts in a file named InitPts.java and compiled it to > InitPts.class. All these files reside in WEB-INF/classes. In my main > servlet

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread Kenny G. Dubuisson, Jr.
I hate to sound stupid but I'm having trouble with this. I created a public class named InitPts in a file named InitPts.java and compiled it to InitPts.class. All these files reside in WEB-INF/classes. In my main servlet I want to call InitPts but I always get a compile error saying not

Re: Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread Minos Chadgidakis
You can put the new classes inside WEB-INF/classes.You won't even have to import them this way.However doing this continuesly,you will quickly have many classes without any organization,so it's really not suggested. You can put them in packages, and then put the packages inside W

Newbie needs help with sub-classes outside my main servlet

2003-03-06 Thread Kenny G. Dubuisson, Jr.
Hello all. I've run into a problem where a servlet has reached the max size allowed (8K lines). I need to break it up into some external classes. The question I have is where to put the external classes. I know my current servlet goes in my app's "WEB-INF/classes" directo

Re: Is there java classes implementation for the GISB protocol ?

2003-01-03 Thread Richard Yee
Have you even tried to search Google for "GISB Java" yet? There are 284 hits for those search terms. Regards, Richard At 03:28 PM 1/3/2003 +0200, you wrote: Dear All, I'm developing java application in which i need to interface to GISB protocol so i asked if is there any supporting java imple

Is there java classes implementation for the GISB protocol ?

2003-01-03 Thread M. Amin
Dear All, I'm developing java application in which i need to interface to GISB protocol so i asked if is there any supporting java implementation for the specs of this protocol ? Regard, M. Amin ___ To unsubscribe, send e

TR: Using Packages for Bean Classes

2002-09-02 Thread Nicolas S i l b e r z a h n
CTED]]De la part de Hans Bergsten Envoye : dimanche 1 septembre 2002 00:44 A : [EMAIL PROTECTED] Objet : Re: Using Packages for Bean Classes Nicolas S i l b e r z a h n wrote: > Hans Bergsten, author of JavaServer Pages in its paper "Hans's Top Ten JSP > Tips" (google it

Using Packages for Bean Classes

2002-08-29 Thread Nicolas S i l b e r z a h n
Hans Bergsten, author of JavaServer Pages in its paper "Hans's Top Ten JSP Tips" (google it for URL) wrote: >>>> Using Packages for Bean Classes When you develop a bean to be used in a JSP page, I recommend that you make it part of a named package. A Java class

Re: Including java classes in Servlet

2002-07-19 Thread Raghupathy, Gurumoorthy
put you jar/zip file ( which contains the com/ae/rtu/RTUlist class ) in the lib directory Regards guru -Original Message- From: Carter, Scott [mailto:[EMAIL PROTECTED]] Sent: 18 July 2002 21:47 To: [EMAIL PROTECTED] Subject: Including java classes in Servlet Can you

Re: Including java classes in Servlet

2002-07-18 Thread Taylor, Kevin
Make sure that GreetingServlet is located in WEB-INF/classes/com/ae/rtu/RTUlist/GreetingServlet.class...or where ever you defined as your root classes dir. --Kevin Taylor Sr Web Developer > -Original Message- > From: Carter, Scott [SMTP:[EMAIL PROTECTED]] > Sent: Thursday

Re: Including java classes in Servlet

2002-07-18 Thread Gang Zhang
either include your class in classpath for the server or put your class in WEB-INF/classes directory. This way the server will resolve the classes for the servlet when your servlet is loaded. Gang - Original Message - From: "Carter, Scott" <[EMAIL PROTECTED]> To: &

Including java classes in Servlet

2002-07-18 Thread Carter, Scott
Can you write your own java classes (not servlets, just simple java classes ) and then use the functionality of those classes in your servlet? I wrote a class that just does some simple things such as returning an array and tryed to use this class in my servlet. I included the class in

Re: Restarting Tomcat? or Reloading Classes

2002-04-26 Thread Beau Hebert
I think that you can add this line to server.xml under this comment ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.s

Re: Restarting Tomcat? or Reloading Classes

2002-04-26 Thread Milt Epstein
e running, so i have to stop apache, and then > tomcat, then start tomcat and finally apache. > > 2. Is there a way to tell tomcat to reload classes automatically? > maybe a parameter in the web.xml or server.xml. > > Note: I am running apache and tomcat on Windows 2000 What vers

Re: Restarting Tomcat? or Reloading Classes

2002-04-26 Thread Dror Matalon
Tomcat? I think this is not good, cause i > have apache running, so i have to stop apache, and then tomcat, then start > tomcat and finally apache. > > 2. Is there a way to tell tomcat to reload classes automatically? maybe a > parameter in the web.xml or server.xml. > > Not

Restarting Tomcat? or Reloading Classes

2002-04-26 Thread Iván Escobedo
nd finally apache. 2. Is there a way to tell tomcat to reload classes automatically? maybe a parameter in the web.xml or server.xml. Note: I am running apache and tomcat on Windows 2000 Thanks _ Únase con MSN Hotmail al servicio

Re: Tomcat 4.0 can't find my classes

2002-02-14 Thread Christopher K. St. John
> Galina K wrote: > > I started to use tomcat 4.0 ... I have set a classpath > Tomcat 4 does not use your classpath. Instead, you need to put your jars/classes into special directories where Tomcat can find them. You may need to rename your zip's to jar's. There'

Tomcat 4.0 can't find my classes

2002-02-14 Thread Galina K
Hi, I started to use tomcat 4.0 and it can't find my .class files which I use in JSP. I have set a classpath in MS DOS window to point to these classes. Before I was using tomcat 3.2.1 and it could find my classes if I set classpath to point to it. Maybe there is a different way to do

Re: Installing Servlet 2.3 Classes

2002-02-04 Thread MA
ervlet > API Technology. > [mailto:[EMAIL PROTECTED]]On Behalf Of > Reisman Steve > Sent: Saturday, February 02, 2002 10:37 AM > To: [EMAIL PROTECTED] > Subject: Installing Servlet 2.3 Classes > > > Hello. I'm new to Servlets and I'm having > difficulties compiling

Re: Installing Servlet 2.3 Classes

2002-02-02 Thread Markus Kirsten
It's not about debugging. It's about either move your newly installed classes to your classpath or setting your classpath to include the folder where your new libraries lives. Check the documentation the came with the installer. Haven't you installed classes before? Mar

Re: Installing Servlet 2.3 Classes

2002-02-02 Thread Venu Gopal
Title: RE: Installing Servlet 2.3 Classes hello... Yea! send me your sample code.. i try to debug.. cheers, venu -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Reisman

Installing Servlet 2.3 Classes

2002-02-02 Thread Reisman Steve
Hello. I'm new to Servlets and I'm having difficulties compiling sample programs. I installed the Servlet 2.3 files to d:\javax\servlet and so forth, but javac can't find HttpServlet class. Did I install the files correctly? Any ideas will be appreciated. Thank you. ___

Re: Fw: Synchronized classes ...

2001-10-02 Thread Gardner Monte
--- > Nguyen Van Hoang > R&D Engineer > Arawana Project > MIS Team > SSL Viet Nam Ltd. > - Original Message - > From: "Richard Yee" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 02, 2

Re: Fw: Synchronized classes ...

2001-10-02 Thread Michael Brubaker
<[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 2:27 AM Subject: Re: Fw: Synchronized classes ... > Tks Richard, but I must have a synchronized func. because each servlet > must know the "current" value of that field before deciding whether update > that field or

Re: Synchronized classes ...

2001-10-02 Thread Peter Huber
ubject: Synchronized classes ... >Hi all, >I have 2 servlets (2 classes) trying to read a field in > database and I want to synchronize this action. These 2 class also > had a base class but as I know, each servlet will have a instance > of base class for its own so I can not use sy

Re: Fw: Synchronized classes ...

2001-10-01 Thread ceausu catalin
--- > Nguyen Van Hoang > R&D Engineer > Arawana Project > MIS Team > SSL Viet Nam Ltd. > - Original Message - > From: "Richard Yee" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 02, 2001 12:22 PM &g

Re: Fw: Synchronized classes ...

2001-10-01 Thread Nguyen Van Hoang
Nguyen Van Hoang R&D Engineer Arawana Project MIS Team SSL Viet Nam Ltd. - Original Message - From: "Richard Yee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 12:22 PM Subject: Re: Fw: Synchronized classes ... > Nguyen, > You d

Re: Fw: Synchronized classes ...

2001-10-01 Thread Richard Yee
read and update. Regards, Richard At 11:24 AM 10/2/01 +0700, you wrote: > Hi all, > I have 2 servlets (2 classes) trying to read a field in database and I >want to synchronize this action. These 2 class also had a base class but as >I know, each servlet will have a inst

Fw: Synchronized classes ...

2001-10-01 Thread Nguyen Van Hoang
Hi all, I have 2 servlets (2 classes) trying to read a field in database and I want to synchronize this action. These 2 class also had a base class but as I know, each servlet will have a instance of base class for its own so I can not use synchronized methods in base class. Is there

Synchronized classes ...

2001-10-01 Thread Nguyen Van Hoang
    Hi all,     I have 2 servlets (2 classes) trying to read a field in database and I want to synchronize this action. These 2 class also had a base class but as I know, each servlet will have a instance of base class for its own so I can not use synchronized methods in base class.     Is

Re: newbie question on methods in classes

2001-10-01 Thread Brad Thomas
Brad   - Original Message - From: Alberto Imedio To: [EMAIL PROTECTED] Sent: Monday, October 01, 2001 6:10 PM Subject: Re: newbie question on methods in classes Hi,   I think you are not very comfortable with Java... You can not use a

Re: newbie question on methods in classes

2001-10-01 Thread Alberto Imedio
thods in classes hi all   I'm an absolute newbie to Java, but have programmed in Visual Basic for the last 5 years. I successfully created a Java servlet in Forte for Java Community Edition 3.0, and viewed it successfully in a web browser.   Now, I

newbie question on methods in classes

2001-10-01 Thread Brad Thomas
(other code excluded)      return temp;        /* returns the content of the login form as grabbed from the DB */   (other code excluded)     Can someone point me in the right direction? Why is LoginForm an unresolved symbol? I'd rather not put the LoginForm method in the myweb

Newbe: server directory for classes?

2001-09-09 Thread Chadrick Mahaffey (the chad)
Hi everyone, I have a servlet question (I think); Do all servers require that we put servlets in the WEB-INF\classes directory. This my be a Tomcat server question but I am so new at this that I don't know. THE chad _

Re: Static reference to bean classes in servlets generated by servlet containers

2001-08-30 Thread Pierre-Yves Saumont
À : [EMAIL PROTECTED] Objet : Static reference to bean classes in servlets generated by servlet containers Hi, Looking at the generated servlet source code for a jsp page including a bean, I remarked that it included a static reference to the class of that bean. For example, if the tag was : the

Static reference to bean classes in servlets generated by servlet containers

2001-08-30 Thread Pierre-Yves Saumont
Hi, Looking at the generated servlet source code for a jsp page including a bean, I remarked that it included a static reference to the class of that bean. For example, if the tag was : the generated servlet would include the following declaration : my.mackage.MyBean beanName; After thinking

Re: Jar files and Classes

2001-07-17 Thread Michael Weller
they should know how long their accounts stay valid. ask them... if they told you so it's propably true! -mw - Original Message - From: "ChoKamir (Jelmer)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 10:38 AM Subject: Re: Jar f

Re: Jar files and Classes

2001-07-17 Thread ChoKamir (Jelmer)
Hi i signed me up by webappcabaret.com but they told me my account is only 2 month valid. Is that true?? ChoKamir - Original Message - From: Peter Barraud <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 5:31 AM Subject: Re: Jar files and Classes >

Re: Jar files and Classes

2001-07-17 Thread ChoKamir (Jelmer)
Yes i use www.mycgiserver.com ChoKamir - Original Message - From: Hans Liebenberg <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 2:36 PM Subject: Re: Jar files and Classes > Does your free webserver service actually support JSP/servlets in th

Re: Jar files and Classes

2001-07-16 Thread Peter Barraud
ava Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Hans Liebenberg Sent: 16 July, 2001 6:06 PM To: [EMAIL PROTECTED] Subject: Re: Jar files and Classes Does your free webserver service actually support JSP/servlets in the first place? -Original Message- From: A mailing list

Re: Jar files and Classes

2001-07-16 Thread Hans Liebenberg
EMAIL PROTECTED] Subject: Re: Jar files and Classes That is just the problem, i don't have acces to the web-inf/classes directorie or any of that directories i only have acces to my /users/ChoKamir directory. anyway thx for your response ChoKamir - Original Message - From: Peter Barra

Re: Jar files and Classes

2001-07-16 Thread ChoKamir (Jelmer)
That is just the problem, i don't have acces to the web-inf/classes directorie or any of that directories i only have acces to my /users/ChoKamir directory. anyway thx for your response ChoKamir - Original Message - From: Peter Barraud <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: Jar files and Classes

2001-07-16 Thread Peter Barraud
Hi, I use webappcabaret (free web server) and I have dumped both .class files (servlet and regular) and .jar files in the web-inf/classes folder and they work just fine pb -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [m

Jar files and Classes

2001-07-16 Thread ChoKamir (Jelmer)
Hi I host my servlets on a free webserver, so i don't have acces to the server directories only to my own. Can i upload an jar file and just use it in my servelts like import com.ApocalypseWorld.Graph.*; or must i do something special or is it impossible to use a jar file what is not in the WEB_I

Re: Problem: Association with oracle classes

2001-07-04 Thread Tim Panton-Westpoint Ltd
That sounds like a classpath problem. Try putting oracle classes111.zip in the lib subdirectory of JWS. Saxena Bhawna <[EMAIL PROTECTED]> wrote: __ >java.lang.UnsatisfiedLinkError.int > command : java.lang.NoclassDefFoundError >oracle/rdbms/session >" >Now, what does this mea

Problem: Association with oracle classes

2001-07-03 Thread Saxena Bhawna
Hi All, We have developed our servlets using the JavaWebServer 2.0. Now all the servlets get loaded by going to the 9090 port and clicling the Load button in the Manage->Servlets menu. But there is one servlet which uses the oracle classes and gives an error " Internal problem pr

Association with Oracle Classes

2001-06-23 Thread Saxena Bhawna
Hi All, I had mentioned my problem of a servlet using oracle classes not being able to load by going to the port 9090. When the JavaWebServer is started as simply running the executable c:\JavaWebServer 2.0\bin]jserv.exe, the servlet loads easily and no problem is encountered.But when the

Re: association with oracle classes

2001-06-21 Thread Michael Weller
you should adjust your classpath to point to the oracle classes. -mw At 04:26 20.06.2001 -0700, you wrote: >Hi All, >My servlet uses the classes of oracle. If the Java Web Server is >reinstalled , what should be the steps performed >so that the servlet behaves properly.The servle

association with oracle classes

2001-06-20 Thread < Bhawna Saxena>
Hi All, My servlet uses the classes of oracle. If the Java Web Server is reinstalled , what should be the steps performed so that the servlet behaves properly.The servlet can not be loaded by going to the port 9090. The error reported is "No class Def found error" oracle.rdms.session

Re: Separating Applet classes from Servlet classes.

2001-05-29 Thread Bo Xu
"[Steven Shaw]" wrote: > Is it wise ( or neccessary ) to separate Applet classes from servlet > classes? Can this be answered in detail from some publication? > Thank you, > > -Steven Shaw > [...] Hi :-) I think if you use the following way to set the "codeba

Re: Separating Applet classes from Servlet classes.

2001-05-29 Thread Mark Galbreath
I've never considered nor heard of combining applet and servlet classes. Not only are you violating functional separation (decoupling), disregarding every accepted design pattern known, but are burdening the client with server code and vice-versa (though the latter's performance impac

Separating Applet classes from Servlet classes.

2001-05-29 Thread [Steven Shaw]
Is it wise ( or neccessary ) to separate Applet classes from servlet classes? Can this be answered in detail from some publication? Thank you, -Steven Shaw This message may contain information which is private, privileged or confidential and is intended solely for the use of the

Re: O'REILLY CLASSES & APACHE

2001-05-07 Thread Anthony W. Marino
> Note that I'm working on a web page to document the symptoms, cause, and > workarounds of the most frequently reported bugs (FRBs?) for servlets. > This one is at the top of the list. See > http://www.servlets.com/soapbox/bugs.html for a sneak peek. If your > favorite FRB isn't listed, let me

Re: O'REILLY CLASSES & APACHE

2001-05-07 Thread Jason Hunter
Matías Salvador wrote: > > Hy everybody, > I'm using the O Reilly's classes (specifically, the > multipart class used to parse a post into PartParams and FileParams) and > when running over Apache with Tomcat, it throws me the following Excepti

O'REILLY CLASSES & APACHE

2001-05-07 Thread Matías Salvador
Hy everybody, I'm using the O Reilly's classes (specifically, the multipart class used to parse a post into PartParams and FileParams) and when running over Apache with Tomcat, it throws me the following Exception. When I try the same part but with the SDK2.1, th

Re: Singleton V.s Static classes - In a Servlet world

2000-11-23 Thread Bo Xu
//*email 0 Marc Krisjanous wrote: > [...] > I have a class that manages a log file which all objects within the system > can write messages to. The class utilises the Singleton Instance design > pattern so only one instance is accessibl

Re: Singleton V.s Static classes - In a Servlet world

2000-11-22 Thread Marc Krisjanous
- From: Stefan Meisner [mailto:[EMAIL PROTECTED]] Sent: Thursday, 23 November 2000 9:23 AM To: [EMAIL PROTECTED] Subject: AW: Singleton V.s Static classes - In a Servlet world Make sure, that getInstance() is synchronized or it could break that design pattern, depending on the implementation

AW: Singleton V.s Static classes - In a Servlet world

2000-11-22 Thread Stefan Meisner
Make sure, that getInstance() is synchronized or it could break that design pattern, depending on the implementation. Greetings Stefan public static EventLogController getInstance() { //Singleton implementation } _

Singleton V.s Static classes - In a Servlet world

2000-11-22 Thread Marc Krisjanous
Hi all, I would like to thank you for helping me with my first question about synchronizing access to the session object. My thoughts now are that it is better to be safe than sorry and synchronize all access to the session object. I have another question which causes me to re-think part of my d

Re: facing problem in compiling EJb classes..pl. help

2000-10-23 Thread srini chak
Hi, You need to set the ejb packages as well to deploy. ejb needs a ejb container to deploy. it can be done by an application server with java support. j2sdk only supports servlets and jsp . it won't have inbuilt ejb support. bye, chakry. --- Chirag Patel <[EMAIL PROTECTED]> wrote: > it could

Re: facing problem in compiling EJb classes..pl. help

2000-10-21 Thread Chirag Patel
it could be typos. Check for spellings. "javax.ejb.EJBObject" Subrahmanya Bhatt wrote: > hi > > i've ust now installed j2sdkee1.2.1 (windows version) from sun site. > as per the documentation specification i've edited the userconfig.bat > to only set the JAVA_HOME environment variable as below >

facing problem in compiling EJb classes..pl. help

2000-10-21 Thread Subrahmanya Bhatt
hi i've ust now installed j2sdkee1.2.1 (windows version) from sun site. as per the documentation specification i've edited the userconfig.bat to only set the JAVA_HOME environment variable as below JAVA_HOME = .;c:\jdk1.2.2; now when i try to compile an ejb ( from examples) Converter.java i

Re: Q: Inner classes and servlets

2000-09-19 Thread Jeff Hanson
Christian, Task names were passed as parameters, the inner-classes did belong to the domain servlet, however, rather than using a big case statement, we stored an instance of each task class in a hashtable in the servlet's init method and then just retrieved the task object from the hashtab

Re: Q: Inner classes and servlets

2000-09-19 Thread Christian Cryder
Thanks Jeff! A couple of followup questions, if I may... 1. So task names were passed as parameters, right? 2. The inner classes actually belong to the domain servlet, yes? 3. Are you using reflection to instantiate/invoke the inner classes, or just a big case stmt? Thanks for the explanation

Re: Q: Inner classes and servlets

2000-09-18 Thread George I Matkovits
tRequest request, > HttpServletResponse response) throws ServletException, > IOException { > doGet(request, response); > } > > } > > Inner clases can be used as event listeners and for > Servlet to servlet communication. > > Thanks > Sameer > >

Re: Q: Inner classes and servlets

2000-09-18 Thread tarun O
he train of thought > I'm exploring right now. > Can you share any more details? I'm working on > building a presentation > framework, and would like to use inner classes as > "event listeners". > > I'd love to hear details if you can share them. You > can em

Re: Q: Inner classes and servlets

2000-09-18 Thread Jeff Hanson
Christian, Specifically, the domain servlet gets the desired task name from the query parameters and then instantiates a member inner-class that correlates to the task. The inner-classes were scoped as private and since inner-classes can only exist in the context of the instance of the class

Re: Q: Inner classes and servlets

2000-09-18 Thread George I Matkovits
> framework, and would like to use inner classes as "event listeners". > > I'd love to hear details if you can share them. You can email offline if > that's easier ([EMAIL PROTECTED]) > > Thanks! > Christian > > > -Original Message- > > Fr

Re: Q: Inner classes and servlets

2000-09-18 Thread Christian Cryder
Hi Jeff, Interesting...this is exactly the train of thought I'm exploring right now. Can you share any more details? I'm working on building a presentation framework, and would like to use inner classes as "event listeners". I'd love to hear details if you can share th

Re: Q: Inner classes and servlets

2000-09-18 Thread Jeff Hanson
I worked on a team that used inner-classes to encapsulate particular tasks associated with query parameters passed from the client. We were designing generic model-view-controller domain frameworks for the Web application environment and this mechanism made it very easy for users and maintainers

Q: Inner classes and servlets

2000-09-18 Thread Christian Cryder
Hi folks, I'm wondering if/how people are using inner classes within Servlets? If you are, could you let me know some details? Thanks, Christian Christian Cryder Software Engineer, Rocks Lutris Technologies, Inc. [EMAIL PROT

Unable to load classes - Using Servlet Exec with IIS.

2000-08-28 Thread Koshy Asish
| -- | | | AppletA WEB-INF files | | B classes

Re: servlet classes not being recognized?

2000-08-14 Thread Pratik
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 14, 2000 12:20 PM Subject: servlet classes not being recognized? > hi > i have installed tomcat3.1 & jdk1.3 in Win98. > i can run precompiled servlets using tomcat. > but when i try to compile a servlet app usi

Re: servlet classes not being recognized?

2000-08-14 Thread Pratik
hi vicky tomcat includes a webs server as well. as i said i can already run precompiled servlets but i cannot compile servlet apps pratik - Original Message - From: "Vicky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 14, 2000 12:39 PM Subjec

Re: servlet classes not being recognized?

2000-08-13 Thread Vicky
if i am not wrong, dont u need a java web server to run on servlets, since servlets are executed on the server i might be wrong ... vicky Original Message Follows From: Pratik <[EMAIL PROTECTED]> Reply-To: Pratik <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: servlet

servlet classes not being recognized?

2000-08-13 Thread Pratik
hi i have installed tomcat3.1 & jdk1.3 in Win98. i can run precompiled servlets using tomcat. but when i try to compile a servlet app using javac none of the servlet classes r bing recognized? a typical error line reads like this - C:\myapp\src\Hello.java:66: cannot resolve symbol sy

Re: How to let Browser load some classes?

2000-06-24 Thread Sharan, Abhishek
How to let Browser load some classes? > > This message uses a character set that is not supported by the Internet > Service. To view the original message content, open the attached > message. If the text doesn't display correctly, save the attachment to > disk, and then ope

How to let Browser load some classes?

2000-06-23 Thread Jinfeng Ni
hi, I am now trying using applet-servlet communication ,and I have compiled the example of DayServer provided by Jason Hunter and try it on Apache. When I open the .html, I was told an error occured: NoClassDefFoundError:com/oreilly/servlet/HttpMessage. How let Browser know the path o

Re: synchronized calls to utility classes??

2000-06-05 Thread Sreekumar Pillai
It depends on how you structure the utility classes. For every request, if you are creating a new instance of the utility class, you don't have to synchronize it. But if you are using a singleton utility object (Shared across requests), then you need to. e.g Case 1 --- public class Ut

synchronized calls to utility classes??

2000-06-04 Thread Marc Krisjanous
Hi all, Sorry to post this message again but I did not get any replies. I have a servlet that creates utility classes for certain requests. The utility classes have instance variables. Do I need to synchronized the instantiation and method calls from the servlet to the utility classes? The

synchronized calls to utility classes??

2000-06-01 Thread Marc Krisjanous
Hi all, I have a servlet that creates utility classes for certain requests. The utility classes have instance variables. Do I need to synchronized the instantiation and method calls from the servlet to the utility classes? The utility classes manipulate data sent from client in request object

lower/upper case letter in URL/translating JSP to classes

2000-05-16 Thread Thomas Schuchert
Hey, did anyone know how JWS 2.0 under NT4.0 support lower/upper case letter distinguishing? I've a application mixed of servlets,applets,jsp and html sites. servlets and jsp sites follow java naming conventiones. One of my jsp-site will translated with changing of upper to lower letter naming :

Re: classes to generate HTML

2000-04-13 Thread Doug Turner
Check out JSP. - Original Message - From: Heidi Vogel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 12, 2000 10:54 AM Subject: classes to generate HTML > He, > > I was looking for classes or other utilities to genenerate HTML > > htt

Re: classes to generate HTML

2000-04-12 Thread Harald Meyer
Heidi Vogel wrote: > I was looking for classes or other utilities to genenerate HTML > > http://www.bus.miami.edu/~troy/htmlutils/ > > I have difficulties in integrating these into my servlets, is their anybody > who can tell me how I do this. You might also try the clas

Re: HTML Generating classes

2000-04-12 Thread Pascal Deschenes
Behalf Of Heidi > Vogel > Sent: April 12, 2000 1:19 PM > To: [EMAIL PROTECTED] > Subject: HTML Generating classes > > > He, > > I was looking for classes or other utilities to genenerate HTML > > http://www.bus.miami.edu/~troy/htmlutils/ > > I have difficu

HTML Generating classes

2000-04-12 Thread Heidi Vogel
He, I was looking for classes or other utilities to genenerate HTML http://www.bus.miami.edu/~troy/htmlutils/ I have difficulties in integrating these into my servlets, is their anybody who can tell me how I do this. ThanX in advance, Heidi Heidi Vogel, Product Development InfoRay B.V

classes to generate HTML

2000-04-12 Thread Heidi Vogel
He, I was looking for classes or other utilities to genenerate HTML http://www.bus.miami.edu/~troy/htmlutils/ I have difficulties in integrating these into my servlets, is their anybody who can tell me how I do this. ThanX in advance, Heidi Heidi Vogel.vcf

Re: How do I call classes or beans

2000-04-11 Thread Karl Roberts
Chris Powell wrote: > > Hi, > Can anyone assist me, PLEASE. > I have created a JSP and included a call to a simple bean which all > works fine. > I need to know how within my bean I can call another class/bean? > > I am trying to write a validate bean that calls a 'wrapped database > procedure' cl

  1   2   3   >