Hi Swati,
I have already checked it .. yaar . its in development mode .. can anyone help me out of this damn trouble .. i am getting pissed up working .. day and night .. and restarting this weblogic again and again each time i debug .. :-( ...
stil waiting for a solution ...
chao ..
Shakti...



From: "Dalmia, Swati" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: RE: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(
Date: Fri, 5 Dec 2003 10:14:18 -0700


check in weblogic.cmd file if the weblogic is set in production environment ?
I am using weblogic 8.1 and I never restart my server after compiling a single class file or jsp change
if changes in struts config file or web.xml then u might need to bounce your server



-----Original Message----- From: Shakti [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 9:51 AM To: Nick Faiz; Struts Users Mailing List Subject: Re: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(


RE: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(Hi Nick,
Sorry buddy i was busy with other stuff so cudn't reply to ur mails ... boss i am still facing the same problem .. i checked the logs even its showing that my new application is being activated .. but stil i can't see the changes getting reflected .. ?? but once i retstart i can see the changes .. :-(
My Questions are :
1 ) Is there any sort of cache that Weblogic maintains .. .. becuz of which new changed are not reflected ..
2) if u can just mail me ur startweblogic.cmd file ...


thanks buddy ..
Shakti

----- Original Message -----
From: Nick Faiz
To: 'Shakti' ; Struts Users Mailing List ; [EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 1:12 PM
Subject: RE: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(



Shakti,


Ok. Find, in attachment, a log of my starting WebLogic 7.2 up with a cepts.war file present within my applications directory. A servlet called ProjectStartUp runs and queries a database, following the directions of my web.xml:

<servlet>

<servlet-name>projectStartUp</servlet-name>

<servlet-class>au.com.ce.cepts.project.ProjectStartUp</servlet-class>

<load-on-startup>3</load-on-startup>

</servlet>

Glance at the log, look for bold, and see the statement:

<au.com.ce.cepts.project.ProjectStartUp:57>: <done...: 9

Then, I go to my source, find the log statement at line 57 of the ProjectStartUp servlet and change it from:

logger.debug("done...: " + ProjectFacade.getCache().size() + " \n\n\n\n");



to:

logger.debug("it's possible Shakti: : " + ProjectFacade.getCache().size() + " \n");

Then I recompile and drop my new cepts.war into the applications directory. WebLogic, which is checking the app. dir each 3 seconds for a new deployment, notices this and takes the new binary and redeploys it instead of the old:

<03/12/2003 18:35:456> <DEBUG> <ExecuteThread: '11' for queue: 'default'> <au.com.ce.cepts.project.P

rojectStartUp:57>: <it's possible Shakti: : 9

>

<3/12/2003 18:35:37> <Info> <Deployer> <149033> <activated application _appsdir_cepts_war on devServ

er>

<3/12/2003 18:35:37> <Info> <Deployer> <149074> <Successfully completed deployment task: Activate ap

plication _appsdir_cepts_war on devServer>

<3/12/2003 18:35:38> <Notice> <Application Poller> <149404> <Activate application _appsdir_cepts_war

on devServer - Completed>

The above can is because I set the server in dev. mode.

What problems are you having? Are you not seeing a new activation take place when you drop the new .war in?

Nick

P.S. Ignore the error relating to the Action servlet. It doesn't like being included in a .war, under my test configuration, and I've not had time to work out why yet. <<shakti_log.doc>>




-----Original Message-----
From: Shakti [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 3 December 2003 4:39 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: Is it required to restart weblogic everytime after compiling ?? ? Need help Desperately .. :-(


Hey Nick,

I read thru all the docs and all the links that u gave me ..

i cudn't find anything more that changing the boolean param , while i start

the weblogic i am getting

"-Dweblogic.ProductionModeEnabled=false" it means it is in development mode

. wht are the other changes that i will have to make so that my java file

changes are reflelected in the application after recompiling , without

restarting the weblogic server .

waiting for ur reply boss ...

Thanks in advance ..

shakti

----- Original Message -----

From: "Nick Faiz" <[EMAIL PROTECTED]>

To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>

Sent: Wednesday, December 03, 2003 4:02 AM

Subject: RE: Is it required to restart weblogic everytime after compiling ??

? Need help Desperately .. :-(



> Sure, but that isn't the same as redeploying a war or ear without

> restarting.

>

> Nick

>

> -----Original Message-----

> From: Kalra, Ashwani [mailto:[EMAIL PROTECTED]

> Sent: Tuesday, 2 December 2003 6:14 PM

> To: Struts Users Mailing List

> Subject: RE: Is it required to restart weblogic everytime after compiling

??

> ? Need help Desperately .. :-(

>

> IMO Reloading is not possible for the classes in server classpath. eg

beans

> and other utility classes used by servlets or ejbs.

>

>

>

>

> >-----Original Message-----

> >From: Nick Faiz [mailto:[EMAIL PROTECTED]

> >Sent: Tuesday, December 02, 2003 12:31 PM

> >To: 'Struts Users Mailing List'

> >Subject: RE: Is it required to restart weblogic everytime after

> >compiling ?? ? Need help Desperately .. :-(

> >

> >

> >Check this out:

> >http://e-docs.bea.com/wls/docs70/programming/deploying.html#1125125

> >

> >Also see,

> >http://e-docs.bea.com/wls/docs70/faq/deploy.html#740987

> >

> >Hunt down the mode var. in your startWebLogic.cmd script that specifies

> >production mode and set it to false.

> >

> >Regards,

> >Nick Faiz

> >B2B e-Commerce Developer

> >Corporate Express Australia Ltd.

> >

> >Phone: +61-2-9335-0495, Fax: 9335-0753, Email: [EMAIL PROTECTED]

> >

> >

> >-----Original Message-----

> >From: Shakti [mailto:[EMAIL PROTECTED]

> >Sent: Tuesday, 2 December 2003 4:00 PM

> >To: Struts Users Mailing List

> >Subject: Is it required to restart weblogic everytime after

> >compiling ???

> >Need help Desperately .. :-(

> >

> >

> >Hi,

> > I am using Struts & weblogic , My Question is each time i do some

> >changes in my .java files the changes dont' get reflected

> >immediately. Each

> >time after compiling i have to restart weblogic :-( .. which

> >is taking a

> >hell lot of my time .. Can anyone suggest some weblogic

> >setting thru which i

> >dont' have to restart the sever again & again to reflect my

> >changes made on

> >an already deployed application on weblogic .

> >

> >Thanks & Regards,

> >Shakti.

> >P.S : I am getting frustrated while debugging my code after

> >each and every

> >minute change i have to restart it which is taking most of my

> >development

> >time :-(

> >I am using weblogic 72

> >

> >---------------------------------------------------------------------

> >To unsubscribe, e-mail: [EMAIL PROTECTED]

> >For additional commands, e-mail: [EMAIL PROTECTED]

> >

>

> ____________________________________________________

> This message contains information that may be privileged or confidential

and

> is the property of the Cap Gemini Ernst & Young Group. It is intended only

> for the person to whom it is addressed. If you are not the intended

> recipient, you are not authorised to read, print, retain, copy,

disseminate,

> distribute, or use this message or any part thereof. If you receive this

> message in error, please notify the sender immediately and delete all

copies

> of this message.

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: [EMAIL PROTECTED]

> For additional commands, e-mail: [EMAIL PROTECTED]

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: [EMAIL PROTECTED]

> For additional commands, e-mail: [EMAIL PROTECTED]

>

>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Contact brides & grooms FREE! Only on www.shaadi.com. http://www.shaadi.com/ptnr.php?ptnr=hmltag Register now!



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to