weblogic app server support struts, spring framework,hibernate?
Hi friends,
Enabling SSL in weblogic server,
I want self signed certificates. so i used keytool to generate a keystore file, a certificate and a TrustStore but there is a p...
I have a application deployed as an exploded ear file. I want to make a change to a servlet and then have that change reflected. So i change the servlet compile it and from the console redeplo...
Hi,All
My application is currently running on Weblogic7.01,HP-UX and Oracle9i.
I got the following error:
####<Nov 22, 2004 2:18:44 PM GMT+08:00> <Error> <EJB> <db> <myserver> <Execut...
Hi,
I am using weblogic 8.1. The application is deployed as an ear file. The webapp is a war file inside the ear. For minor jsp changes, I do not want to bring down the server and recreate ...
Hi Experts,
I'm able to use WebLogic workshop to run Junit test case. I want to how to export the test result via ANT to a file. I'm new to ANT. Need know how to modify the build.xml to ...
I want to use weblogic to authenticate my application by providing popup where user can enter uid & pwd which can be verified by our security ejb. Is it possible in weblogic? Pls let me know a...
Hi All,
My application is currently runing on Weblogic 7.04, Solaris and Oracle 9i.
After starting the weblogic, I got this error periodically:
java.sql.SQLException: Io exception: Br...
On a windows NT 2003 platform ,I am trying to make weblogic server to start as a windows service.
Initially we had the admin server start as a service at the time of install/configure.
So we...
Bea Web Logic deployment server procedure
I am working with WebLogic 8.1. I am wanting to automate the creation of a domain, and not use the wizard for this creation. Is there a script that I can use to do this, or some code that I ...
Hi!
I am new to this, so don't be too harsh ;-)
I'm invoking a servlet, that is supposed to build only a connection to a database and I get the error:
SQL Exception #1: java.sql.SQLEx...
Hi,
My weblogic server is hosted on the HPUX 11.
When I startWebLogic.sh (in WLS 8.1 SP2), I always see this error:
<Nov 17, 2004 8:24:39 PM EST> <Critical> <EmbeddedLDAP> <000000> <java.la...
I have heard that there are 2 types of deployment for a j2ee application. Archive and exploded. Pls explain me the difference. And how can we make an existing application which is deployed as ...
How should i go about migrating Sun JVM to Bea Jrockit in weblogic 8.1.5 on Sun solaris?
Thanks
We are having production environment with following configuration.
OS - Sun Solaris version:5.8
We are having one EAR file and one JAR file deployed in following location -
EAR File - B...
In the link below
http://e-docs.bea.com/wls/docs81/ConsoleHelp/web_applications.html#1108437
they are saying how to create a default web application.(changing weblogic.xml for .war file).Bu...
This is regarding weblogic (10.0) clustering.
I have got a clustered environment in weblogic with one Admin server and two managed servers.
One managed server exists on the same machine as...
1. I ' ve built an EAR (using ANT tool) which comprises few EJB-JARS
and a WAR (web component packed with
JSPs,Servlets,images etc.,)
2. I was able to properly deploy the EAR in we...
In weblogic.xml you can define your persistence mechanims for session persistence as follows
<session-param>
<param-name>
PersistentStoreType
</param-name>
...
Hi i have problem deploying EJB, i wonder if someone can help.
Iam using Weblogic 7 SP 1, after i have compiled and built my project, i go to
deploy it and i get the following error messa...
Hi Experts,
I am getting the following error on the server when trying to deploy the application.
Any inputs on how to solve this issue will be appreciated.
javax.naming.NoPermissionExc...
I am using SSH on my notebook to access an AIM server running WebLogic. If I call startWebLogic.sh from my notebook, I have to keep the SSH client window open all the time. If I close the wind...
I'm trying to use getServletContext in JSP running on weblogic 9.2 and it seems not working.
Can anyone shed a light on this?
The code in JSP I'm trying to run on Weblogic 9.2 is below :
...
How I can debug a Web Application on a Weblogic remote server using Weblogic Workshop (Eclipse Based)?
I have two servers on the remote app server; the administration server and the target ...