WebLogic 6.1SP4
How can I define jndi parameters only for particular web-application in WebLogic?
WebLogic Server 6.1 SP4
1) I correctly defined SWF MIME-type in my web.xml file meaning that I can see SWF file served by WebLogic server but ONLY if I point link directly on my SWF file!
...
Hi All,
I need to know - how to create a alias for a long URL name in Weblogic
e.g my URL name is http://mymachine.mydomain.com/myServlet/myapp/myjsp.jsp
and I need it to be accessibl...
Hello,
We are a developer team and we work with IAS 7. In order to avoid that every developer has to deploy its enterprise application in a different virtual server I want to know how I can s...
P.S I had posted the same question in unix forums but was recomended to post here.
Hi I hope some one can help me in this dire situation.
Development env
WinXP Pro
Pentium 4, 512 RAM...
Hello, we are running WebLogic Server 8.1 under Windows 2000 Server. In our web applicaiton we are using jstl but when we try to include the jstl libary in our jsp pages using
<%@ taglib pr...
Servlet Container return Null for empty string after upgrading weblogic 5.1 to 8.1. Think This is due to Java 1.4 NIO libaries. because weblogic 5.1 dont use NIO. or This can be a Issue with S...
Gentlemen,
I am getting a SQL Exception when trying to obtain a jdbc connection using the JDBC libraries of the OCI9 Oracle client.
Since I am using the C:\j2sdk1.4.2_03 SDK in Weblogic(...
Hi all,
Would appreciate help with this urgent issue please.
We are getting an error while trying to run a java code as below:
java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
...
Hi,
I want to use Message Driven Beans within Weblogic 7. In order to do this I want a (simple) working JMS Server with a Queue from which my MDB can consume. Having tried to work through t...
We're using weblogic 8.1 sp3. In our weblogic.xml we have something like this:
</session-descriptor>
<session-param>
<param-name>CookieName</param-name>
<param-value...
Hello,
I have a BEA WebLogic 7.0 Application Server that is not releasing threads, and eventually crashes the server after too many remain open. Is there a way I can release the threads afte...
weblogic app server support struts, spring framework,hibernate?
I am a beginner of WebLogic and have just installed WL 9.0.
I created a new domain "base_domain".
It is now created under C:\bea\user_projects\domains\base_domain
How to delete this domai...
I am tring to setup the connection pooling, and get this error when i try to test the coonnection
<Nov 28, 2005 4:06:03 PM EST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=64
35687...
My application server weblogic8.1 sp3, behaves such a way, it always gradually takes up memory and after 24 hours it occupies full memory. Then the garbage collection is very slow and very low...
Hi. I have a jsp file that imports a java class from a package pkg.Myclass. Now there seems to be a linking problem as i am not even sure i placed my java class into the right folder.
I hav...
Hi,
I am getting a following Transaction Roll back exception while trying to invoke an XML file using File Event Generator in Workshop. What would be the possible reason
Exception Stack ...
I have to study struts in weblogic.Could you provide the suitable link for me.
Hi,
I have a weblogic application where it takes in the address from the user and creates a new row in the database.
I would like to check if it is a valid address. Is there a webservice a...
Hi,
I recently started up a managed weblogic instance under root instead of the usual user wladmin. Now when ever I start the server up under the usual user it spits out a lot of ServletExect...
I am creating ear file and deploying the application in weblogic. My application contains a message driven been that sends email using lotus api when ever a message comes. This is contained in...
Hello there!
I am new to Weblogic. And I have to set this up ASAP. It's critical. I need help setting up my Weblogic 8.1 environment with Struts. I tried setting up sampel apps but I dont w...
Hi we have a J2EE application developed in the standalone server weblogic 8.1. Now we are moving the same application to the production env which is a cluster server . So the same application....
Hello
I am trying to look up a Datasource and am getting an error. Here is my code
cnt = new InitialContext();
sqlData = new SQLServerConnectionPoolDataSource();
sqlData = (SQLSer...