Re: Weblogic and Stuck Thread Detection

2004-10-08 Thread Paul Bonfanti
cation and reference > [mailto:[EMAIL PROTECTED] On Behalf Of Frank Mancini > Sent: Thursday, October 07, 2004 4:28 PM > To: [EMAIL PROTECTED] > Subject: Weblogic and Stuck Thread Detection > > Has anyone ever done a jsp or other type of shell script to detect stuck > threads

Weblogic and Stuck Thread Detection

2004-10-07 Thread Frank Mancini
Has anyone ever done a jsp or other type of shell script to detect stuck threads in Weblogic...just curious and how would I go about doing it. _ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http

Re: An irrecoverable stack overflow has occurred on Weblogic.

2003-09-23 Thread Timo Neumann
Velmurugan (Java) wrote: Hi! I'd say as Weblogic dumps core this is a Weblogic issue and you should contact Bea for that problem. hth Timo Dear All, I am getting very strange error in my servlet/jsp application ( whihc internally uses JChart ) running on weblogic application server

An irrecoverable stack overflow has occurred on Weblogic.

2003-09-23 Thread Velmurugan (Java)
Dear All, I am getting very strange error in my servlet/jsp application ( whihc internally uses JChart ) running on weblogic application server. The applcation server is running under Solaris OS. Kindly help me how to resolve this issue. The following are the errors. Error Content from Log

Re: JSTL weblogic

2003-09-11 Thread Christian Bollmeyer
t .NET named his 'xcopy install' and makes a great fuss about that. In Java, it's just already there. And AFAIK, even BEA WebLogic is standards-compliant at this (specification) level. HTH, -- Chris (SCPJ2) > Hi all, > I am using weblogic 7.0 on NT 4.0 machine. > I

JSTL Weblogic

2003-09-11 Thread Manoj Kansal
Hi All, I am new to JSTL. and running a testing code on weblogic 7.0. Previously I was getting a problem for standard.jar in classpath. That is resolved. Now when I run the following code (http://localhost:7001/test.jsp?name=Manoj+Kansal), I get exception mentioned below. Does weblogic 7.0

JSTL weblogic

2003-09-10 Thread Manoj Kansal
Hi all, I am using weblogic 7.0 on NT 4.0 machine. I have downloaded standard.jar file required for JSTL. I have unzip standard.jar file and retireve all the tld files. I have placed tld files in WEB-INF/tld folder. I have added standard.jar file in classpath. I have verified that standard.jar

Apache 404 request forwarded to Weblogic

2002-11-28 Thread Jose Kuzhivelil
Hi all, I'm trying to redirect a 404 Page Not Found error from my Apache server to my custom error page on the WebLogic server. I need the original URL requested to be captured and a sensible URL made out from it, so I can do redirections. Problem is my c

Re: Thread dumps with weblogic

2002-10-28 Thread Ionel Condor
the prove that the core file is generated just do a 'ls -latr' Regards, Ionel Condor. - Original Message - From: "Shahata, Ash" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 3:45 PM Subject: Re: Thread dumps with weblogic

Re: Thread dumps with weblogic

2002-10-28 Thread Shahata, Ash
!? I ran the above kill as the same user once and again as root! Any idea? Thanks -Original Message- From: Ionel Condor [mailto:cionel@;RO-PLANET.RO] Sent: Monday, October 28, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Re: Thread dumps with weblogic Hi, IF you have done a 'kill -

Re: Thread dumps with weblogic

2002-10-28 Thread Ionel Condor
hahata, Ash" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 1:26 PM Subject: Thread dumps with weblogic > Hi all, > I have an application running on weblogic 6.1 and I'm getting exceptions > with running out of memory, so I wanted to get a

Thread dumps with weblogic

2002-10-28 Thread Shahata, Ash
Hi all, I have an application running on weblogic 6.1 and I'm getting exceptions with running out of memory, so I wanted to get a thread dump for the JVM, and I used kill -3, however I cant find the javacore file that should be created! Does anyone know where would the thread dump file get cr

Re: Exceptin occurred when using JSTL in Weblogic 7.0

2002-09-04 Thread Shawn Bayern
It's hard to know for sure because I don't have a copy of Weblogic, but it looks as if this is a bug in Weblogic's construction of the XML view. The SAXParseException is most likely coming from JSTL's TagLibraryValidator class, which needs the XML view in order to validat

Exceptin occurred when using JSTL in Weblogic 7.0

2002-09-04 Thread Donghyeok Kang
Hi... I am trying JSTL in BEA Weblogic 7.0 server. Whenever I declared the tag library in a JSP page like "<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>", an exception occurred. The exception is java.io.IOException: javax.servlet.jsp.JspExce

How to run more than one servlet in Weblogic server using web.xml file

2002-05-14 Thread Biji Harees
Hi all, I am trying to use two servlets in weblogic... but web.xml file is allowing me to register only one servlet. If anybody used more than one servlet in weblogic server by registering through web.xml file please give suggetion how to register them. If possible please send the contents of

Re: weblogic 6.1, jar files

2002-04-15 Thread GW
Hi add the path of you jar files to you system classpath and restart. gw - Original Message - From: "Lai, Kenny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 7:00 PM Subject: weblogic 6.1, jar files > has anyone had a problem drop

Re: weblogic 6.1, jar files

2002-04-15 Thread Robert Gottofrey
bert - Original Message - From: "Lai, Kenny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 7:00 PM Subject: weblogic 6.1, jar files > has anyone had a problem dropping jars into their /WEB-INF/lib directory > with weblogic 6.1? i tried

weblogic 6.1, jar files

2002-04-15 Thread Lai, Kenny
has anyone had a problem dropping jars into their /WEB-INF/lib directory with weblogic 6.1? i tried dropping the regexp jar from the jarkata project; restarted weblogic and i still does find the packages in the jar. here is the error: Compilation of '/usr/bea/DevWebApp/WE

configuring Apache with weblogic in windows

2002-02-20 Thread Kam Premkumar
Any one configured apache with weblogic 6.1 sp2 in widnows 2000. Please show some light to configure. I followed the instructions in bea docs. But no luck. Thanks Prem === To unsubscribe: mailto [EMAIL PROTECTED] with body

Re: JSP and Servlets Apps in WebLogic Server6.1

2002-02-19 Thread Daniel Jaffa
It is automatic. For servlets all you need to do is to register them in the web.xml file. Jsp files you need to place under the application Daniel Jaffa Stuff i say i know: Java, JSP, JavaBeans, TagLibs, J2EE, EJB Before asking someone, do a search on google: Google will set you free "If you a

JSP and Servlets Apps in WebLogic Server6.1

2002-02-18 Thread Shaik Zulfakhar Ali
Hi All, I am new to Weblogic Server 6.1 . Can any one tell how to run the JSP and Servlet applications in the Weblogic Server 6.1 ? Thanks & Regards Zulfakhar ==To unsubscribe: mailto [EMAIL PROTECTED] with

Re: OOT:Database connection in weblogic

2002-01-31 Thread Daniel Jaffa
Ok, first RTFM on bea's site about using connection pool and datasources. BEA's site will walk you through setting this up http://e-docs.bea.com/wls/docs60/adminguide/jdbc.html First you create a connection pool then u create a datasource to point to the connection pool. In your code you call th

Re: OOT:Database connection in weblogic

2002-01-31 Thread JavaSoft
OT:Database connection in weblogic hi, u must have classes 102.zip and classes 11.zip in classpath of weblogic. Open weblogic.properties for WB - 5.1. # WEBLOGIC JDBC CONNECTION POOL MANAGEMENT weblogic.jdbc.connectionPool.name_of_POOL=\ url=jdbc:oracle:thin:@127.0.0

Re: OOT:Database connection in weblogic

2002-01-31 Thread Deepak Rustagi
hi, u must have classes 102.zip and classes 11.zip in classpath of weblogic. Open weblogic.properties for WB - 5.1. # WEBLOGIC JDBC CONNECTION POOL MANAGEMENT weblogic.jdbc.connectionPool.name_of_POOL=\ url=jdbc:oracle:thin:@127.0.01:1521,\ driver=oracle.jdbc.driver.OracleDriver

OOT:Database connection in weblogic

2002-01-31 Thread JavaSoft
Any one knows how can i test connection to oracle database from weblogic ? All i know is using weblogic console but have no idea how to test the connection .. anyone has any idea ? === thx, a Java Addicted === To

Weblogic 6.1 problem

2002-01-18 Thread LearningEdition
Dear all, I am having a problem with weblogic server 6.1 that I downloaded and installed sometime back. 1) Whenever I am not connected to the internet and try to run the server, I get an error message stating "Could not connect to www.bea.com". - Not able to understand why should it

Re: Struts, Vignette and Weblogic

2002-01-08 Thread BootedBear
a*n you Vignette people! :) >Oh well.. I'll console in the fact that I'm a PGD and, gosh darn it, people >like me. >-Tim > >-Original Message- >From: Anthony Tagunov [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, January 08, 2002 7:21 AM >To: [EMAIL PROTECTED

Re: Struts, Vignette and Weblogic

2002-01-08 Thread Daniel Jaffa
Well the current tool is not drag and drop at all. I am actually writting a pure MVC application. So people like me to _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx ==

Re: Struts, Vignette and Weblogic

2002-01-08 Thread Chen, Gin
ubject: Re: Struts, Vignette and Weblogic Hello Daniel! DJ> Right now it seems to be working just fine. Just for educational purposes, what is Vignette? -- Best regards, Antonmailto:[EMAIL PROTECTED] =

Re: Struts, Vignette and Weblogic

2002-01-08 Thread Anthony Tagunov
Hello Daniel! DJ> Right now it seems to be working just fine. Just for educational purposes, what is Vignette? -- Best regards, Antonmailto:[EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PRO

Struts, Vignette and Weblogic

2002-01-07 Thread Daniel Jaffa
Ok, has anyone else done this. I just got this to work and was wondering if anyone has found any problems with this type of implementation. I know this is pretty open ended but if there are problems out there i would like to know now not latter. Right now it seems to be working just fine.

答复: How to adjust the weblogic pool parameter to improve systemperformance?

2001-12-12 Thread Robin
Sorry all: My PC has a worm virus so it change my e-mail content , I am sorry for all . I use weblogic 6.0 and oracle 8.1.6 Sorry again. Thanks for help. -ÓʼþÔ­¼þ- ·¢¼þÈË: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] ´ú±í Daniel

Re: How to adjust the weblogic pool parameter to improve system performance?

2001-12-12 Thread Daniel Jaffa
Robin, First, It is not nice to wish Death All: Second, What version of Weblogic do you use. And what type of jdbc driver do you use Original Message Follows From: Robin <[EMAIL PROTECTED]> Death all : How to adjust the weblogic pool parameter to improve system perform

How to adjust the weblogic pool parameter to improve system performance?

2001-12-12 Thread Robin
Death all : How to adjust the weblogic pool parameter to improve system performance?I use the data pool but I do not know the parameter information . Thanks for your help . Yours: Robin === To unsubscribe: mailto

Re: Problem With Weblogic

2001-10-31 Thread Joe Cheng
Could any one of a million things. Does the JSP app not display this behavior on other app servers? Last time I saw this happen, the developer forgot to write code to close JDBC connections each time he opened them. So after a while, the database connection pool was getting used up and blocking

Re: Problem With Weblogic

2001-10-31 Thread M Sankar
We are suign Weblogic 6.0 here. Never faced this problem before. But this situation can also occur when lot of space is consumed by the logs. The server becomes too slow and it has to be restarted. Sankar Melethat Smita Kotnis wrote: > Hi all, >We have a problem with Weblogic

Problem With Weblogic

2001-10-31 Thread Smita Kotnis
Hi all, We have a problem with Weblogic server 5.1. We have a application built with JSPs. After some time, the WebLogic becomes slow, meaning to say it takes a lot of time to load pages comparatively. If we restart the server the problem appears to be solved but after some time, it

Re: Error configuring WebLogic 6.1 example demoPool with Oracle

2001-10-04 Thread Hardeep Singh
Hi, There are two ways to connect to Oracle through Weblogic. Either you can use the supplied driver weblogic.jdbc.oci.Driver or use the Java driver given by Oracle. If you use the weblogic supplied, you will have to set path and have the client installed since it is a Type 2 driver. If you use

JSP Custom Tag problem on WebLogic 6.0

2001-09-26 Thread Abhijeet Surve
Hello... I am using a jsp custom tag in one of my jsp pages.When I try to bring up this page in WebLogic 6.0 it gives me an error saying that the tag has already been defined in the _jspservice method of the java class of the jsp page.(I have no prior usage of this tag on the page). The same

WebLogic 6.0 and Mime Types

2001-09-12 Thread Dave Prout
Hi, I want my wap users to be able to enter just my domain name, and get a welcome page. On Tomcat this works fine, I just have an index.jsp which outputs the WML. But when I use the same code on WebLogic I get 'Unsupported Content Type' returned by my browser. This i

JSP Error in weblogic-6.1.0

2001-09-05 Thread naidu
hi all, In weblogic6.1.0 ,I got the following error when I tried to browse one jsp page. Please suggest me what might be the reason. <[WebAppServletContext(4029710,jsp,/jsp)] Servlet failed with Exception weblogic.servlet.jsp.JspException: (line 10): include directive requires file attribute

Re: WebLogic 6.0

2001-08-17 Thread Dave Prout
Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sharath Paul Sent: 17 August 2001 04:27 To: [EMAIL PROTECTED] Subject: WebLogic 6.0 Hi friends, I have just started working on WebLogic Server and am not able to find out where to place my JSP/Servlet files in the weblogic

WebLogic 6.0

2001-08-16 Thread Sharath Paul
Hi friends, I have just started working on WebLogic Server and am not able to find out where to place my JSP/Servlet files in the weblogic directory of the domain that I use. Please help me out! Regards, Sharath === To

Re: Weblogic Connection Pooling !! (Urgent)

2001-08-13 Thread Walter Meyer
Placed At : > > > > Hi all, > > Can anybody plz. tell me how to clean up the database connections from > Weblogic > Connection Pooling pools. > Is there any API for cleaning or re-initailizing the co

Weblogic Connection Pooling !! (Urgent)

2001-08-13 Thread Abhishek Vishwakarma
Placed At : Hi all, Can anybody plz. tell me how to clean up the database connections from Weblogic Connection Pooling pools. Is there any API for cleaning or re-initailizing the connection pool. thankx and regards, Abhishek

Re: WebLogic

2001-07-26 Thread Shawn Zhu
e out having weblogic pick up servlet changes without restarting weblogic, let me know. -Original Message- From: Srdjan Pantic [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 9:27 AM To: [EMAIL PROTECTED] Subject: Re: WebLogic > I was looking for the same thing. Using /servle

Re: WebLogic

2001-07-26 Thread Srdjan Pantic
to put it. I was unable to configure /servlet/ usage with WebLogic. And, yes, it's look like that WebLogic (at least in version 6.0 SP1, I now for sure for 5.1 also) can't pick up new changes in servlets. --Srdjan ===

Re: WebLogic

2001-07-24 Thread Shawn Zhu
tart the server. -Original Message- From: Srdjan Pantic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 10:56 AM To: [EMAIL PROTECTED] Subject: Re: WebLogic > Most likely you have to force WebLogic to use the /servlet/ > path mapping. > Keep in mind the /servlet/ is a security issue b

Re: WebLogic

2001-07-24 Thread Srdjan Pantic
> Most likely you have to force WebLogic to use the /servlet/ > path mapping. > Keep in mind the /servlet/ is a security issue because any > servlet can be > invoked when used in this manner. In general, you should > ALWAYS map your > servlets via paths or extension mapp

Re: WebLogic

2001-07-23 Thread Kevin Duffey
Most likely you have to force WebLogic to use the /servlet/ path mapping. Keep in mind the /servlet/ is a security issue because any servlet can be invoked when used in this manner. In general, you should ALWAYS map your servlets via paths or extension mapping and never use the /servlet/ call

WebLogic

2001-07-23 Thread Srdjan Pantic
I'm testing Bea WebLogic 6.1. I write a simple application using MCV aprouch. And in my case Control component is based in servlets. With TomCat and IBM WebSphere I was able to call servlet directly: http://127.0.0.1/eBiz/servlet/com.test.web.TestServlet eBiz is of course name o

AW: where is weblogic mailing list ?

2001-07-11 Thread Opoku-Boadu, Samuel
http://newsgroups.bea.com/cgi-bin/dnewsweb -Ursprüngliche Nachricht- Von: sufi malak [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. Juli 2001 17:28 An: [EMAIL PROTECTED] Betreff: where is weblogic mailing list ? Hi, could you please point me to a weblogic server mailing list

where is weblogic mailing list ?

2001-07-11 Thread sufi malak
Hi, could you please point me to a weblogic server mailing list. thanks _ Get your FREE download of MSN Explorer at http://explorer.msn.com === To unsubscribe

WebLogic 5.1 HTTP default document directory question

2001-07-05 Thread Frank Mancini
How do I setup WL 5.1 to service web files off of another directory other than the document root. Netscape Iplanet calls this "additonal document directories"? eg. I want to service pages out of /users/myjsp instead of /users/public_html/myjsp when a user uses http://www.myserver.com/myjsp __

Re: Installing EJB's in WebLogic 5.1

2001-06-21 Thread Dave Rodecap
nt: Thursday, June 21, 2001 12:10 PM > To: [EMAIL PROTECTED] > Subject: Installing EJB's in WebLogic 5.1 > > > Can someone summarize the way to install an EJB and or a jar that contains > the beans in Weblogic 5.1. > > > _

Installing EJB's in WebLogic 5.1

2001-06-21 Thread Frank Mancini
Can someone summarize the way to install an EJB and or a jar that contains the beans in Weblogic 5.1. _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: Urgent---WebLogic Issue

2001-06-18 Thread Tinou Bao
FYI, there's a Weblogic JSP group. -- Tinou Bao www.baosys.com - Original Message - From: "Abhijeet Surve" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 3:02 PM Subject: [JSP-INTEREST] Urgent---WebLogic Issue > guys, > >

Urgent---WebLogic Issue

2001-06-18 Thread Abhijeet Surve
guys, i am getting the following error on the cosole of WebLogic6.0. Error WAE-020: ERROR: No option set for where to go next. Error WAE-007: Error processing request One of the getParameter family of metho ds called after reading from the ServletInputStream(), can't mix these two! java .l

Weblogic 6 personalization

2001-06-12 Thread Deepak Raina
Is any body working on weblogic presenalization server? I want to deploy my own personalized application on it but i'm hampered by lack of documentation . Can any body tell my how to deploy our own application on it? thanks ®ards d

Re: Custom Tags on WebLogic 6.0

2001-05-25 Thread Peter Pilgrim
15:19 MST Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> DELEGATED - Sent by: A mailing list about Java Server Pages specification and [EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject:

Re: Custom Tags on WebLogic 6.0

2001-05-24 Thread horwat
t;empty *elements*" would have been better ...). > >, <%= foo %>, foo etc. are all "non-empty" > > The container will only call setBodyContent() and doInitBody() for non-empty > tags, and only the BodyTag.doStartTag() returns EVAL_BODY_BUFFER. > >

Re: Custom Tags on WebLogic 6.0

2001-05-24 Thread Hans Bergsten
Abhijeet Surve wrote: > > hi guys > > The problem I are facing is in the implementation of JSP Custom Tags. > > I am using: > > BEA WebLogic Server? 6.0.(Service Pack 1) > > Runtime: JDK 1.3 (e.g., the JDK that comes with WebLogic) > > Our Bean

Custom Tags on WebLogic 6.0

2001-05-24 Thread Abhijeet Surve
hi guys The problem I are facing is in the implementation of JSP Custom Tags. I am using: > BEA WebLogic Server™ 6.0.(Service Pack 1) > Runtime: JDK 1.3 (e.g., the JDK that comes with WebLogic) > Our Beans and Java classes are compiled with JDK 1.2.2_007 > JSP

VisualAge and WebLogic

2001-05-11 Thread Nevarez, Benjamin
Hello, Anybody using VisualAge for Java and WebLogic. How can I package and deploy JSP/servlets/EJBs in this environment? Thanks, Benjamin === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT

problem JSP/Weblogic/Unix

2001-04-26 Thread sandarbh
I tried running same jsp code (working perfectly) in Weblogic/windows, on unix . On the browser got the code as it is. Any clue ?? Sandarbh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Deployment tool in WebLogic 6.0

2001-04-25 Thread Nevarez, Benjamin
Hello, I am just beginning with BEA WebLogic Server 6.0 and looking in the documentation the steps to pack and deploy an application but I found steps like - Create a temporary directory - Copy all the files to this directory - Create META-INF and WEB-INF/classes directories - Copy files and

Re: weblogic-jsp problem

2001-04-22 Thread R Raman
ction. You may refer to weblogic documentation on how to use connection pools for more information. Hope this helps; Raman. --Original Message-- From: charu gupta <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: April 22, 2001 7:23:10 AM GMT Subject: weblogic-jsp problem Hi,

weblogic-jsp problem

2001-04-22 Thread charu gupta
Hi, I have installed weblogic server 5.1 When the server is started, a connection pool is created(I am using oracle at the backend), Can anybody please tell me how to get a connection from the weblogic connection pool through jsp? Thanks. __ Do

Tomcat --> WebLogic

2001-04-18 Thread Erwin
Hi people, I wanted to know about the differences between Tomcat and WebLogic, and how it affects coding. I'm designing a j2ee application, using Tomcat server for testing. After I'm done, I need to port it to WebLogic, which is what my client is using. It would be nice if someone c

Re: Weblogic in cluster

2001-04-13 Thread Florian DREVET
Hello everybody ! Could someone help me for the error message triggered on this test page ? It only instanciates a Java Bean :-( http://www.webappcabaret.com/francis/test.jsp The error message is the following : Error: 500 Location: /francis/test.jsp TotoBean Here are the source code fo

Weblogic in cluster

2001-04-13 Thread Sylvain Roche
Hi, I'm looking for some people who have experience with weblogic 6 in cluster, to discuss about specific problems. You may contact me directly, because as it's a bit off topic for this list, and I don't want to bother anyone. Best

Re: How to register a JSP in weblogic...?

2001-04-12 Thread Joshua Yip
57630 - Original Message - From: "suresh babu (Bawa)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 1:29 PM Subject: How to register a JSP in weblogic...? > Can any one help me in registering a JSP page in weblogic5.1 'n how to giv

How to register a JSP in weblogic...?

2001-04-11 Thread suresh babu (Bawa)
Can any one help me in registering a JSP page in weblogic5.1 'n how to give an alias name to it,like the way we give for Servlets. I'll be greatful, if anyone can write me the modifications that are to be made in the properties file. or is there any other way to register 'n give alias to a JSP

Re: registering a servlet to work in Weblogic

2001-04-04 Thread Jesse Tilly
] Subject: Re: registering a servlet to work in Weblogic is this a wl 5.1 or 6.0 thing? >From: "T.A. Flores" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >

Re: registering a servlet to work in Weblogic

2001-04-04 Thread Frank Mancini
is this a wl 5.1 or 6.0 thing? >From: "T.A. Flores" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: registering a servlet to work in Weblogic

Re: registering a servlet to work in Weblogic

2001-04-04 Thread Jesse Tilly
01 4:07 PM To: [EMAIL PROTECTED] Subject: Re: registering a servlet to work in Weblogic wars and WEB-INF allow you to do it on the fly if supported by the app server (like weblogic 6.0). However, it is a pain and there's no way around it in WLS 5.1. Incidentally, it's not something th

Re: registering a servlet to work in Weblogic

2001-04-04 Thread T.A. Flores
I didn't have this problem - are you using the web.xml to register your servlets as apposed to the properties file? - Original Message - From: Frank Mancini <[EMAIL PROTECTED]> Date: Wednesday, April 4, 2001 1:04 pm Subject: registering a servlet to work in Weblogic > Tha

Re: registering a servlet to work in Weblogic

2001-04-04 Thread Jesse Tilly
wars and WEB-INF allow you to do it on the fly if supported by the app server (like weblogic 6.0). However, it is a pain and there's no way around it in WLS 5.1. Incidentally, it's not something that changes every day, every hour. Once an application is run, the servlet list is rat

registering a servlet to work in Weblogic

2001-04-04 Thread Frank Mancini
Thanks to all for the inputIsn't it a pain to keep having to register servlets in weblogic everytime you have a new one.Isn't there an easier way to do this? >From: Richard Yee <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specificati

Re: Off Topic Response to T A Flores Mailing List Watchdog RE: problem with jndi in weblogic

2001-04-04 Thread Alison Dent
Amen. "Silvey, Andrew" wrote: > > Mr T A Flores are you the watch dog process of this mailing list or > something ? > > Isn't weblogic and connected to JSP's, I mean don't people use weblogic who > are using JSP's ? > > So isn't i

Re: getting a servlet to work in Weblogic

2001-04-04 Thread Richard Yee
: Wednesday, April 04, 2001 10:33 AM To: [EMAIL PROTECTED] Subject: getting a servlet to work in Weblogic How do I get a servlet to run in weblogic 5.1...do I need to register it in the .properties fileor does it work automatically when I put it in the directory structure or do I need to define it in

Off Topic Response to T A Flores Mailing List Watchdog RE: proble m with jndi in weblogic

2001-04-04 Thread Silvey, Andrew
Mr T A Flores are you the watch dog process of this mailing list or something ? Isn't weblogic and connected to JSP's, I mean don't people use weblogic who are using JSP's ? So isn't it possible someone using weblogic to do JSP can come across another question on a re

Re: getting a servlet to work in Weblogic

2001-04-04 Thread Silvey, Andrew
2001 19:33 To: [EMAIL PROTECTED] Subject: getting a servlet to work in Weblogic How do I get a servlet to run in weblogic 5.1...do I need to register it in the .properties fileor does it work automatically when I put it in the directory structure or do I need to define it in weblogic somewhere

Re: problem with jndi in weblogic

2001-04-04 Thread T.A. Flores
He buddy, didn't you notice this list is JSP? Try newgroups.bea.com for you Weblogic problem and for your Entity bean try the EJB list. - Original Message - From: Raghu Movva <[EMAIL PROTECTED]> Date: Wednesday, April 4, 2001 1:58 am Subject: problem with jndi in weblogic

getting a servlet to work in Weblogic

2001-04-04 Thread Frank Mancini
How do I get a servlet to run in weblogic 5.1...do I need to register it in the .properties fileor does it work automatically when I put it in the directory structure or do I need to define it in weblogic somewhere? _ Get your

problem with jndi in weblogic

2001-04-04 Thread Raghu Movva
Hi guys, I am usiing weblogic5.1. I want to get a jdbc connection in my entity bean. i am looking for the connection like this: jndi:comp/env/jdbc/demoPool. But I am not getting that reference. Any helping hands. Regards Raghu =

Re: Where is System.out in weblogic 5.1 ?

2001-04-02 Thread Joe Blow
r found is: " + e.toString() + "\n\n"); out.println("\n" + "\n" + ""); This will print the error in the html page shown in the browser. If anyone has nay better idea, please suggest. -Original Message- From: Fei Li [mailto:[EMAIL PROTECTED]] Sen

Re: Where is System.out in weblogic 5.1 ?

2001-04-02 Thread Fei Li
Li -Original Message- From: Sylvain Roche [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 3:16 AM To: [EMAIL PROTECTED] Subject: Where is System.out in weblogic 5.1 ? Hi For 3 days I've been looking for what I write to System.out in my servlets, and I cannot find any trace

RES: Where is System.out in weblogic 5.1 ?

2001-04-02 Thread Rodrigo Gevaerd
De: Sylvain Roche [mailto:[EMAIL PROTECTED]] > Enviada em: Segunda-feira, 2 de Abril de 2001 07:16 > Para: [EMAIL PROTECTED] > Assunto: Where is System.out in weblogic 5.1 ? > > > Hi > > For 3 days I've been looking for what I write to System.out > in my servlets, &g

Where is System.out in weblogic 5.1 ?

2001-04-02 Thread Sylvain Roche
Hi For 3 days I've been looking for what I write to System.out in my servlets, and I cannot find any trace of it either in the weblogic path or in the application directory. Is there any extra parameters to set ? Computers are like air conditioners - they stop working properly when you

Re: JSP + weblogic

2001-03-30 Thread Uday Prajapati
Hi, Look for the following section in the weblogic.properties file The compileCommand specidfied for 'weblogic.httpd.initArgs.*.jsp' should specify the path of javac. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # WEBLOGIC JSP

Re: JSP + weblogic

2001-03-29 Thread Samuel Opoku-Boadu
Try including D:\bea\wlserver6.0\bin\ in you path environment Sylvain Roche wrote: > Hi > > I recently started to test weblogic 5.1, after a long time using JRun. I > had some minor modifications to do in my servlets, but everything went > right pretty soon. > Now I experi

Re: JSP + weblogic

2001-03-29 Thread Walter Meyer
Have you enabled JSP in the weblogic.properties file? # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # WEBLOGIC JSP PROPERTIES # # Sets up automatic page compilation for JSP. Adjust init args for # directory locations and

Antwort: JSP + weblogic

2001-03-29 Thread Schrang Kurt
javac,\ workingDir=/opt/weblogic/qv_internet_tst/classfiles,\ verbose=true Greetings, Kurt === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED]

JSP + weblogic

2001-03-29 Thread Sylvain Roche
Hi I recently started to test weblogic 5.1, after a long time using JRun. I had some minor modifications to do in my servlets, but everything went right pretty soon. Now I experience a big problem with every jsp I test. I get an IOException in the log (and of course an error 500). Apparently

JSP and weblogic

2001-03-12 Thread Mihir Sahu
Hi All, I am running a jsp on weblogic and I use usebean tag. I am getting an error: Could not create bean of type projsp.SpellCheck. The code is given below. I have compiled SpellCheck.java and it is in the directory C:\projsp. I have my classpath as C:\projsp. <@% page imp

Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-22 Thread Balkrishna
Hi I am using oracle Database and OCI drivers have a nice day - Original Message - From: "sharma Sumeet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 11:57 PM Subject: Re: [JSP-INTEREST] JDBC2.0 and WEBLOGIC -- OFFTOPIC >

Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread sharma Sumeet
ubject: Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC > > Hi Once again > > I hv jre1_2 directory in weblogic which contains rt.jar. I hv put this > rt.jar in class path as rt.jar is having jdbc2.0. classes. Still it doesnt > work > I am getting following error > > Thu Jan 25

Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread Balkrishna
Hi Once again I hv jre1_2 directory in weblogic which contains rt.jar. I hv put this rt.jar in class path as rt.jar is having jdbc2.0. classes. Still it doesnt work I am getting following error Thu Jan 25 12:58:06 PST 2001: Servlet failed with Exception java.lang.AbstractMethodError: weblogic

Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread Balkrishna
Thanx Hamid.. I will try this and let u know have a nice day Balkrishna Parab - Original Message - From: "Hamid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 9:02 PM Subject: Re: [JSP-INTEREST] JDBC2.0 and WEBLOGIC -- OFFTOPIC &

  1   2   3   4   >