WebLogic 6.1 SP6 Production - Never more than 3 active threads!!

I have a production server I am trying to get running on HPUX 11i. If I point 4 browsers at a page that will execute a long running query, I can only ever get 3 threads working at a time. I can never get more that 3 HTTP Requests handled at once.
The admin concole only ever shows 3 idle threads (configmed through using weblogic.Admin). The funny thing is that the console always shows 0 requests queued, so I can't imaging what it is doing about this 4th browser!!
The following is my <server> stanze from config.xml.
<Server ListenPort="81" Name="XXXX"
NativeIOEnabled="true" TransactionLogFilePrefix="config/xxxx/logs/">
<SSL Enabled="true" ListenPort="7002" Name="XXXX"
ServerCertificateChainFileName="config/xxxx/ca.pem"
ServerCertificateFileName="config/xxxx/democert.pem" ServerKeyFileName="config/xxxx/demokey.pem"/>
<ServerStart Name="XXXX"/>
<WebServer DefaultWebApp="DefaultWebApp"
LogFileName="./config/xxxxdomain/logs/access.log"
LoggingEnabled="true" MaxLogFileSizeKBytes="204800" Name="XXXX"/>
<KernelDebug Name="mecmswb2"/>
<ServerDebug Name="mecmswb2"/>
<ExecuteQueue Name="default" ThreadCount="25"/>
<Log FileMinSize="65535"
FileName="config/xxxxdomain/logs/weblogic.log" Name="XXXX"/>
</Server>
Help Please!
Thanks
Bob

I have a production server I am trying to get running on HPUX 11i. If I point 4 browsers at a page that will execute a long running query, I can only ever get 3 threads working at a time. I can never get more that 3 HTTP Requests handled at once.
The admin concole only ever shows 3 idle threads (configmed through using weblogic.Admin). The funny thing is that the console always shows 0 requests queued, so I can't imaging what it is doing about this 4th browser!!
The following is my <server> stanze from config.xml.
<Server ListenPort="81" Name="XXXX"
NativeIOEnabled="true" TransactionLogFilePrefix="config/xxxx/logs/">
<SSL Enabled="true" ListenPort="7002" Name="XXXX"
ServerCertificateChainFileName="config/xxxx/ca.pem"
ServerCertificateFileName="config/xxxx/democert.pem" ServerKeyFileName="config/xxxx/demokey.pem"/>
<ServerStart Name="XXXX"/>
<WebServer DefaultWebApp="DefaultWebApp"
LogFileName="./config/xxxxdomain/logs/access.log"
LoggingEnabled="true" MaxLogFileSizeKBytes="204800" Name="XXXX"/>
<KernelDebug Name="mecmswb2"/>
<ServerDebug Name="mecmswb2"/>
<ExecuteQueue Name="default" ThreadCount="25"/>
<Log FileMinSize="65535"
FileName="config/xxxxdomain/logs/weblogic.log" Name="XXXX"/>
</Server>
Help Please!
Thanks
Bob

Similar Messages

  • I have a subscription to Adobe Creative Suite. Can I download a product onto more than one computer?

    I have a subscription to Adobe Creative Suite. Can I download a product onto more than one computer?  I have a PC and a Mac and it would be nice to use my Mac with Adobe InDesign.

    If you mean Creative Cloud then yes, you can install and activate on two
    machine with no regard to platform.
    Bob

  • How can you create an activity as subsequent act. of more than one activity

    Hi.
    I want to create an activity as subsequent activity of more than one activity.
    I am using FM CRMXIF_ORDER_SAVE, but if I write data structure CRMXIF_DOC_FLOW with more than one item the system shows the error CRM_COPY 010 More than one predecessor was entered for data transfer.
    However I have customized multiple relationship allowed, and if I do multiples links in transaction crmd_order it works all right.
    Only it doesn't work with FM CRMXIF_ORDER_SAVE. I need create activities with FM because they are interface R/3. What FM can I use to create multiple subsequent activities?
    Thanks and best Regards
    Sorry for my english.

    Hi,
    I have got some activities creates in the system. (e.g. Act. 1, Act. 2, Act. 3 and Act. 4). With the FM CRMXIF_ORDER_SAVE  filled the structure CRMXIF_DOC_FLOW you can create subsequence activity of one of them (e.g. Act. X.1). I need create the same activity (Act X.1)  from another activity, (e.g. Act. 2). I know to do this in transaction CRMD_ORDER by link tab. But I don't know how to do this using FM or BADI or another thing.
    Act. 1     Act. 2      Act. 3     Act. 4 
    .....Act. X.1
    Thanks in advance.
    Edited by: Ana Isabel París on Jul 7, 2008 2:42 PM

  • Service PO for more than one activity number

    Hi Experts,
        I'm working on service process, my client requirement is to create a Service PO, SES and Invoice using BAPI's.
        While creating Service PO using BAPI_PO_CREATE1 with
        Item cat 'D' and Acc *** Cat 'P' and more than 1 activity number at the services level,
        service PO is getting created only for the 1st activity and not for the rest of the items.
    Can you please help me in solving this issue.
    Thanks & Regards
    PravithaNambiar

    Hi,
    The profile you would need would look something like this:
    Object Type: P
    Object ID: <blank>
    Maint flag: not checked (for display access)
    Eval Path: <blank>
    Status Vector: <blank> (though the system will probably set it to 12 anyway)
    Function Module: <The name of your function module that returns the second pern of the current user as type HROBJECT. See standard module RH_GET_MANAGER_ASSIGNMENT for an example>
    This profile can then be used to grant users access to their "second PERNR".
    Kind regards,
    Brent

  • Find Duplicate Members in more than two Active Directory Groups

    hi,
    I am trying to find out duplicate members in more than two active directory groups. I am new to powershell and only found one script that gives me only duplicate members in two groups. If any one can help 

    I have this script that find duplicate members in two groups
    $GroupAMembers = "" 
    $GroupBMembers = "" 
    $Members_A = "" 
    $Members_B = "" 
    $GroupAMembers = Get-ADGroupMember (groupname)
    $GroupBMembers = Get-ADGroupMember (groupname)
    ForEach ($Members_A in $GroupAMembers){ 
      ForEach ($Members_B in $GroupBMembers){ 
    if ($Members_A.name -eq $Members_B.name)
    Write-Host $Members_A.name

  • WebLogic Issue: Unable to download files more than 32 KB

    Hi all,
    When i am trying to download files which are having size more than 32 KB, i am getting the error " [WRITE_ERROR_TO_SERVER] (POST timed out to the server <IPAddress>:7006) raised at line 152 of ap_proxy.cpp
    Uploading is working fine and able to download files having size less thann 32 KB.
    The following is an excerpt from plug-in log file. I dont see any errors in the web logic logs.
    Tue Oct 09 12:52:50 2012 <241281349767069126> Remote Host <IPAddress> Remote Port 7006
    Tue Oct 09 12:52:50 2012 <241281349767069126> general list: created a new connection to '<IPAddress>'/7006 for '/metricstream/systemi/NewdownloadSingle?db_value=IIS7_WL10x_EGRCP6.x_ConfigurationGuide.pdf%23ms_attach_delimiter%23HZQS%2FVAL%2FBPCS%2F35606020&id=103771&proc=-1&attach_seq=28&id=103771&proc=-1&attach_seq=28', Local port:3525
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Host]=[<IPAddress>]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Connection]=[keep-alive]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Content-Length]=[113003]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Cache-Control]=[max-age=0]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Origin]=[http://s<IPAddress>]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[User-Agent]=[Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.92 Safari/537.4]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Content-Type]=[multipart/form-data; boundary=----WebKitFormBoundary9MAb9LW1aD3dPAXm]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Referer]=[http://simpro344/metricstream/systemi/Fastform?x_v29=157749&emd=4&id=103771&bare=Dmsmanagedocuments&x_v24=MSI_B1_Emp_1&inFlag=Dmsdocsearch&]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Accept-Encoding]=[gzip,deflate,sdch]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Accept-Language]=[en-US,en;q=0.8]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.3]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs from clnt:[Cookie]=[MetricStream=bG9naW49am9obi5sb3Nla2UmZW50ZXJwcmlzZT1NZXRyaWNTdHJlYW0=; ADMINCONSOLESESSION=B6J3QzDK2NLkYj7HhqkpLb5JcVxPFDpjKWkjVnzhthyYZQnJH1p7!-1091718089; JSESSIONID=g0LDQzPLm6y2SWlGpvqp3mnJy2QSyGBT5p1xvy0SqVpq5gBjPWQQ!-1295364380; ys-gadgetpanel1=o%3Acollapsed%3Db%253A1; ys-databrowserpanel1=o%3Acollapsed%3Db%253A1]
    Tue Oct 09 12:52:50 2012 <241281349767069126> URL::sendHeaders(): meth='POST' file='/metricstream/systemi/NewdownloadSingle?db_value=IIS7_WL10x_EGRCP6.x_ConfigurationGuide.pdf%23ms_attach_delimiter%23HZQS%2FVAL%2FBPCS%2F35606020&id=103771&proc=-1&attach_seq=28&id=103771&proc=-1&attach_seq=28' protocol='HTTP/1.1'
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Host]=<IPAddress>]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Content-Length]=[113003]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Cache-Control]=[max-age=0]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Origin]=[http://<IPAddress>]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[User-Agent]=[Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.92 Safari/537.4]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Content-Type]=[multipart/form-data; boundary=----WebKitFormBoundary9MAb9LW1aD3dPAXm]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Accept]=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Referer]=[http://simpro344/metricstream/systemi/Fastform?x_v29=157749&emd=4&id=103771&bare=Dmsmanagedocuments&x_v24=MSI_B1_Emp_1&inFlag=Dmsdocsearch&]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Accept-Encoding]=[gzip,deflate,sdch]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Accept-Language]=[en-US,en;q=0.8]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Accept-Charset]=[ISO-8859-1,utf-8;q=0.7,*;q=0.3]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Cookie]=[MetricStream=bG9naW49am9obi5sb3Nla2UmZW50ZXJwcmlzZT1NZXRyaWNTdHJlYW0=; ADMINCONSOLESESSION=B6J3QzDK2NLkYj7HhqkpLb5JcVxPFDpjKWkjVnzhthyYZQnJH1p7!-1091718089; JSESSIONID=g0LDQzPLm6y2SWlGpvqp3mnJy2QSyGBT5p1xvy0SqVpq5gBjPWQQ!-1295364380; ys-gadgetpanel1=o%3Acollapsed%3Db%253A1; ys-databrowserpanel1=o%3Acollapsed%3Db%253A1]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Connection]=[Keep-Alive]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[WL-Proxy-SSL]=[false]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[WL-Proxy-Client-IP]=[<IPAddress>]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[Proxy-Client-IP]=[<IPAddress>]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[X-Forwarded-For]=[<IPAddress>]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[X-WebLogic-KeepAliveSecs]=[30]
    Tue Oct 09 12:52:50 2012 <241281349767069126> Hdrs to WLS:[X-WebLogic-Force-JVMID]=[-1295364380]
    Tue Oct 09 12:53:50 2012 <241281349767069126> URL->write() retValue = [-1], Last error = [10054]
    Tue Oct 09 12:53:50 2012 <241281349767069126> POST timed out to the server <IPAddress>:7006
    Tue Oct 09 12:53:50 2012 <241281349767069126> *******Exception type [WRITE_ERROR_TO_SERVER] (POST timed out to the server <IPAddress>:7006
    ) raised at line 152 of ap_proxy.cpp
    Tue Oct 09 12:53:50 2012 <241281349767069126> error sending headers or Post Data to WebLogic, sys err#: [0] sys errmsg [No error]
    Tue Oct 09 12:53:50 2012 <241281349767069126> Marking <IPAddress>:7006 as bad
    Tue Oct 09 12:53:50 2012 <241281349767069126> got exception in sendRequest phase: WRITE_ERROR_TO_SERVER [os error=10054,  line 152 of ap_proxy.cpp]: POST timed out to the server <IPAddress>:7006
    at line 2994
    Tue Oct 09 12:53:50 2012 <241281349767069126> Failing over after WRITE_ERROR_TO_SERVER exception in sendRequest()
    Tue Oct 09 12:53:50 2012 <241281349767069126> request [metricstream/systemi/NewdownloadSingle?db_value=IIS7_WL10x_EGRCP6.x_ConfigurationGuide.pdf%23ms_attach_delimiter%23HZQS%2FVAL%2FBPCS%2F35606020&id=103771&proc=-1&attach_seq=28&id=103771&proc=-1&attach_seq=28] did NOT process sucessfully..................
    Can some one please help me resolving this issue?
    Thanks in advance.
    Edited by: 970923 on Nov 15, 2012 5:41 PM

    Hi,
    Try to increase chunk size once and check you have issue still persist or not.
    set JAVA_PROPERTIES=%JAVA_PROPERTIES% -Dweblogic.Chunksize=8192 -Dweblogic.utils.io.chunkpoolsize=8192
    Regards,
    Kal

  • EIM 4.3.1 More than 1 activity per IPTA agent

    Does anybody know is it possible to get more than 1 current activity per IPTA agent? Seems EIM "Mail user max load" setting makes no effect on IPTA agents. May be there are some ICM or ICM script settings to accomplish this?
    PS. IPTA agents are also handling voice calls.

    I have not upgraded this particular customer who has EIM to 4.3 yet, still on 4.2(5) with ES5 - but I have had no trouble at all with agents having a number of concurrent tasks - in the US, we have that set to 20. We only use integrated queues (IPTA Skill Groups).
    There is no setting in ICM for this - it inherits it from EIM.
    The setting we use is on the Queue in EIM - max concurrent tasks. Once you set it for a given agent on 1 queue it applies to all queues.
    Try that setting. I don't know the one you refer to.
    Regards,
    Geoff

  • Can I buy applecare on a product for more than 3 years?

    Apple Care is expiring on product in August.  Would like to know if I can purchase another Apple Care to extend coverage or is there a limit on coverage?

    No. The limit is 3 years total.
    (123456)

  • Can I have more than one routing status 4 for one product?

    Can I have more than one routing status 4 for one product in R/3? What impact will have this routings on Financial departament? 
    I am working in PP and | want to implement perfect planification, but I don't know if I have 2 routings for each equipment.
    And also each routings status 4 will have his production version, can financial to do corect calculation?
    Thank you!
    V

    Hi Mangalraj,
    My question is about the impact on financial calculation. I know I can have more 2 or more than that active routings status 4.
    I want to know how the financial SAP guys decide which routing to chose when they run the final month calculation. Or can they make a sum of all routings I have?
    For example if I have:
    - 3 SMT line where I produce one product. So, I want to have dedicate routing for each line and production version.
    In this case if we produce:
    200 part on the first line wich have machine time equal with 4h/100pcs
    800 part on the second line with have machine time equal with 2h/100pcs
    on last one we don't produce now but this have machine time equal with 5h/100pcs.
    I want also to mention that all operations in all routings are marked CostRelevncy.
    So, the production planner will have the perfect planning But how is this for financial SAP specialist? Is easy to manage?
    Thanks,
    Versor

  • Applying SSO for more than one Weblogic Servers on the same Windows domain

    I've more than one Weblogic servers (developers machines, test servers, test clusters, clusters and etc.) on my windows domain.
    I'm going to configure SSO to all of them. However I want to ask something about SPNs.
    For standalone machines (Which are not clustered, developer machines & test machine) :
    Do I have to create a new Active Directory user like "wlskerberos" for each machine on my domain?
    For cluster machines
    Do I have to create more than one Active Directory user account for each cluster member like "wlskerberos"?
    For clusters, users don't see the managed servers' HTTP address which are behind the Oracle HTTP Server.
    Therefore am I going to add only one SPN and map it to the Oracle HTTP Server adress?
    Lastly for the keytab files, does it enogh to create only one keytab for all machines?

    Do I have to create a new Active Directory user like "wlskerberos" for each machine on my domain?
    yes, and u register the spn with that user
    For the other question, refer to this link
    http://weblogic-wonders.com/weblogic/2010/03/05/kerberos-in-a-proxyload-balancer-weblogic-cluster/
    Hope this answers!

  • Cannot dauthorize all computers in iTunes nor can i authorize as it states I have more than 5

    I recently purchased a new laptop as my old one died. I tried to authorize it to apply updates however it states I have already authorized more than 5 computers.
    I read in the help files that you can deactivate all through the store option, however it does not show up for me. In another post i read that it only shows up if you have more than two activated devices.
    So I'm stuck. I don't have the option to deauthorize all nor can i authorize becuase it thinks i have more than 5.
    Additionally, i have never used the deauthorize feature. since having owning an iTunes account and i do not have access to the other computers as they are all long gone. I've also logged out and back into the account to make sure that wasnt an issue.
    Any help would be greatly appreciated.

    Click on iTunes Store (top center of iTunes screen), then Account (under MUSIC LINKS on right of screen).  Enter your Apple ID and password.  On the next screen the last entry under Apple ID Summary should look like this:
    If you don't have access to some or all of your authorized computers you can click the Deauthorize All button, then reauthorize those that you're currently using.  I don't recall there being a scenario where Deauthorize All would not appear based on the number of authorized systems.

  • Can i open more than one Resultset object

    hi in my program i have to retrive data from three table and the data from three
    table i have to use in another one
    i wanna know that can we open more than one ResultSet object within one
    try{
    }catch{] block ( i means ResultSet rs = st.excuteQuery(query) more than one time for different -different tables)
    or there is any other way to do this

    You can only have one active result set per statement at a time.
    Depending on the driver you are using you might be able to have more than one active statement (and result set) on one connection. Or not.
    Try catch has nothing to do with that.
    If you are nesting result sets then it is likely you should be using a join (SQL) which would then only require one result set.

  • Adding more than 1500 users over a livecycle policy

    hi,
         how can i add more than 1500 Active directory users all at once and grant them permissions over a livecycle policy, i want to do that as i have an issue with active directory group, so untill we figure out the issue with the groups i need to be able to add them manually
    i have tried adding simi columns between users names but didnt work, so is there any script or a method we can achive this?
    i have Adobe Livecycle ES4
    appreciate your earlist response.

    Hello ,
    The BADI LE_SHP_TAB_CUST_OVER  is Single use and hence we cant have multiple implementations fr the same ...
    If you want to have two tabls try to implement with in the single implementation by providing different OK_Codes for each tab .....hope it will work
    Regards,

  • Problem with starting more than one SwingWorker

    Hello
    I wonder if anyone could tell me if there are known problems with starting more than one SwingWorker thread at once?
    In response to an action the user performs, I need to obtain several lists of things from the server. This includes a couple of server-calls, and I want to do the server calls in a thread outside the awt-event thread. So I start a couple of SwingWorker-threads. This works fine sometimes, but not always. Sometimes code in some of the SwingWorkers finished method does not update the ui. I can see that the correct calls are made, but the ui is still not updated correctly. The problem seems to be related to the sequence of when the different thread are finished. For instance, if the sequence is like this:
    SwingWorker1.construct
    SwingWorker2.construct
    SwingWorker1.finished
    SwingWorker2.finished
    Things go fine, but if the sequence is:
    SwingWorker1.construct
    SwingWorker1.finished
    SwingWorker2.construct
    SwingWorker2.finished
    the ui-updates in SwingWorker1.finished is not done correctly.
    Can anyone help me with this?

    This is the point:
    In one SwingWorker thread you have 1 construct method, and 1 finish method - which are both invoked once.
    Therefore you only have one opportunity to update the gui in that thread. This forces you to use many threads if you want regular updates, which I try to avoid.
    Therefore, the solution!
    Have a loop in the construct method that executes the algorithm accordingly, updating the gui accordingly at regular times, maintaining just the 1 thread - becomes easier and nicer for the programmer and the JVM.
    The finish method in this case is to update the gui when all iterations are finished.
    There is nothing wrong with this. Just because you have a finish method that is called in the event-dispatching thread doesn't mean that all your update code must be in there.
    What you MUST ensure is that ALL your update code is executed in the event-dispatching thread, that is the most important thing. After all, SwingWorker is just a helper class, not the gospel template of how to update a gui.

  • IMessage activation message. Why I have to pay more than once?

    Hi there. Here is my issue with iMessage:
    I'm from Spain (sorry for my bad English). I buyed an iPhone 4S one month ago. I activated iMessage then, and yesterday I was checking my phone invoice when I noticed I had sent 3 international sms (to U.K.). Each one was 0'60 €   I checked the number, and It is an activation number used by Apple to verify your number. I can understand this, but i can't understand why you have to pay for this verification everytime you switch on iMessage. I checked the dates when these messages were send and the other 2 messages were send when I restore my iPhone (iOS 5.0.1 upgrade and another one because i changed my AppleID). So, I think this is a bug from iOS5 that I should't pay and It's something Apple must fix.
    I have read in other Spanish Forums about people with more than 10 activation messages (about 6 €) and other people without these messages, so I don't understand what happens.
    Have anyone the same problem?? Any solutions? Thanks

    Probably because you purchased them again, instead of following the proper method for redownloading apps.
    Downloading past purchases from the App Store ... - Support - Apple

Maybe you are looking for

  • ITunes getting R6034 runtime error

    Vista x64 / x64 iTunes 9.1.0.79 I tried the fix where you copy the SQLite3.dll and that allows me to at least get started. But every time it starts a backup or applying settings the runtime crashes with R6034. Any suggestions or are we just hoping th

  • Purchase order headder Status tab

    Hai friends I have one doubt regarding P O Headder Status. Here some status we can see like ordered ,delivered,still to deliver, invoiced, down payments.. My questions are. 1.     Can I add some new status here? If yes then how?? 2.     What are the

  • Toolbar question

    I just set up my new 27" iMac. I'm trying to set up the basic stuff right now and am going nuts that I can't find a way to add the stop/reload button to add to the toolbar. I use that pretty often and am really annoyed that it is saying I have to go

  • ClassNotFoundException trying to load classes in a .war file inside an .ear file

    Hi. I've deployed an EJB2 enterprise app as an ear file on WebLogic 6           without errors. The ear file contains web app and ejb components in war and           jar files. The web component is set to be the default web app in the           confi

  • Broken Laptop

    The laptop does not turn on when I power it on!  It sometimes does when I leave it alone.  The hard drive and memory are fine.  I believe the power management on the motherboard is fried.  I was wondering what exchange options there are for selling i