Adam Adams

Ranch Hand
+ Follow
since Nov 28, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Adam Adams

i have a wls8.1 environment set-up (non cluster environment) i need to configure an apache webserver..
myserver name is: firstserver in my wls8.1 domain is: firstDomain
myport# is:8001
my host is : localhost

this is the entry i added to the httpd.conf file:
<IfModule mod_weblogic.c>
WebLogicHost localhost
WebLogicPort 8001
MatchExpression *.jsp
</IfModule>

i did not include my server name?.
please if someone had a working configuration files or any ideas is greatly appreciated ...btw i am runing wls8.1SP3 on windows 2000.

cheers,
Adam
18 years ago

Originally posted by Mihai Lihatchi:
Hello.
I am working on a project on Bea Weblogic 8.1 with WLI 8.5 .
Before switching to HTTPS and integration the server worked fine , and pretty fast.
Now using integration and HTTPS the server crashes with an OutOfMemoryError.

This situation has been present on 2 workstations both having p4 3.0 Ghz and 1024 Mb RAM.
Software Linux (Suse 10.0 and Ubuntu).
The jdk used is in both cases 1.4
Forgot to mention that I used both JRockit and Sun's JVM.As a last option I even tried to use
Blackdown JVM without any results.
Does anybody know what is causing the crash ?

[ April 15, 2006: Message edited by: Mihai Lihatchi ]



try to increase the heap size ....
18 years ago

Originally posted by RaghuNath Nandyala:
hi

I'm very new to ejb, and I want some resources to illustrate easy steps to deploy session, entity and message beans in to Weblogic 8.1

please help me..

thanks,
raghu



there are many ways to deploy on wls 8.1. are you planning to deploy a web app or application if it is a web app just generate a war file and go to deployment and follow the steps if it is an ejb app you need either to generate an ear file or just upload your app as set or single jar files.. hope that's help.

cheers
18 years ago
i hahave problem ri=unning iplanet/tomcat using ajp13. below is the exception i get. any input is highly apreciated.
ServerLifecycleListener: createMBeans: MBeanException
java.lang.Exception: ManagedBean is not found with Ajp13Connector
at org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:225
)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:369)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:777)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:751)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:339)
at org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(Ser
verLifecycleListener.java:206)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:166)
22 years ago
have you got any answer regading your question. if so could you share it please cause i am working on the same scenario. : Iplanet and tomcat. or if you had solved it would be great too. in addition to that i have other problem too which was i changed the default port 8080 and the Ajp13 port 8009 to new ports but i am still havine problem with it too . is any other place to change the port numbers than (Server.xml and server-noexamples.xml.conf files)
thanks
22 years ago
we are trying to interface iplanet as web server with tomcat as an app server. is there some one who knows how or had the experience in this and like to share it. please if there is some sort of document would be great too.
thanks a lot for your help
22 years ago
could some one tell me the steps of deploying simple jar and war file .. is it just copy the jar file into ../common/lib directory only or do we need do more that that?
also, the war file is it just upload it into webapps dir too?
thanks
22 years ago
we are running wls6.1 on hpux11 and oracle 9i database. we were able to connect through wls using jdbc 8i thin drivers with no problems at all but we we change it to Oracle JDriver we had some problems .. thanks for your help/comments
here is my start up scripts:

[ Edited by Dave to add code tags ]
[ June 05, 2002: Message edited by: David O'Meara ]
if you are using Oracle Jdrivers instead of thin driver what would be the URL: ??? and the
Driver ClassName = ???
ClassNotFoundException
usually it is a classpath exception .. try to move move your .class file and run from where your jdk/javac is and see if you have the same problem
22 years ago
can WLS handle ASP? and if it does can any one provide some info. Also, is there a way to convert asp files to jsp files in case wls not able to handle asp..
thanks in advance
22 years ago
just an idea do u have any problem retrieving your data from access using just sql command? i had problem once in oracle even though i stored my blobs in the data base but when i retreive them i had problems due to tables set in the db...
22 years ago
set a property on the cached object 0 for cached and 1 for not... and do a while loop on that object to force its properties to be set to 0 all the time ....
22 years ago
we were doing some test on the cluster we had , the cluster is runing and round robin is working well. when we get up to 21000 requests the server goes down and gave us this error :
Start server stack trace:
java.lang.OutOfMemoryError:
Start server side trace:
java.lang.OutOfMemoryError
<<no stack trace available>>
end server side stack trace.

are we missing any special configuration on the cluster setup ? or do you think it is a system (kernel) setup on the system? where can i find the system configuration requirement for the cluster if there is any?
thanks a lot for your help.
22 years ago
i had the same problem but some times the left panel comes by itself without any reason .. but i used to have a locked netscape copy all the time for unknown reason so i used to go the netscaape dir and remove the lock copy manually .. i am not sure that will work in your enviornement ..
22 years ago